All Versions
86
Latest Version
Avg Release Cycle
52 days
Latest Release
803 days ago

Changelog History
Page 4

  • v2.11.2 Changes

    January 01, 2019

    🚀 This release contains bug fixes that were introduced in 2.11.0.

    Note about Carddav: we are actively working on supporting Carddav. Monica kinda supports it but it should not be used in production right now. We'll tell you when we'll consider it's production ready.

    ⬆️ Upgrade notes

    ⬆️ ⚠️ Please make sure you backup your database before upgrading.

    • ⚙ Run the migrations: php artisan migrate.
    • Enjoy.

    🔄 Changes

    ✳️ Added

    • 👌 Support sync-token with Carddav (#2230 - thanks to asbiin).

    🛠 ⚛ Fixed

    • 🛠 Fix exception when user is logged out (again) (#2217 - thanks to asbiin).
    • 🛠 Fix carddav group-member-set propfind call (#2219 - thanks to asbiin).
    • 🛠 Fix contacts view in case of birthdate returns null (#2229 - thanks to asbiin).
    • 🛠 Fix conversation without message (#2227 - thanks to asbiin).
    • 🛠 Fix limited boolean flag for paid plans (#2236 - thanks to lucidlogic).
  • v2.11.1 Changes

    December 26, 2018
    • Migrate LinkedIn url from the Contact object to a ContactFieldType object
    • 👕 Activate eslint to check vue and javascript formatting
    • 🛠 Fix tasks store and update
    • 🛠 Fix error handling in vue components
    • 🛠 Fix exception when user is logged out
    • 🛠 Fix subscription plan display
    • 🛠 Fix dashboard calls display
    • 🛠 Fix tags getting error
    • 🛠 Fix contact getIncompleteName to work with UTF-8 last_name characters
    • 🛠 Fix associate null tags
  • v2.11.0 Changes

    December 23, 2018
    • ➕ Add ability to indicate temperature scale (Fahrenheit/Celsius) on the Settings page
    • ➕ Add ability to see the current weather on the contact profile page
    • ➕ Add ability to generate recovery codes in order to bypass 2FA/U2F
    • ➕ Add ability to indicate latitude and longitude to addresses
    • ➕ Add ability to upload photos
    • ➕ Add ability to indicate how you felt when logging a call
    • ➕ Add information about who initiated a phone call
    • ➕ Add ability to edit a phone call
    • ➕ Add ability to create tasks that are not linked to any contacts
    • ✂ Remove limitation on the date field when creating an activity
    • 🛠 Fix Set Tag api method which deleted existing tags, which it shouldn't
    • 🛠 Fix editing relationship not working
    • 🛠 Fix Storage page not being displayed
    • 🛠 Fix VCard import without firstname
    • 🛠 Fix avatar display in searches
    • 🛠 Fix conversation add/update using contact add/update flash messages
    • 🛠 Fix incompatibility of people search queries with PostgreSQL
    • 🔨 Refactor how contacts are managed
    • ➕ Add the notion of places
  • v2.10.2 Changes

    November 14, 2018
    • 🛠 Fix composer install problems
    • 🛠 Fix editing conversations not working
    • 🛠 Fix deletion of relationships not working
  • v2.10.1 Changes

    November 13, 2018
    • 🛠 Fix work information not being able to be edited
    • Display contacts for each tag in the Tags view on the Settings page
  • v2.10.0 Changes

    November 11, 2018
    • ➕ Add ability to upload documents
    • ➕ Add ability to archive a contact
    • ➕ Add right-click support on contact list
    • ➕ Add autocompletion on tags
    • ➕ Add CardDAV support — disabled by default. To enable it, toggle the CARDDAV_ENABLED env variable.
    • ➕ Add a command (export:all) to export all data from an instance in SQL
    • 🆕 New header on a profile page
    • Standardize phonenumber format while importing vCard
    • Set currency and timezone for new users
    • ✂ Remove changelogs from the database and manage changelogs from a json file instead
    • Highlight buttons when selected using keyboard
    • Hide deceased people from dashboard's 'Last Consulted' section
    • 👌 Improve API methods for tag management
    • 🛠 Fix settings' sidebar links and change security icon
    • 🛠 Fix CSV import
    • 0️⃣ Filter deceased people from people list by default
    • 🛠 Fix errors during PostgreSQL migration
    • 👍 Better documentation for PostgreSQL users
    • 🛠 Fix some API methods
    • API breaking change: Remove 'POST /contacts/:contact_id/pets' in favor of 'POST /pets/' with a 'contact_id'
    • API breaking change: Remove 'PUT /contacts/:contact_id/pets/:id' in favor of 'PUT /pets/:id' with a 'contact_id'
    • API breaking change: Every validator fails now send a HTTP 400 code (was 200) with the error 32
    • API breaking change: Every Invald Parameters errors now send a HTTP 400 (was 500 or 200) code with the error 41
    • 📦 Use Laravel email verification, and remove the old package used for that
    • Prevent submitting an empty form when pressing enter
    • ✂ Remove Antiflood package on oauth/login and use Laravel throttle
  • v2.9.0 Changes

    October 14, 2018
    • 👍 Allow to define a max file size for uploaded document in an ENV variable (default to 10240kb)
    • ➕ Add description field for a contact
    • ➕ Add ability to retrieve all conversations for one contact through the API
    • ➕ Add all tasks not yet completed on the dashboard
    • 🛠 Fix gravatar not displayed on dashboard view
  • v2.8.1 Changes

    October 08, 2018
    • ➕ Add ability to set a reminder for a life event
    • Stop reporting OAuth exceptions
    • Replace karakus/laravel-cloudflare with monicahq/laravel-cloudflare to fix dependencies issues
    • 🛠 Fix use of 'json' mysql column type
  • v2.8.0 Changes

    September 28, 2018
    • ➕ Add ability to track life events
    • ➕ Add ability to define the default email address used for support
    • ➕ Add sentry:release command
    • ➕ Add Envoy file template
    • ➕ Add passport config file
    • Add new variable APP_DISPLAY_NAME
    • Rename env variable 2FA_ENABLED to MFA_ENABLED (2FA_ENABLED is still functional for compatibility reasons)
    • 👌 Improve search
    • 🛠 Fix reminders displaying wrong date
    • 🛠 Fix select boxes not working properly anymore
    • Fix confirm email sent when signup_double_optin is false
    • 🛠 Fix now() without timezone functions
    • ✂ Remove notion of events
    • 👌 Support papertrail logging
  • v2.7.1 Changes

    September 05, 2018
    • 🛠 Fix duplication of modules in the Settings page