2017-01-01 17:20:25 +01:00
|
|
|
v0.7 (11/11/2016)
|
|
|
|
** User **
|
|
|
|
Set background calendar color to red or yellow when one account is negative or less than 200
|
|
|
|
|
|
|
|
** Dev **
|
|
|
|
** Bugs **
|
|
|
|
|
2016-10-08 20:05:01 +02:00
|
|
|
v0.6 (08/10/2016)
|
2015-11-05 18:06:21 +01:00
|
|
|
** User **
|
|
|
|
Set autofocus attribute to user in index.php
|
|
|
|
|
2015-10-11 09:42:32 +02:00
|
|
|
** Dev **
|
|
|
|
Use transactions for SQL updates
|
2016-10-08 20:05:01 +02:00
|
|
|
Use prepared query for value replacement allowing to use non escaped characters
|
2016-10-08 20:28:52 +02:00
|
|
|
package.sh was broken due to parsing errors in debian/changelog
|
2015-10-11 09:42:32 +02:00
|
|
|
|
2016-09-09 17:38:11 +02:00
|
|
|
** Bugs **
|
|
|
|
Crash when use of a tag in a new operation
|
|
|
|
|
2015-06-19 18:51:27 +02:00
|
|
|
v0.5 (19/06/2015)
|
2014-11-11 10:25:45 +01:00
|
|
|
** User **
|
|
|
|
Add tag management
|
|
|
|
|
|
|
|
** Dev **
|
|
|
|
Version 4 of database : tag added
|
2014-02-08 15:14:04 +01:00
|
|
|
|
|
|
|
** Bugs **
|
|
|
|
Bug in generate month : if the next month has less days than the first, but there are operations on non existings days, use last day of new month.
|
2015-06-19 18:51:27 +02:00
|
|
|
Bad memcpy length in localtime_r() and gmtime_r()
|
2013-06-03 18:43:00 +02:00
|
|
|
|
2013-02-26 16:06:57 +01:00
|
|
|
v0.4 (26/02/2013)
|
2012-06-29 20:33:33 +02:00
|
|
|
** User **
|
2013-02-26 12:17:35 +01:00
|
|
|
Add icons for low resolution screens
|
2012-12-27 09:42:53 +01:00
|
|
|
Sort categories using translated names
|
2013-01-17 20:25:27 +01:00
|
|
|
Set DateFrom to first of month for SearchBanner
|
|
|
|
Add CSV export
|
2013-02-26 16:06:57 +01:00
|
|
|
Add Cost repartition statistics to SearchBanner
|
2012-06-29 20:33:33 +02:00
|
|
|
|
|
|
|
** Dev **
|
2013-02-26 12:17:35 +01:00
|
|
|
Primitive handle of low resolution screens
|
2012-12-27 17:58:35 +01:00
|
|
|
Rework GridAccount
|
2013-02-17 18:58:32 +01:00
|
|
|
Simplify UpdateNextMonths function
|
|
|
|
Add "create_if_not_exsits" to Database::GetAccountAmount
|
2013-02-26 16:06:57 +01:00
|
|
|
Add CostRepartitionBanner
|
2012-12-27 17:58:35 +01:00
|
|
|
|
|
|
|
** Bugs **
|
|
|
|
Remove some bugs in GridAccount
|
2013-01-13 20:36:42 +01:00
|
|
|
When user changes month or year in SearchBanner, A new date wasn't selected by default resulting in bad SQL query
|
2013-01-17 20:25:27 +01:00
|
|
|
Date in search failed in january
|
|
|
|
File was not truncated during export
|
2013-02-17 19:11:38 +01:00
|
|
|
Group a non checked operation with a checked meta did not uncheck meta
|
2012-06-29 20:33:33 +02:00
|
|
|
|
|
|
|
|
2012-05-31 21:33:43 +02:00
|
|
|
v0.3 (31/05/2012)
|
2011-08-09 17:55:46 +02:00
|
|
|
** User **
|
2012-05-06 11:40:13 +02:00
|
|
|
New interface in Qt4
|
2012-02-28 09:34:33 +01:00
|
|
|
Use BDD file from .local/share/kisscount
|
|
|
|
Use libkchart for graphics
|
2012-05-05 19:22:38 +02:00
|
|
|
Use oxygen icons
|
2012-02-28 09:34:33 +01:00
|
|
|
New account attribute : hidden
|
|
|
|
Description is now auto-completed
|
2012-03-20 20:57:45 +01:00
|
|
|
Snapshot feature
|
2012-03-27 21:12:55 +02:00
|
|
|
Display date in locale format
|
2012-04-11 19:28:35 +02:00
|
|
|
Better auto completion for transfert operation (not two times the same operation completed)
|
2012-05-31 21:33:43 +02:00
|
|
|
Add Win32 support (OFX import disabled)
|
2012-02-28 09:34:33 +01:00
|
|
|
|
|
|
|
** Dev **
|
2012-04-28 12:25:17 +02:00
|
|
|
Version 3 of database : account hidden item added, some id deleted, on delete constraints added
|
|
|
|
This version is not compatible with previous ones
|
2012-04-30 21:15:51 +02:00
|
|
|
Values are in fix point (no double anymore)
|
2011-08-09 17:55:46 +02:00
|
|
|
|
|
|
|
** Bugs **
|
|
|
|
Fix a bug in language settings
|
2011-08-16 18:22:35 +02:00
|
|
|
Virtual transferts must not be considered as a debit
|
2011-08-16 20:28:22 +02:00
|
|
|
Last account/category wasn't taken in account during search
|
2012-04-28 12:25:17 +02:00
|
|
|
New users have system language set instead of English
|
|
|
|
Account/Category modification are immediatly reported in other panels
|
2012-05-12 09:56:33 +02:00
|
|
|
Accounts and categories where badly mapped during import
|
|
|
|
Fix cost not taken in account during import
|
2012-02-28 09:34:33 +01:00
|
|
|
|
2011-07-04 20:23:00 +02:00
|
|
|
v0.2 (04/07/2011)
|
2012-02-28 09:34:33 +01:00
|
|
|
Remove dependancies of libsqlite and libxml
|
|
|
|
User throws exception if account/category not found
|
2010-12-20 20:17:46 +01:00
|
|
|
|
|
|
|
** User **
|
2010-12-12 20:30:52 +01:00
|
|
|
Better use of sizers (so better interface!)
|
2011-01-29 12:24:07 +01:00
|
|
|
No further problems with scrollbar in AccountPanel/SearchPanel/PreferencesPanel when there is a lot of operations
|
2011-01-29 11:41:14 +01:00
|
|
|
Better fit of interface when displaying grouped operations
|
2011-01-29 20:53:44 +01:00
|
|
|
Show stats for current month even if next month has not been generated
|
2011-02-08 21:17:35 +01:00
|
|
|
Possibility to choose a replacement when deleting accounts and categories
|
2011-02-09 21:36:29 +01:00
|
|
|
Possibility to find operations with unknown category/account
|
2011-02-13 19:30:12 +01:00
|
|
|
Possibility to work on multiple operations (rename, change category, change account)
|
2011-02-14 20:56:59 +01:00
|
|
|
Add virtual accounts
|
2011-02-15 19:17:18 +01:00
|
|
|
Searchs aren't case sensitive enough
|
|
|
|
Default categories in native language (even if switching language at runtime)
|
2011-02-19 13:41:59 +01:00
|
|
|
Add Real mode
|
2011-02-20 14:22:31 +01:00
|
|
|
Database is now at ~/.kisscount/kc.bdd
|
2011-03-06 17:20:42 +01:00
|
|
|
Add Debian's packages !!
|
2011-07-04 20:23:00 +02:00
|
|
|
Add Import Panel, XML, OFX and Grisbi imports
|
|
|
|
Add Export Panel (only XML)
|
2011-04-30 12:37:16 +02:00
|
|
|
Add update next months
|
2011-05-28 10:24:02 +02:00
|
|
|
Change charts and real/virtual mode position
|
2011-05-28 19:31:42 +02:00
|
|
|
Add "non fix" category to statistics (sum of all non fix categories)
|
2011-07-04 20:23:00 +02:00
|
|
|
Auto completion does not require date to be set
|
2010-12-20 20:17:46 +01:00
|
|
|
|
|
|
|
** Dev **
|
|
|
|
Use a factory to create panels (prepare for plug-in)
|
2011-01-25 20:26:29 +01:00
|
|
|
Better cross compilation support (Makefile and package.sh)
|
2011-01-29 13:04:15 +01:00
|
|
|
Update Copyright
|
2011-02-13 19:30:12 +01:00
|
|
|
New database version (2) :
|
|
|
|
fix_cost for categories
|
2011-02-17 19:48:27 +01:00
|
|
|
virtual field for account and operation
|
2011-03-23 20:35:29 +01:00
|
|
|
import_panel
|
2011-02-13 19:30:12 +01:00
|
|
|
Database checking & upgrading
|
2011-01-08 12:17:54 +01:00
|
|
|
|
|
|
|
** Bugs **
|
|
|
|
Bug on GenerateMonth with different years
|
2011-01-08 12:20:22 +01:00
|
|
|
In StatsPanel :
|
|
|
|
Bad selection of year with multiple years
|
|
|
|
Bad year range check
|
|
|
|
Unordered accounts (makes account selection points to bad indexes on account graph)
|
2011-01-23 09:51:08 +01:00
|
|
|
Bug in account creation (readonly fields)
|
2011-01-29 11:41:14 +01:00
|
|
|
Bug in search bad computation of month with start_date and end_date
|
2011-01-29 12:02:49 +01:00
|
|
|
Grouped operations have bad month/year in SearchPanel
|
2011-01-29 12:24:07 +01:00
|
|
|
Categories fonts not updated for new category --> crash
|
|
|
|
New category had read only fields in PreferencesPanel
|
2011-01-29 20:53:44 +01:00
|
|
|
Update all panels after generating/deleting month
|
2011-04-25 19:55:31 +02:00
|
|
|
Don't take in account unknown categories (in stats)
|
|
|
|
Don't try to draw more than MAX_CATEGORIES (12) in charts
|