From c49989998825432004b43713a96fde0773c91969 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Aug 2019 17:10:33 +0200 Subject: [PATCH] Update version and changelog. --- .sandstorm/changelog.md | 14 ++++++++++++++ .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .travis.yml | 2 +- changelog.md | 19 ++++++++++++++++++- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 5afdecf542..a17f7b55ff 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -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) - Hungarian translation! diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index ee3ce6388e..63dea44199 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 32, - appMarketingVersion = (defaultText = "4.7.17.6"), + appVersion = 33, + appMarketingVersion = (defaultText = "4.8.0.1"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index 49e596ae6a..dde48f83e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.8.0 + - VERSION=4.8.0.1 dist: xenial diff --git a/changelog.md b/changelog.md index b8117705c3..d75b69e2ca 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,24 @@ All notable changes to this project will be documented in this file. 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).