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