Skip to content

0.5.0

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