-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
Sevenate edited this page Oct 24, 2018
·
3 revisions
0.5 (2012-02-20)
- Added: Admin tool for user management: update user record, personal DB maintenance etc.
- Added: Basic search for posting: by text in "Comment" field, account scoped and date range
- Added: Main site "under construction" with atom feed
- Fixed: Improved performance by preventing double postings updates
0.4 (2011-12-29)
- Added: Registration UI
- Added: Show download xap file progress (in bytes)
- Added: Text fields select all text on focus
- Added: Upgraded minimum required version to Silverlight 5
- Added: Tooltip with full posting comment text on hover
- Fixed: Incorrect balance after posting update
- Fixed: Minor UI and usability issues
0.3 (2011-11-28)
-
Major changes: Moved from SQL Server 2008 to SQL CE 4.0 with personal database per user
-
Added: Connection between client and server now fully secured via HTTPS
-
Added: Every service call now authenticated with username credentials
-
Added: Store hashes from password in database instead of password itself
-
Added: Logging and exception handling
-
Added: "Today" button in filter calendar
-
Added: Site favorite icon
-
Added: Custom-branded client loader
-
Changed: Minor UI clean up.
-
Internal: Web config transformation for production
-
Internal: Hosting-aware WCF reference in client
0.2 (2011-09-28)
- Added: Asset type support for new account (only 4 predefined for now)
- Added: Rename account
- Added: Delete account
- Added: Create new category
- Added: Rename category and change category type ("income/expense/common")
- Added: Delete category
- Added: Background operation indicator
- Added: Counters for accounts and categories dashboards
- Fixed: Initial "current date" was not selected in calender
- Fixed: For income/expense category list now filtered by category type
- Fixed: Account "first" and "last" date now updates correctly after posting edit/delete
0.1 (2011-08-29)
- Added: Basic user authentication (no registration yet)
- Added: Create new account for user (all UAH for now)
- Added: Create new income/expense posting in account
- Added: Create new transfer posting in account
- Added: Update income/expense posting
- Added: Update transfer posting (still have some issues)
- Added: Delete income/expense posting
- Added: Delete transfer posting
- Added: Get current account balance
- Added: Get account balance at the specified date
- Added: Get all postings in account for specified time frame ("from date to date")
- Added: Get all categories for user