Prep for next release.

This commit is contained in:
James Cole 2016-04-24 18:44:29 +02:00
parent 4fe38bd31b
commit 54e829173a
2 changed files with 21 additions and 0 deletions

View File

@ -5,6 +5,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
- No unreleased changes yet. - No unreleased changes yet.
## [3.8.4] - 2016-04-24
### Added
- Lots of new translations.
- Can now set page size.
- Can now mass edit transactions.
- Can now mass delete transactions.
- Firefly will now attempt to verify the integrity of your database when updating.
### Changed
- New version of Charts library.
### Fixed
- Several CSV related bugs.
- Several other bugs.
- Bugs fixed by @Bonno.
## [3.8.3] - 2016-04-17 ## [3.8.3] - 2016-04-17
### Added ### Added
- New audit report to see what happened. - New audit report to see what happened.

View File

@ -275,6 +275,10 @@ return [
'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)', 'pref_two_factor_auth_remove_will_disable' => '(this will also disable two-factor authentication)',
'pref_save_settings' => 'Save settings', 'pref_save_settings' => 'Save settings',
'saved_preferences' => 'Preferences saved!', 'saved_preferences' => 'Preferences saved!',
'transaction_page_size_title' => 'Page size',
'transaction_page_size_help' => 'Any list of transactions shows at most this many transactions',
'transaction_page_size_label' => 'Page size',
'budget_maximum' => 'Budget maximum',
// profile: // profile:
'change_your_password' => 'Change your password', 'change_your_password' => 'Change your password',