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