|
|
|
@ -5,13 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Added a fallback if the exchange rate service has not been initialized correctly
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
## 1.35.0 - 08.08.2021
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
@ -21,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
- Optimized the accounts table for mobile
|
|
|
|
|
- Upgraded `chart.js` from version `3.3.2` to `3.5.0`
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Added a fallback if the exchange rate service has not been initialized correctly
|
|
|
|
|
|
|
|
|
|
### Todo
|
|
|
|
|
|
|
|
|
|
- Apply data migration (`yarn database:push`)
|
|
|
|
|