All Versions
86
Latest Version
Avg Release Cycle
52 days
Latest Release
1011 days ago
Changelog History
Page 4
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
๐ โ 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).
- โ Run the migrations:
-
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