Skip to content

Releases: monicahq/monica

0.6.5

29 Aug 01:42
Compare
Choose a tag to compare
  • Add a new welcome screen for new users
  • Fix typo when displaying message of no existing contact to link when adding a child
  • Monicahq.com only: add limitations to free accounts

0.6.4

24 Aug 00:38
Compare
Choose a tag to compare
  • 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

16 Aug 11:57
Compare
Choose a tag to compare

This is a security release (and a couple of bug fixes). Please update quickly.

  • Fix potential CSRF errors when deleting content.
  • Fix kids not being able to be removed
  • Fix message when removing a kid

0.6.2

16 Aug 02:22
Compare
Choose a tag to compare
  • Add support for Markdown for the Notes and Call Logs
  • Fix phone number not showing on a contact page

0.6.1

15 Aug 11:10
Compare
Choose a tag to compare

v0.6.0 introduced some problems that are now fixed. No migrations needed here.

  • Fix delete account bug
  • Fix kid deletion bug
  • Fix gift creation

0.6.0

14 Aug 21:24
Compare
Choose a tag to compare

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

25 Jul 04:25
Compare
Choose a tag to compare
  • 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.

0.4.2

19 Jul 02:03
Compare
Choose a tag to compare
  • Add Indian rupee currency
  • Add Danish krone currency
  • Add Czech translation
  • Fix https issue on password reset

0.4.1

14 Jul 02:39
Compare
Choose a tag to compare
  • Fix a nasty visual bug that hide the Add people view

0.4.0

14 Jul 02:03
Compare
Choose a tag to compare
  • Add ability to keep track of phone calls.
  • Fix Google Contact instructions link on the Import screen.
  • Input field are now automatically selected when a radio button is checked.
  • Many small bug fixes.