diff --git a/.deploy/heroku/.locales b/.deploy/heroku/.locales index 125223c72d..d56ea57b9a 100644 --- a/.deploy/heroku/.locales +++ b/.deploy/heroku/.locales @@ -7,3 +7,4 @@ nl_NL pl_PL pt_BR ru_RU +nb_NO \ No newline at end of file diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 5f36a383fe..bd03a0689c 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,13 @@ +# 4.7.17 (API 0.9.2) +- Support for Norwegian! +- Clear cache during install routine. +- Add Firefly III version number to install routine. +- Initial release. +- [Issue 2159](https://github.com/firefly-iii/firefly-iii/issues/2159) Bad redirect due to Laravel upgrade. +- [Issue 2166](https://github.com/firefly-iii/firefly-iii/issues/2166) Importer had some issues with distinguishing double transfers. +- [Issue 2167](https://github.com/firefly-iii/firefly-iii/issues/2167) New LDAP package gave some configuration changes. +- [Issue 2173](https://github.com/firefly-iii/firefly-iii/issues/2173) Missing class when generating 2FA codes. + # 4.7.16 (API 0.9.2) - 4.7.16 was released to fix a persistent issue with broken user preferences. - Firefly III now uses Laravel 5.8 diff --git a/.sandstorm/setup.sh b/.sandstorm/setup.sh index 7f12a884d0..89e48c2294 100755 --- a/.sandstorm/setup.sh +++ b/.sandstorm/setup.sh @@ -24,6 +24,8 @@ sed -i 's/# pt_BR.UTF-8 UTF-8/pt_BR.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# ru_RU.UTF-8 UTF-8/ru_RU.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# zh_TW.UTF-8 UTF-8/zh_TW.UTF-8 UTF-8/g' /etc/locale.gen sed -i 's/# zh_CN.UTF-8 UTF-8/zh_CN.UTF-8 UTF-8/g' /etc/locale.gen +sed -i 's/# nb_NO.UTF-8 UTF-8/nb_NO.UTF-8 UTF-8/g' /etc/locale.gen + dpkg-reconfigure --frontend=noninteractive locales diff --git a/changelog.md b/changelog.md index 7f58a2bcbf..df390e83b1 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.17 (API 0.9.2)] - 2019-03-17 + +### Added +- Support for Norwegian! + +### Changed +- Clear cache during install routine. +- Add Firefly III version number to install routine. + +### Removed +- Initial release. + +### Fixed +- [Issue 2159](https://github.com/firefly-iii/firefly-iii/issues/2159) Bad redirect due to Laravel upgrade. +- [Issue 2166](https://github.com/firefly-iii/firefly-iii/issues/2166) Importer had some issues with distinguishing double transfers. +- [Issue 2167](https://github.com/firefly-iii/firefly-iii/issues/2167) New LDAP package gave some configuration changes. +- [Issue 2173](https://github.com/firefly-iii/firefly-iii/issues/2173) Missing class when generating 2FA codes. + ## [4.7.16 (API 0.9.2)] - 2019-03-08 4.7.16 was released to fix a persistent issue with broken user preferences.