Skip to content

Commit

Permalink
v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminYe36 committed Nov 17, 2024
1 parent 2efdef8 commit c579c4e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@
[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/benjaminye36/investment-tracker/main)](https://github.com/BenjaminYe36/investment-tracker/commits/main/)
[![GitHub License](https://img.shields.io/github/license/benjaminye36/investment-tracker)](https://github.com/BenjaminYe36/investment-tracker/blob/main/LICENSE)

## Changes & Features
- Polished up for a public release v1.5.0
## Recent changes
- Updated formula for interest estimation (better results for longer terms)
- Added mark in the middle interest payout as confirmed feature (so that it won't block the other entries)
- some color contrast fix (text & icon with background)

## Features
- Quick filtering by owner, marketplace, bank, and start & end time within the side drawer
- Interactive data grid (edit, delete, hide, sort, filter) to show the records
- Autocomplete based on current records when adding new records
Expand All @@ -26,7 +30,8 @@
<p align="left">
<img alt='Investment Tracker Screenshot d1' src='./public/investment-tracker-d-1.png'/>
<img alt='Investment Tracker Screenshot d2' src='./public/investment-tracker-d-2.png'/>
<img alt='Investment Tracker Screenshot d3' src='./public/investment-tracker-d-3.png'/>
<img alt='Investment Tracker Screenshot d3' src='./public/investment-tracker-d-3.jpeg'/>
<img alt='Investment Tracker Screenshot d4' src='./public/investment-tracker-d-4.png'/>
<img alt='Investment Tracker Screenshot l1' src='./public/investment-tracker-l-1.png'/>
<img alt='Investment Tracker Screenshot l1' src='./public/investment-tracker-l-2.png'/>
<img alt='Investment Tracker Screenshot 13' src='./public/investment-tracker-l-3.png'/>
Expand Down
Binary file modified public/investment-tracker-d-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/investment-tracker-d-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/investment-tracker-d-3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file modified public/investment-tracker-l-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/investment-tracker-l-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "investment-tracker",
"version": "1.5.0"
"version": "1.6.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit c579c4e

Please sign in to comment.