mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Prepare next release
This commit is contained in:
parent
1a2fa0476b
commit
38f3dd0d56
2 changed files with 24 additions and 0 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -4,11 +4,34 @@ This document describes changes between each past release.
|
||||||
|
|
||||||
## 6.1.1 (unreleased)
|
## 6.1.1 (unreleased)
|
||||||
|
|
||||||
|
### Currency conversion API workarounds
|
||||||
|
|
||||||
|
We are using an external API for currency conversion. This API recently
|
||||||
|
started requiring an API key, and this broke I Hate Money in many ways.
|
||||||
|
|
||||||
|
This release adds a set of workarounds for this issue. This should restore
|
||||||
|
basic functionality such as adding bills. However, we had to disable
|
||||||
|
some operations to prevent crashing:
|
||||||
|
|
||||||
|
- Setting or changing the default currency on an existing project is no longer possible.
|
||||||
|
However, setting a project to "No currency" is still possible.
|
||||||
|
- Adding or editing a bill with a currency that differs from the default currency
|
||||||
|
of the project is no longer possible
|
||||||
|
|
||||||
|
[Longer-term solutions are being discussed](https://github.com/spiral-project/ihatemoney/issues/1232).
|
||||||
|
If you are using currencies in your projects, your input is welcome.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- Simplifies adding a bill with keyboard only (#1221)
|
- Simplifies adding a bill with keyboard only (#1221)
|
||||||
- Add details of bills in history (#1223)
|
- Add details of bills in history (#1223)
|
||||||
|
- Remember last "For whom?" field when adding a new bill (#1222)
|
||||||
- Speed up unit tests (#1214)
|
- Speed up unit tests (#1214)
|
||||||
- Update translations for Spanish, Russian, Kannada, Swedish, Polish, German, and Italian
|
- Update translations for Spanish, Russian, Kannada, Swedish, Polish, German, and Italian
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix remembering the last selected payer when switching project (#1224)
|
||||||
|
|
||||||
|
|
||||||
## 6.1.0 (2023-07-29)
|
## 6.1.0 (2023-07-29)
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ Glandos
|
||||||
Heimen Stoffels
|
Heimen Stoffels
|
||||||
James Leong
|
James Leong
|
||||||
Jocelyn Delalande
|
Jocelyn Delalande
|
||||||
|
Jojo144
|
||||||
Lod
|
Lod
|
||||||
Luc Didry
|
Luc Didry
|
||||||
Lucas Verney
|
Lucas Verney
|
||||||
|
|
Loading…
Reference in a new issue