All Versions
86
Latest Version
Avg Release Cycle
52 days
Latest Release
801 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