Some warnings.

This commit is contained in:
James Cole 2022-12-30 06:27:55 +01:00
parent a84050a084
commit 03e176bd16
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -5,7 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 5.8.0-alpha.1 2023-01-01 ## 5.8.0-alpha.1 2023-01-01
This is the first release of the new 5.8.0 series of Firefly III. It should upgrade the database automatically BUT This is the first release of the new 5.8.0 series of Firefly III. It should upgrade the database automatically BUT
make a backup of your database first! I guarantee nothing. make a backup of your database first! I guarantee nothing.
### Warnings
- ⚠️ Make a backup of your database first!
- ⚠️ This version requires **PHP 8.1** and there is a good chance the final version jumps to **PHP 8.2**.
- ⚠️ The new layout is not yet finished. Use it to change your data at your own risk.
### Added ### Added
@ -26,6 +32,7 @@ Lots of new stuff that I invite you to test and break.
- New authentication screens that support dark mode. - New authentication screens that support dark mode.
### Changed ### Changed
- Firefly III requires PHP 8.1
- Liabilities are no longer part of your net worth. - Liabilities are no longer part of your net worth.
- Liabilities no longer need two transactions to be managed properly (see the documentation) - Liabilities no longer need two transactions to be managed properly (see the documentation)