-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangelog
140 lines (119 loc) · 5.33 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
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
137
138
139
140
v1.20
* Implemented URI handling for searching and adding new expense: "tagatuos://search" and "tagatuos://new"
* Lock slider controls by default to avoid accidental change when scrolling with touch
* Add Sort & Filter action in Direct Actions in Expenses view which open the cireteria popup
* Reset date field to current date when canceling or exiting new entry mode
* Added settings for the size and position of the scroll button
* Moved currency settings to the top
* Avoid reopening Combo Box when trying to click the item again
* Set maximumHeight of name in the quick expense delegate instead of preferredHeight
* Add option to add new expense from search results
* Properly scroll to the end of a list view even with bottom margin
* Add option to hide context menu separators
* Implemented "Fast Date Scroll" - Page indicator-like control that can be used to quickly jump/scroll to a date in the Expense page
* Implemented swipe gesture in the page header similar to bottom horizontal swipe gesture
* Redesigned date label UI in the Expense page
* Move Home Currency setting to per Profile. Note that each Profile can only have one main currency and it will apply to all data including all past data.
* Implemented tags support
* Implemented payee/store support
* Improved expense search with new features such as full text search (enclose search text with "") and focused search (press space multiple times)
v1.10
* Updated Dutch translation (Thanks to Heimen Stoffels)
* Fixed drag down logic of new expense view
* Limit height of popup stack page in wide layout
* Disable breakdown chart animations
* Attempt to properly show `View Today` action when current day changed
* Simplify swiping in New Expense View
v1.0
* Completely redesigned and rewritten!
* Profiles support
* Expenses are now saved and displayed with time
* Realigned goal and purpose of the app
- Instead of being a serious app for managing expenses and finances, it is now focused more on being an expense diary :)
V0.89
* Initial Ubuntu 20.04 (Focal) support
* Change theme in real time when set to system theme
* Set minimum year in date picker to 50 years in the past
* Fix minor issues/errors in the quick add function
* Close quick add page when unfocusing the app as a workaround for the theme switch issue
V0.88
* Updated French translation (Thanks Ann017)
* Set date picker able to provide one year in the past
V0.87
* Norwegian translation
* Fixed unresponsiveness on the Pinephone
(App may still be unresponsive when the loading animation is displayed)
* Disabled predictive text in the expense description/name field
* Implemented right-click in list items
* Fixed layout and anchoring warning messages
v0.86
* Updated French translation
* Changed splashscreen
* Updated to framework 16.04.4
* Added LibrePay link in About page
* Re-enabled "Rate this app" in About page
v0.85
* Updated Dutch translations
* Update data when day changes
* Some code cleanup
* Create clickable.json
v0.84
* arm64 support
v0.83
* Updated French translation
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