Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
UNRELEASED CHANGES:

* Add ability to sort tasks by completed_at attribute in the API
* Redirect to registration page if there is no account
* Improve heroku integration
* Add bullet points to lists in call log
* Fix notification messages and localisation
*

RELEASED VERSIONS:

v1.8.2 - 2018-03-20
-------------------

* Add a Vagrantfile to run Monica on Vagrant
* Add support for Hebrew and Chinese Simplified
* Add bullet points to call lists when rendered from markdown
* Require debugbar on dev only
* Improve heroku integration
* Open register page after a clean installation
* API: Add ability to sort tasks by completed_at attribute
* API: Add sorting capabilities to most models
* Update Czech, Italian, Portuguese, Russian, German, French language files
* Fix docker image creating wrong storage directories
* Fix notification messages

v1.8.1 - 2018-03-02
-------------------

Expand Down
2 changes: 1 addition & 1 deletion config/monica.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
| bad things will happen.
|
*/
'app_version' => '1.8.1',
'app_version' => '1.8.2',
];