Releases: monicahq/monica
Releases · monicahq/monica
0.3.0
This version requires to run migrations (php artisan migrate
).
- Add support for organizing people into tags.
- Add ability to filter contacts per tags on the contact list.
- Add a new setting panel to delete tags.
- Fix missing translation keys on the dashboard when it's empty.
0.2.1
- Update the design of the latest actions on the dashboard.
- Change order of first and last names fields on contact add/edit, if the name order is defined as "last name, first name".
- Speed up the display of the contact lists when there is a lot of contacts in the account.
- Remove the search on the list of contacts, which was broken for a while, until a proper solution is found.
- Bug fixes.
0.2.0
- Add import from vCard (or .vcf) in the Settings panel.
- Add ability to reset account. Resetting an account will remove everything - but won't close the account like deletion would.
- Journal entries now respect new lines
- Fix name not appearing in the latest actions tab on the dashboard.