Releases: Sebazzz/financial-app
Releases · Sebazzz/financial-app
Version 2.0.0 beta 7 - Various improvements
This primarily a release with under-the-hood changes and some fixes from the b0rked beta 6 release.
New features:
- New since last visit indicator #63
- Impersonation partially reverted to old model, without giving full control: #57
- Allow configuration by
.ini
or.json
file in OS-native configuration paths #78
Improvements:
Fixes:
- Monthly digest: main figure wrapping #66
- Monthly digest: placeholders not being replaced #65
- Monthly digest: wrong culture and number formatting #66
- New sheets cannot be created #64
Other:
- Code conventions now enforced through
.editorconfig
#72 - Dropped Ubuntu 14.04 support (x64)
- Added Ubuntu 18.04 support (x64)
Version 2.0.0 beta 6 - Under the hood improvements
This is primarily a release with a lot of under-the-hood changes.
New features:
- In addition to impersonation, allow changing the current "context". This is more secure, because impersonation bypasses two factor authentication. #29
- Implement management of impersonation. #29
- Implement add to homescreen #53 #55
- Add application startup checks to check for common issues
- Some mobile lists now use "swipe to action" lists common in mobile apps
Improvements:
- Better time to first render on low-speed connections (2G, 3G). #48
- More parts of the application are lazy loaded. #45
- Use ES5 / ES2017 depending on browser feature support. #46
- Use supported ES2017 minifier: smaller bundle size. #56
- Drop some dependencies to improve download size. #43
- Fix font size in about page
- Binaries are now built with source link
- Dashboard text-to-background contrast improved
Fixes:
- Mobile views not triggered correctly on Android #40
- Email templates were not published correctly
- Tooltip on mobile menu caused alert error
- Fix service worker behavior in mobile Safari
Other:
- Rebased repository because accidently I inserted some file headers with protected brand names
Version 2.0.0 beta 5 - Installable app, monthly digest, installable app
New features:
- Allow changing password
- Show log-in history
- Monthly digest
- Forgot password/reset password
- Login notifications
- Web app manifest, installable web app
Improvements:
- Prevent generating source maps in production build
- Minify CSS in production
- Updated service worker
- Upgraded framework to .NET Core 2.1
- No longer requires libuv
- Builds are done via continuous integration (Travis/AppVeyor)
Bugfixes:
- Fix HTTP server options not being read
- Fix archive showing wrong month name
Version 2.0.0 beta 4 - Two factor authentication and budget per category
Update build system and allow two-factor-authentication / budget per category. Also some design improvements.
Version 2.0.0 beta 3 - Tags and telemetry support
This release features proper telemetry support, updated toolchain and Ubuntu 16.x support.
Version 2.0.0 beta 1 - first version after knockout rewrite
Please view the documentation: README.md and the docs folder in the ko-rewrite branch.