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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
0.7.5 : Changes from version 0.7.4
- a few bug fixes
0.7.4 : Changes from version 0.7.3
- accelerator keys (shortcuts)
- italian translation (Gianluca Montecchi)
- aesthetic changes
- some bug fixes
- full localisation/internationalisation support.
0.7.3 : Changes from version 0.7.2
- misc bug fixes
- more internationalisation efforts
- a man page
- auto redims of columns for unadjusted fonts widths
- global configuration file
- renamed binary and pathes to gacc instead of gAcc
- a brand new big categories' file (in french for now)
- auto saving files for security.
- a little change in accounts/wallets files in order to anticipate for
futures versions with more locale support.
- use of the enter key to finish editing operations.
- added a default focused field to accelerated mass added operations.
- cleaner TODO file :)
0.7.2 : Changes from version 0.7.1
- misc bug fixes
- scheduled operations preparation
- more graphics
- graphics customization
- editing / manipulating operations in search results' window
- configuration possibilities extended for precompiled tarballs
- HELP file modifications
0.7.1 : Changes from version 0.7.0
- added line graphics
- bug fix
- added splits loading function
- loading functions code rewrote
- HELP file modifications
0.7.0 : Changes from version 0.6.9
- finished 3rd party support
- fixed some bugs
- ASCII printing (not fully implemented)
0.6.9 : Changes from version 0.6.8
- added more support for advanced 3rd party
- nicer code (includes are now in .c files for dependencies)
- bugs fixes
0.6.8 : Changes from version 0.6.7
- added the "Advanced" option
- added command line parsing (-h | -v | -f file)
- miscelaneous code rewriting
- added support for splits (not yet used)
- added support for more general 3rd party (not yet used)
- added Stock Exchange transactions
0.6.7 : Changes from version 0.6.6
- added the help system
- fixed some bugs
- nicer code (less global variables)
- added lots of TODO things
0.6.6 : Changes from version 0.6.5
- removed the unused field "Comment" in the operation structure
- removed the "Withdrawal" medium since it's a credit card operation.
"Withdrawal"'s place is in the "Category" list.
- added search support
- fixed an unformat_date bug
- fixed bugs for searching
0.6.5 : Changes from version 0.6.4
- changed the wallets and categories file format to be more quickly loaded
- modified the operations' edition window look
- modified permissions on the "medium" and "third party" combo boxes
- Added the HELP history structure.
- modified the locale formats for date recognition (date can now be entrer in
m.d.yy or d.m.yy format : d -> 0d, m -> 0m, yy -> 20yy)
- created a list structure to allow less widgets as global variables
- added the Print dialog box
0.6.4 : Changes from version 0.6.3
- fixed the "quit" bug
- fixed the "Cancel open" bug
- added the MY_ALLOC macro
- added the re-open the last opened account function
- added the comment and tiers (third party) fields for an operation
- added a transfer function between the opened wallet's accounts / other
- added the delete/cancel functions for transfer operations
- modified the re-display of the operations list after an operation's
modification for only changes about amount, type and date (these are
needed to recalculate amounts columns)
- finished the HELP file
0.6.3 : Changes from version 0.6.2
- fixed the very serious bug in adding categories
- fixed the bug that did not allow to stay at the same line after editing
an operation
- modified the style for abnormal lines (amount of operations/accounts < 0.0)
- modified the selection style to attach different funtions to each mouse
button
- fixed the bug when reading files from older versions.
- added the accounts list in a scrolled_window
- HELP file modifications
0.6.2 : Changes from version 0.6.1
- added the cancelled state for an operation
- modified the integration of the operations clist in a scrolled-window : now
the titles are ALWAYS visible
- did the same for the categories clist
- added the ability to move to the end of the list (but move again to the top
of the list after a modification => argh :-( )
- added showing an account in red when its amount is < 0.0 !!!
- fixed a bug that removed operations when modifying others
- created the BUGS file
0.6.1 : Changes from version 0.6.0
- modified some presentation in categories list
- added the creation of new categories in editing operations
- added the ability to display immediately the end of the operations' list
(Not functionnal)
0.6.0 : Changes from version 0.5.2
- added the Euro convertion function
- added the Euro value in the preferences window
- added the green color for each even line in the accounts list (1st == #0)
0.5.2 : Changes from version 0.5.1
- fixed a bug when showing a NULL string in accounts and categories edition
windows
- fixed a bug that would stop the program when not finding the categories
definitions file. Now it uses the system-wide default categories to create
the user's default categories.
- very light modification in the TODO file ;-)
|