This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangelog
48 lines (40 loc) · 1.73 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0.0.1:
Project start
0.0.2:
Re-arrange things so the rpm can co-exist with dep-checker
0.0.3:
Fix docs for new layout (no ./bin)
Workaround bug in django 1.3 by disabling autoreload
http://stackoverflow.com/questions/6110168/pycharm-manage-py-runserver-error
0.0.4:
Add support for QR codes
SPFX files -> 1 per component
Add new fields: License URL, Attribution, Copyright
Schema/layout/doc changes to accomodate above
0.0.5:
Implement MECARD format for QR code
Add FOSS overlay to QR code
Checksum is only driven by company name, product name, version, release
Enforce filling out required fields
Move database settings to a separate config file, and document them.
Add mailto link for contact email
Copy spdx files to user_data, beef up error checking on file ops
Add BoM data to QR code
Add a System Configuration tab for local settings
0.0.6:
Create all 3 styles of barcodes and display per system config
Implement History view, change control
Add ability to edit/clone existing records
Add new search by company,product,version,release
Arrange the records tab into a tree list
Add a setup for a public-facing mode, and document
0.0.7:
Use configurable default values for company, website, contact
Provide a pre-populated list of common licenses, urls
Add field validation for urls, emails
Add released date to "lock" a record, gui calendar selector
Uploaded files are all client-side selections now, add code to
async upload and encode/decode file data as part of form submission
Copyright, Attribution can be text or a file now
Maintain a cache table of submitted components for re-use
Various GUI layout changes, add css for filetype icons