Releases: monicahq/monica
Releases · monicahq/monica
0.6.5
0.6.4
- Add support for storing uploaded files on s3
- Add restriction of 50 characters for a first name, and 100 characters for a last name
- Sort contacts by first name, last name when linking significant others and kids
- Remove automatic uppercase of the first name
- Remove beginning / ending spaces in names when adding / saving a contact
- Fix birthday reminder creation bug on vCard import
- Fix search bar being hard to use
0.6.3
0.6.2
0.6.1
0.6.0
This version requires to run migrations (php artisan migrate
). Make sure you make a backup before - a lot of changes are made in the database.
Then, make sure you backup your database before running the migrations.
Finally, backup your database, then run the migrations.
Also, backup your APP_KEY
in case you need to reinstall the project if something breaks during the migration.
- Add ability to set significant other and kids as "real" contacts and not partial contacts.
- Add Italian translation
- Add German translation
- Add debt total below a contacts debt
- Add world currencies
0.5.0
- Add version checking.
- This feature will warn instance owners when a new version is available.
- How it works is a json is sent as a ping to https://version.monicahq.com.
- https://version.monicahq.com will send back the current version as well as the latest release notes.
- If a new version is available, you will see a message in the footer of your application.
- If you do not wish that any information is sent, add a new ENV variable in
.env
. - This variable should be
CHECK_VERSION=false
. No info will be sent, ever.
- Add ability to search various fields in contacts through the top-nav search.
- Fix gift view not being shown.