diff --git a/README.md b/README.md index 2bf14c7..52f0a1a 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ (F-Droid coming soon!) ## Some Highlights -from v0.5.1 -| Transaction Adding | Transaction Filtering | View Insights | Label Editing | -|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------| -| ![](https://i.imgur.com/psvHmMe.gif) | ![](https://i.imgur.com/V1q8zV1.gif) | ![](https://i.imgur.com/sx6CpSI.gif) | ![](https://i.imgur.com/aDNeBDb.gif) | +from v0.7.1 +| Transaction Adding | Transaction Filtering | View Insights | Label Editing | Dark Mode | +|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------|--------------------------------------| +| ![](https://i.imgur.com/psvHmMe.gif) | ![](https://i.imgur.com/V1q8zV1.gif) | ![](https://i.imgur.com/sx6CpSI.gif) | ![](https://i.imgur.com/aDNeBDb.gif) | ![](https://i.imgur.com/qBQ228o.gif) ## Features A beautiful and informative budgeting Android app. @@ -24,6 +24,8 @@ It's light-weight and all data stays on your device. I built this app because I - Design: The design has went over many iterations to create something beautiful to look at and intuitive to use. The animations were made to make the app feel like a joy to use while not being over the top. All insights on your spending are shown through clean charts. +- Dark Mode: Budget your life with a comforting dark theme or go all-out with the OLED black theme. + - Speed: The app was coded to be as lightweight and efficient as possible, running on even the lowest end devices. - Privacy: With no data leaving your device, your privacy is guaranteed in this application. diff --git a/lib/widgets/about_app_list_tile.dart b/lib/widgets/about_app_list_tile.dart index 3d6afd4..fba5f88 100644 --- a/lib/widgets/about_app_list_tile.dart +++ b/lib/widgets/about_app_list_tile.dart @@ -35,7 +35,7 @@ class AboutAppListTile extends StatelessWidget { width: 75, ), applicationLegalese: 'Made by Rahul Ramkumar, licensed under GNU GPLv3', - applicationVersion: 'v0.7.0-internal', + applicationVersion: 'v0.7.1', aboutBoxChildren: [ const SizedBox(height: 12), const Text('A beautiful and informative budgeting app'), diff --git a/pubspec.yaml b/pubspec.yaml index 1170bf3..3dafdc8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.0+12 +version: 0.7.1+13 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/release_notes.txt b/release_notes.txt index 9c969db..e2cb540 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,7 +1,7 @@ -v0.7.0-internal -- Only for my internal testers :) -- First preview of the dark theme +v0.7.1 - DARK MODE +- Budget your life with a comforting dark theme or go all-out with the OLED black theme. Change your theme in the settings screen +- Fixed bug where transactions wouldn't load on initial app open -What's next: -- Make AMOLED theme -- Allow theme to be selected through settings \ No newline at end of file +v0.7.0-internal +- For my internal testers :) +- First preview of the dark theme \ No newline at end of file