forked from kugiigi/tagatuos-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
67 lines (56 loc) · 2.36 KB
/
Changelog
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
v0.82
* Implemented user metric for displaying your expense today and current month
v0.81
* Fixed Issue # 29: Clicking on the TextField in Quickadd page does not put focus
* Fixed issue when sometimes descriptions are cut off in the details dialog
* Some code cleanups
v0.80
* Initial Dutch and Spanish translations support
* Fixed Text rendering in the popup dialog when connected to a monitor
* Many minor fixes
* Fixed crashes that appeared in Xenial
* Moved from QtQuick 2.4 to QtQuick 2.9
Not Committed issues
* Fixed # 20: Add reference to Chart.js in the About page
* Fixed # 15: Improve DetailsDialog layout
* Fixed # 24: New icon (thanks to Joan CiberSheep)
* Fixed # 22: Update Open Store link
* Fixed # 23: Search field not handled correctly in Recent Tab in Quick Expense
* Contents of popup dialogs are now preloaded
* Travel Mode
* Setting for hiding bottom edge hint
v.0.75
* Initial Spanish and Dutch translation support
* Xenial release
v0.70
* Initial French translation support
* UI Changes
- New Popup dialog (replaced most dropdown elements and popup dialogs)
- Removed divider in the settings, manager categories and about page
* Fixed/Closed Issues
- Issue #3: Add Confirmation Dialog when navigating to external links
- Issue #5: ExpandedListItem is not working correctly again
- Issue #6: Add history search in Recent tab in Quick Add page
- Issue #8: Support for International Currencies
- Issue #12: Enter button does nothing when in the value/price field in the add expense page
* Refined app startup logic to avoid conflict when loading components and data
* Removed non-working/unimplemented features like Manage Reports and Adding debt
* Predefined categories are now translatable
* Experimental shortcut for back (very short swipe from the bottom)
v0.60
* Added basic statistics (chart, )
* Some minor UI changes
- Settings page
* Fixed bugs
- value when selecting from the autocomplete dropdown is rounded-off to whole number
- "Recent" view gets data for the past 8 days instead of 7 days
- Disabling "Always start with Dashboard" does not work correctly
- Fixed error in the subtitle of ExpandableListItem
* Updated About page for the new link of Github and OpenStore
Technical
* Use SQL Views
* Refactored database versioning
* Replaced SnappingFlickablew with ListView and ObjectModel
* Moved from Launchpad to Github
v0.50
Initial Release