Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rsquared226 committed Jan 2, 2021
1 parent a0033fd commit d3ca87d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -24,6 +24,8 @@ It's light-weight and all data stays on your device. I built this app because I

- <b>Design</b>: 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.

- <b>Dark Mode</b>: Budget your life with a comforting dark theme or go all-out with the OLED black theme.

- <b>Speed</b>: The app was coded to be as lightweight and efficient as possible, running on even the lowest end devices.

- <b>Privacy</b>: With no data leaving your device, your privacy is guaranteed in this application.
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/about_app_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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: <Widget>[
const SizedBox(height: 12),
const Text('A beautiful and informative budgeting app'),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -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
v0.7.0-internal
- For my internal testers :)
- First preview of the dark theme

0 comments on commit d3ca87d

Please sign in to comment.