Misc bug fixes
[gonvert] / support / doc / CHANGELOG
1 Project: gonvert
2
3 Version:
4 0.2.24  - Ed Page updated files for Maemo.
5         - Add Radioactivity and Radiation dose categories.
6 0.2.23  - Added UK currency category and other UK measurements thanks to Dale Hair
7 0.2.22  - Restore previously used window size
8 0.2.21  - Category column widened. Maximize on start.
9 0.2.20  - correction in micron pressure conversion
10 0.2.19  - viscosity cP conversion correction
11 0.2.18  - addition of magnitudes per square arcsecond to Luminance category
12 0.2.17  - updated baud definitions
13         - fixed homepath location because new debian version changed
14 0.2.16  - fixed icon locating for display in about
15         - added alternate icon gonvert-icon_alernative.png (copy over gonvert.png)
16 0.2.15  - updated mainloop to main as discovered by Alexander Skwar
17 0.2.14  - added Calgary energy and volume suggestions per Kim Lux
18 0.2.13  - new more easily understandable icon
19         - nanotesla definition (nT).
20         - added shortlist feature.
21 0.2.12  - removed inoperable books feature.
22         - fixed up acre accuracy.
23 0.2.11  - miodified descriprion for silver, newton, sadzhens.
24 0.2.10  - \x90 changed to \u00C9 for Emile and similar for Reaumur utf-8 text.
25         - Added translation for "All" book text.
26         - The write units text is translatable.
27         - The pl_messages.po file has been updated
28 0.2.09  - Added utf-8 coding to all text strings in preparation for complete language translation.
29 0.2.08  - Added language translation for menus and labels.
30 0.2.07  - Added language translation changes and messages.pot.
31 0.2.06  - Fixed category list size to show preselected categorys on startup,
32           scroll window H&Vpolicy set to always.
33 0.2.05  - Spelling of Luminance category fixed.
34 0.2.04  - Modified unit clicking to force focus on value entry.
35           Modified Makefile to remove /share/share bug for desktop entry.
36 0.2.03  - Modified Makefile to allow better integration on other platforms.
37 0.2.01  - Added saved selections feature, creates ~/.gonvert/ and file. 
38 0.1.11  - fixed packaging for RPM
39 0.1.10  - added Current Loop category for PLCs and 4-20mA instrumentation.
40 0.1.9   - added kilobit, and more density units.
41 0.1.8   - Added Torque units
42 0.1.7   - Added many more pressure units
43         - Added thermal categories
44         - Added fuel consumption category
45         - Program extension to .pyw so that Windows startup without console
46 0.1.6   - add more frequency units
47         - fixed computer number bases nums was bad near "h" and "v"
48         - fixed error:
49           "GtkTextBuffer.insert_at_cursor() takes exactly 1 argument (2 given)"
50           thanks to Riccardo Galli
51 0.1.5   - put packages into /usr instead of /usr/local
52         - add gnome menu item back in
53 0.1.4   - remove dependency on gnome-config from Makefile, RPM, binary.
54 0.1.3   - touched up computer numbers units for better sorting
55         - limited up resizing of windows to prevent dissapearing areas
56         - fixed find bug that some users might notice (TreeViewColumn/None)
57 0.1.2   - Added description box when writing units
58 0.1.1   - Added help/about box
59         - fixed bug that sets focus on line 2480
60         - fixed temperature difference units labels
61         - all scroll bars only show when needed
62         - Added RPM distribution
63 0.1.0   - Major modifications for GTK2 (RedHat 8.0)
64         - addition of units column in display
65         - sorting for all units columns with sort pointer
66 0.0.15  - added Electromagnetic Radiation category
67 0.0.14  - fixed window close bug, attempt to fix libglade XML startup bug for
68           some machines
69 0.0.13  - changes for python2.2, had to remove gnome dependencies
70 0.0.12  - change contact information address
71 0.0.11  - addition of ppm to "find" utility
72 0.0.10  - addition of petabyte to computer data
73 0.0.9   - addition of cesium atom vibrations to Time category
74 0.0.8   - more accurate calculation of degrees F
75 0.0.7   - added 'Find unit' feature
76         - changed Category list to clist for ease of moveto (focus) after find
77 0.0.6   - added description for Amperes
78         - added DENSITY category
79         - added 4 new categories 101 new units
80         - added shoe size converter
81         - add a function to convert custom formulas (like area from diameter)
82           example: area = pi * (D/2)^2
83           base value = pi* (x/2)^2  #metres in diameter metres, cm, inch, foot.
84 0.0.5   - Tool for listing all categories and units to STDOUT.
85         - re-organization of project files.
86         - addition of suffixes between duodecillion and centillion.
87         - addition of Makefile to install onto Gnome based systems.
88         - sort Units or Value columns (ascending or descending)
89           by clicking on column.
90 0.0.4   - Prefixes and Suffixes addition of;
91           ppm, %, Marx brothers, various descriptions.
92         - addition of microgram to mass category.
93         - replaced base 63 with 62 from computer numbers since
94           only 62 characters can be represented.
95         - fixed error if second line has nothing it wouldn't get
96           updated.
97 0.0.3   - fix bug in labelling of base 36 (was base 37)
98           all numbering systems past 23 were at fault due
99           to improper nums string (fixed).
100 0.0.2   - Completion of second row data entry so that changes
101           to text are not cyclicly causing changes to all
102           values.
103 0.0.1   - Initial release.