mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 06:08:16 +00:00
Update version and changelog.
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
# 4.8.0.1 (API 0.10.0)
|
||||||
|
|
||||||
|
- The balance box on the dashboard shows only negative numbers, skewing the results.
|
||||||
|
- Selecting or using tags in new transactions results in an error.
|
||||||
|
- Editing a transaction with tags will drop the tags from the transaction.
|
||||||
|
- [Issue 2382](https://github.com/firefly-iii/firefly-iii/issues/2382) Ranger config
|
||||||
|
- [Issue 2384](https://github.com/firefly-iii/firefly-iii/issues/2384) When upgrading manually, you may see: `The command "generate-keys" does not exist.`
|
||||||
|
- [Issue 2385](https://github.com/firefly-iii/firefly-iii/issues/2385) When upgrading manually, the firefly:verify command may fail to run.
|
||||||
|
- [Issue 2388](https://github.com/firefly-iii/firefly-iii/issues/2388) When registering as a new user, leaving the opening balance at 0 will give you an error.
|
||||||
|
- [Issue 2395](https://github.com/firefly-iii/firefly-iii/issues/2395) Editing split transactions is broken.
|
||||||
|
- [Issue 2397](https://github.com/firefly-iii/firefly-iii/issues/2397) Transfers are stored the wrong way around.
|
||||||
|
- [Issue 2399](https://github.com/firefly-iii/firefly-iii/issues/2399) Not all account balances are updated after you create a new transaction.
|
||||||
|
- [Issue 2401](https://github.com/firefly-iii/firefly-iii/issues/2401) Could not delete a split from a split transaction.
|
||||||
|
|
||||||
# 4.8.0 (API 0.10.0)
|
# 4.8.0 (API 0.10.0)
|
||||||
|
|
||||||
- Hungarian translation!
|
- Hungarian translation!
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
|
|
||||||
manifest = (
|
manifest = (
|
||||||
appTitle = (defaultText = "Firefly III"),
|
appTitle = (defaultText = "Firefly III"),
|
||||||
appVersion = 32,
|
appVersion = 33,
|
||||||
appMarketingVersion = (defaultText = "4.7.17.6"),
|
appMarketingVersion = (defaultText = "4.8.0.1"),
|
||||||
|
|
||||||
actions = [
|
actions = [
|
||||||
# Define your "new document" handlers here.
|
# Define your "new document" handlers here.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
- VERSION=4.8.0
|
- VERSION=4.8.0.1
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
|||||||
19
changelog.md
19
changelog.md
@@ -2,7 +2,24 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [4.8.9 (API 0.10.0)] - 2019-08-22
|
## [4.8.0.1 (API 0.10.0)] - 2019-08-12
|
||||||
|
|
||||||
|
Fixes the most pressing issues found in the previous release.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- The balance box on the dashboard shows only negative numbers, skewing the results.
|
||||||
|
- Selecting or using tags in new transactions results in an error.
|
||||||
|
- Editing a transaction with tags will drop the tags from the transaction.
|
||||||
|
- [Issue 2382](https://github.com/firefly-iii/firefly-iii/issues/2382) Ranger config
|
||||||
|
- [Issue 2384](https://github.com/firefly-iii/firefly-iii/issues/2384) When upgrading manually, you may see: `The command "generate-keys" does not exist.`
|
||||||
|
- [Issue 2385](https://github.com/firefly-iii/firefly-iii/issues/2385) When upgrading manually, the firefly:verify command may fail to run.
|
||||||
|
- [Issue 2388](https://github.com/firefly-iii/firefly-iii/issues/2388) When registering as a new user, leaving the opening balance at 0 will give you an error.
|
||||||
|
- [Issue 2395](https://github.com/firefly-iii/firefly-iii/issues/2395) Editing split transactions is broken.
|
||||||
|
- [Issue 2397](https://github.com/firefly-iii/firefly-iii/issues/2397) Transfers are stored the wrong way around.
|
||||||
|
- [Issue 2399](https://github.com/firefly-iii/firefly-iii/issues/2399) Not all account balances are updated after you create a new transaction.
|
||||||
|
- [Issue 2401](https://github.com/firefly-iii/firefly-iii/issues/2401) Could not delete a split from a split transaction.
|
||||||
|
|
||||||
|
## [4.8.0 (API 0.10.0)] - 2019-08-09
|
||||||
|
|
||||||
A huge change that introduces significant database and API changes. Read more about it [in this Patreon post](https://www.patreon.com/posts/29044368).
|
A huge change that introduces significant database and API changes. Read more about it [in this Patreon post](https://www.patreon.com/posts/29044368).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user