Meta files for new release

This commit is contained in:
James Cole
2023-07-18 07:00:10 +02:00
parent efade857bb
commit d17cc15037
35 changed files with 685 additions and 643 deletions

View File

@@ -3,10 +3,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## 6.0.18 - 2023-07-19
### Fixed
- Slack messages would fail if not configured.
- Bill display would include transactions from the previous period.
- Debug information left in bill overview.
- [Issue 7694](https://github.com/firefly-iii/firefly-iii/issues/7694) Missing CSS info in dark mode.
- [Issue 7706](https://github.com/firefly-iii/firefly-iii/issues/7706) Deleting a budget would not reset the available amount.
- [Issue 7749](https://github.com/firefly-iii/firefly-iii/issues/7749) Account overview would show just 1 transaction from a split of multiple.
## 6.0.17 - 2023-07-16
### Added
-
- New date calculation code and tests, thanks to @tonicospinelli!
@@ -314,7 +324,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 6.0.0 - 2023-03-03
This is release **6.0.0** of Firefly III.
This is release
*
*6.0.0
** of Firefly III.
### Warnings
@@ -326,7 +341,13 @@ This is release **6.0.0** of Firefly III.
### Notes
- The new **v3** layout is not yet finished, and it should **not** be used to edit or add data.
- The new
*
*v3
** layout is not yet finished, and it should
*
*not
** be used to edit or add data.
### Added
@@ -418,7 +439,11 @@ This is release **6.0.0** of Firefly III.
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
- ⚠️ This version requires
*
*PHP
8.2
**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
@@ -447,7 +472,11 @@ You can access the new V3 layout under `/v3/`. If you decide to use or test it:
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
- ⚠️ This version requires
*
*PHP
8.2
**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
@@ -469,7 +498,11 @@ You can access the new V3 layout under `/v3/`. If you decide to use or test it:
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
- ⚠️ This version requires
*
*PHP
8.2
**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
@@ -519,7 +552,11 @@ destructive upgrade process, this is now "6.0.0". It will again be alpha.1.
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
- ⚠️ This version requires
*
*PHP
8.2
**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
@@ -565,7 +602,11 @@ make a backup of your database first! I guarantee nothing.
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.2**.
- ⚠️ This version requires
*
*PHP
8.2
**.
You can access the new V3 layout under `/v3/`. If you decide to use or test it:
@@ -821,7 +862,8 @@ https://api-docs.firefly-iii.org/.
- [Issue 6040](https://github.com/firefly-iii/firefly-iii/issues/6040) Could not add or remove money from piggy banks
without a target.
- [Issue 6009](https://github.com/firefly-iii/firefly-iii/issues/6009) `has_no_attachments:true` would not return
transactions with *deleted* transactions.
transactions with
*deleted* transactions.
- [Issue 6050](https://github.com/firefly-iii/firefly-iii/issues/6050) ja_JP is part of the Docker image
## 5.7.4 - 2022-05-03