Releases: monicahq/monica
2.16.0
This release allows activities to be added inline, adds some new API methods and add foreign keys to all tables. The latter will allow us much more flexibility in the future, while having no impact on the end user experience.
Happy new year, everyone!
Upgrade notes
This version requires to run migrations (php artisan migrate
).
🌍Thanks so much to our contributors and translators for their work.
✳️ Added
- Fix pluralization in vue-i18n (#3080 - thanks to asbiin).
- Use JawsDB by default on heroku instances (#3091 - thanks to asbiin).
- Use supervisord in docker (#3129 - thanks to asbiin).
- Refactor the export process (#3119 - thanks to djaiss).
- Add job information next to the contact name on profile page (#3146 - thanks to djaiss).
- Enhance user invitation mail (#3158 - thanks to asbiin).
- Improve trim string middleware (#3181 - thanks to asbiin).
- Better error viewing (#3230 - thanks to asbiin).
- Save contact tags in vCard CATEGORIES field (#3232 - thanks to asbiin).
- Enhance API settings page (#3268 - thanks to asbiin).
- Change default environment variables (#3237 - thanks to asbiin).
- Enable api web navigation (#3289 - thanks to asbiin).
- Refactor how activities are managed and displayed (#2299 - thanks to djaiss).
- Add API contact properties update + documents + photos + avatar (#3302 - thanks to asbiin).
- Upload docker image to github (#3384 - thanks to asbiin).
- Improve modals bottom buttons display (#3405 - thanks to asbiin).
✴️ Changed
- Fix typo (#3004 - thanks to ChetanGoti).
- Documentation mysql command missing space (#3075 - thanks to MaximeMichaud).
- Move js and sass files to up dir (#3086 - thanks to asbiin).
- Use azure devops pipeline cache (#3089 - thanks to asbiin).
- Add log to the export process (#3113 - thanks to djaiss).
- More logs in the export process (#3114 - thanks to djaiss).
- More logs (#3115 - thanks to djaiss).
- Add fakesmtp (#3056 - thanks to sylvainmetayer).
- Update contributors (#3120 - thanks to tomgs).
- Upgrade dockerfiles (#3095 - thanks to asbiin).
- Add helper to get prefix table (#3132 - thanks to asbiin).
- Remove mention of free for students (#3147 - thanks to djaiss).
- Fix styleci preset (#3155 - thanks to asbiin).
- Reorganize pipeline files (#3180 - thanks to asbiin).
- Fix script pipeline execution (#3183 - thanks to asbiin).
- Fix script pipeline again (#3185 - thanks to asbiin).
- Fix dockerfiles and add examples (#3223 - thanks to asbiin).
- Fix config names (#3229 - thanks to asbiin).
- Update docker build process (#3231 - thanks to asbiin).
- Add missing required php extension (#3239 - thanks to TeddyBear06).
- Add platform.sh files (#3258 - thanks to asbiin).
- Fix platform deploy (#3259 - thanks to asbiin).
- Debian instructions updated for buster (#3173 - thanks to RussellAult).
- Clean envoy file (#3264 - thanks to asbiin).
- Use request input instead of get (#3303 - thanks to asbiin).
- Add heroku sql import instructions + db cleanup script (#3103 - thanks to tomgs).
- Missing fpm tag in docker-compose example (#3340 - thanks to stuartmaxwell).
- Clean email of user new registration (#3333 - thanks to asbiin).
- Enable english uk locale (#3356 - thanks to djaiss).
- Add foreign keys on all tables (#3311 - thanks to djaiss).
- Fix docker image name (#3386 - thanks to asbiin).
- Update mail.md to add generic SMTP settings (#3392 - thanks to stumpyfr).
- Fix docker fpm master image (#3401 - thanks to asbiin).
⚛ Fixed
- Fix storage page not being displayed if a contact does not exist (#3082 - thanks to djaiss).
- Remove links from the storage page (#3083 - thanks to djaiss).
- Correct reference to journal entry avatars (#3116 - thanks to chrisforrence).
- Update journal date on activity update (#3087 - thanks to LukasRos).
- Hide completed tasks on dashboard (#3012 - thanks to andreasjacobsen93).
- Center image in pop-up on contacts page (#3011 - thanks to andreasjacobsen93).
- Fix search when prefix table is used (#3107 - thanks to asbiin).
- Fix docker images (#3131 - thanks to asbiin).
- Update ignored list of currencies in CurrenciesTableSeeder (#2988 - thanks to Mohammed90).
- Fix password resetting page (#3156 - thanks to asbiin).
- Ensure disable_signup is checked on form register validation (#3162 - thanks to asbiin).
- Fix CSV uploads with weird photo files (#3176 - thanks to djaiss).
- Fix icons have disappeared on contact information (#3194 - thanks to asbiin).
- Fix tooltip on favorite icon (#3195 - thanks to asbiin).
- Fix reminders API GET requests (#3203 - thanks to mechanarchy).
- Fix contact name display (#3219 - thanks to asbiin).
- Add the Hebrew plural formula ([#3220](https://github.com/monicah...
2.15.2
2.15.1
This release only contains bug fixes introduced with v2.15.0.
⚛ Fixed
2.15.0
This release adds the ability to manage avatars of your contacts using the Files feature.
Upgrade notes
This version requires to run migrations (php artisan migrate
).
Run this command only once: php artisan monica:moveavatarstophotosdirectory
.
Or if you are running Monica in a docker container:
docker exec -it monicahq_monicahq_1 php artisan monica:moveavatarstophotosdirectory
(replace monicahq_monicahq_1
with the name of your container found with docker ps)
🌍Thanks so much to our contributors and translators for their work.
✳️ Added
- Update vagrant box create (#2697 - thanks to asbiin).
- Use pretty-radio and optimize vue.js components (#2750 - thanks to asbiin).
- Add stepparent/stepchild as a relationship (#2723 - thanks to timbozo).
- Hide stay-in-touch for deceased contacts (#2845 - thanks to tbirrell).
- Clean DAV sync tokens (#2813 - thanks to asbiin).
- Add stripe webhook handle (#2890 - thanks to asbiin).
- Add notion of me as a contact (#2899 - thanks to asbiin).
- Change avatar management (#2112 - thanks to djaiss).
- Vcard photo import (#2915 - thanks to asbiin).
- Add journal entry edit option (#2802 - thanks to TeddyBear06).
- Paginate the Contacts page and improve database performance (#2135 - thanks to AdrienPoupa).
- Create passport keys for OAuth access on docker image (#2946 - thanks to asbiin).
- Better age display (#2958 - thanks to tbirrell).
✴️ Changed
- Fix passport personal access token client creation (#2718 - thanks to asbiin).
- Fix composer scripts (#2721 - thanks to asbiin).
- Reduce js files size (#2735 - thanks to asbiin).
- Set up CI with Azure Pipelines (#2767 - thanks to asbiin).
- Activate browser tests (#2769 - thanks to asbiin).
- Activate azure deploy (#2772 - thanks to asbiin).
- Fix azure deploy (#2773 - thanks to asbiin).
- Remove ssh task (#2775 - thanks to asbiin).
- Optimize dockerfile (#2739 - thanks to asbiin).
- Fix dockerfile (#2776 - thanks to asbiin).
- Fix ci run for forked repos (#2777 - thanks to asbiin).
- Fix rebase command (#2779 - thanks to asbiin).
- Fix setting commit number (#2780 - thanks to asbiin).
- Add more detailed MailGun instructions (#2757 - thanks to tomgs).
- Fix Dockerfile.dev file (#2785 - thanks to asbiin).
- Simplify docker installation process (#2817 - thanks to Mohammed90).
- Update eslint to version 6.0.1 (#2798 - thanks to asbiin).
- Improve changelog (#2869 - thanks to asbiin).
- Remove xdebug (#2873 - thanks to asbiin).
- Add Ubuntu version number (#2839 - thanks to tomgs).
- Deps): update monicahq/laravel-sabre to version 1.1 (#2868 - thanks to asbiin).
- Remove useless mutators (#2888 - thanks to asbiin).
- Add support button (#2898 - thanks to asbiin).
- Add getFullDate function (#2907 - thanks to asbiin).
- Fix greenkeeper build (#2929 - thanks to asbiin).
- Update i18n (#2933 - thanks to asbiin).
- Set l10n crowdin build skip (#2935 - thanks to asbiin).
- Set l10n crowdin build skip (with quotes) (#2936 - thanks to asbiin).
- Reduce number of queries (#2938 - thanks to asbiin).
- Enhance contacts display and search (#2959 - thanks to asbiin).
- Fix sonar errors (#2966 - thanks to asbiin).
- Add instructions for configuring ses to send mail. (#2939 - thanks to nitsuaa).
- OAuth proxy through HTTP kernel (#2969 - thanks to alirezamirsepassi).
⚛ Fixed
- Fix date selection with locale (#2700 - thanks to asbiin).
- Fix missing datepicker css (#2701 - thanks to asbiin).
- Fix stripe payment UI (#2702 - thanks to asbiin).
- Fix some UX errors (#2703 - thanks to asbiin).
- Fix relationship id with no gender (#2705 - thanks to asbiin).
- Fix relationship list view (#2710 - thanks to asbiin).
- Fix touch updated_at on stay in touch trigger job (#2722 - thanks to asbiin).
- Correct link for deceased flag in archived contacts list (#2834 - thanks to vladimino).
- Fix vcard export with empty gender (#2880 - thanks to asbiin).
- Fix exception in case a user register twice (#2882 - thanks to asbiin).
- Fix last consulted list (#2887 - thanks to asbiin).
- Rename preferences typo (#2684 - thanks to lydgate).
- Fix subscription cancel (#2886 - thanks to asbiin).
- Fix conversation list show (#2892 - thanks to asbiin).
- Fix phone call update (#2893 - thanks to asbiin).
- Fix conversation creation (#2894 - thanks to asbiin).
- Fix the display message (#2911 - thanks to asbiin).
- Fix same contact selection in multi-search (#2912 - thanks to asbiin).
- Fix avatar browser reload (#2914 - thanks to asbiin).
- Fix url for subd...
2.14.0
Upgrade notes
This version requires to run migrations (php artisan migrate
).
🌍Thanks so much to our contributors and translators for their work.
✳️ Added
- add multi factor auth on oauth (#2597 - thanks to asbiin).
- rewrite contact search in vue style (#2154 - thanks to asbiin).
- group relationships in create/edit forms (#2642 - thanks to asbiin).
- add WebAuthn multi-factor authentication (#2570 - thanks to asbiin).
- add ability to enable DAV for some users (#2646 - thanks to asbiin).
- add swiss chf currency (#2375 - thanks to abmurksi).
✴️ Changed
- fix changelog image url (#2581 - thanks to asbiin).
- use string and array classes instead of helpers (#2605 - thanks to asbiin).
- add thecodingmachine/safe package (#2630 - thanks to asbiin).
- add gmp extension (#2651 - thanks to asbiin).
- apply fixes from StyleCI (#2654 - thanks to asbiin).
- update and fix docker image build process (#2666 - thanks to asbiin).
- update i18n (#2689 - thanks to asbiin).
⚛ Fixed
- fix relationship create (#2587 - thanks to asbiin).
- fix register request validate (#2601 - thanks to asbiin).
- fix display relationship without a partner (#2598 - thanks to asbiin).
- fix settings/dav route (#2625 - thanks to asbiin).
- fix contact link create on job queue (#2627 - thanks to asbiin).
- fix contact create with birthdate age 0 (#2624 - thanks to asbiin).
- remove braces from edit relationship page (#2635) (#2636 - thanks to lydgate).
- fix docker image creation (#2649 - thanks to asbiin).
- add default protocols to profile field links (#2562 - thanks to mechanarchy).
- use vuejs-datepicker, not vuejs-datepicker-tmp (#2655 - thanks to SyntaxBlitz).
- fix schedule run (#2652 - thanks to asbiin).
- fix debt direction on debt edit (#2665 - thanks to asbiin).
- fix docker entrypoint (#2669 - thanks to asbiin).
- add resized logos and fix scaling (#2682 - thanks to tbirrell).
- fix dav url on dav settings page (#2685 - thanks to asbiin).
- fix setup process (#2688 - thanks to asbiin).
2.13.0
This release changes one of the major component of Monica: genders. Gender is not mandatory anymore, and is more flexible during the import/export processes.
There are one big migration to run, so make sure to backup the database before upgrading.
There is also one potential breaking change:
- we now require PHP 7.2.
Upgrade notes
This version requires to run migrations (php artisan migrate
).
🌍Thanks so much to our contributors and translators for their work.
✳️ Added
✴️ Changed
- remove mention of mobile apps (#2508 - thanks to djaiss).
- upgrade to laravel/framework 5.8 (#2553 - thanks to asbiin).
- update i18n (#2578 - thanks to asbiin).
⚛ Fixed
- make gift nature labels have consistent order between profile and gift management pages (#2469 - thanks to mechanarchy).
- remove http server (#2523 - thanks to asbiin).
- fix contact missing create form (#2468 - thanks to asbiin).
- add a test in MoneyHelper with locale formatting (#2542 - thanks to asbiin).
- fix dashboard crash when reminder is empty (#2503 - thanks to justsomebody42).
- fix coverage on some lines (#2546 - thanks to asbiin).
- fix address input label mistake (#2549 - thanks to asbiin).
- fix event dispatch (#2555 - thanks to asbiin).
2.12.1
This release only contains bug fixes, especially one affecting reminders that were not sent.
Upgrade notes
- Run the migrations:
php artisan migrate
. - Enjoy.
✳️ Added
⚛ Fixed
- Make sure migration does not break when adding foreign key (#2408 - thanks to djaiss).
- Fix no timestamp update on number of views update (#2409 - thanks to asbiin).
- Set a relationship without select any birthdate option (#2414 - thanks to asbiin).
- Fix adding people to an activity (#2418 - thanks to asbiin).
- Fix adding people on activity update (#2426 - thanks to asbiin).
- Fix contact information update (#2432 - thanks to asbiin).
- Switch to HTTPS schema early (#2439 - thanks to FranPregernik).
- Journal view now includes activities as intended (#2465 - thanks to mechanarchy).
- Deleting a LifeEvent no longer deletes the associated Contact (#2462 - thanks to mechanarchy).
- Set deceased information with removing date and reminder (#2416 - thanks to asbiin).
- Fix reminders not being sent (#2505 - thanks to djaiss).
2.12.0
This release is a major release which changes a lot of things under the hood of Monica. There are a lot of new database migrations to run, so make sure to backup the database before upgrading.
They are two breaking changes:
- the Carddav URL has changed and is now
/dav
. - the API methods to manage contacts have been rewritten and changed a little bit.
Upgrade notes
This version requires to run migrations (php artisan migrate
).
🌍Thanks so much to our contributors and translators for their work.
✳️ Added
- Add number of life events on the contact profile page (#2249 - thanks to djaiss).
- Add api methods to manage genders (#2259 - thanks to djaiss).
- Finetune carddav ACLs (#2244 - thanks to asbiin).
- Add ability to add a comment after you rate your day (#2266 - thanks to djaiss).
- Use contact field name instead of value (#2288 - thanks to djaiss).
- Add ability to name u2fkeys and delete it (#2264 - thanks to asbiin).
- Refactor reminders (#2223 - thanks to djaiss).
- Add laravel telescope and admin user (#2313 - thanks to asbiin).
- Support CalDAV for birthdays and tasks (#2304 - thanks to asbiin).
- Add sentry-cli to docker image (#2335 - thanks to asbiin).
- Use docker volumes (#2339 - thanks to asbiin).
- Add a page in settings to display all DAV resources (#2341 - thanks to asbiin).
- Register all app services as singleton (#2337 - thanks to asbiin).
- Use iterator reader for vcard imports (#2351 - thanks to asbiin).
- Update .env.example (#2340 - thanks to asbiin).
- Redirect to real contact when it is a partial one (#2353 - thanks to asbiin).
- Shorten the value of the contact field (#2357 - thanks to asbiin).
- Show birthdates when known on a contact profile (#2364 - thanks to tbirrell).
✴️ Changed
- Refactor api methods to manage contacts (#2251 - thanks to djaiss).
- Add foreign keys to multiple tables (#2260 - thanks to djaiss).
- Change indentation on vuejs files (#2272 - thanks to asbiin).
- Add foreign keys to activities table (#2286 - thanks to djaiss).
- Fix this carddav test (#2290 - thanks to asbiin).
- Replace php-vcr by guzzle when mocking external api calls (#2296 - thanks to djaiss).
- Reduce the numbers of hashing rounds in CI (#2300 - thanks to djaiss).
- Optimize tests by removing git log execution in config (#2329 - thanks to asbiin).
- Fix user tests (#2328 - thanks to asbiin).
- Cache route when running tests (#2330 - thanks to asbiin).
- Test oauth login (#2188 - thanks to asbiin).
- Use singleton in all tests (#2349 - thanks to djaiss).
- Use sabre PHPUnitAssertions (#2352 - thanks to asbiin).
- Remove telescope (#2365 - thanks to asbiin).
- Refactor activity type categories (#2348 - thanks to djaiss).
- Fix tests (#2366 - thanks to asbiin).
- Add laravel-mix-purgecss (#2368 - thanks to asbiin).
- Use pagination labels (#2392 - thanks to asbiin).
- Add phpstan (#2383 - thanks to asbiin).
- Use parent class to avoid duplicate code (#2389 - thanks to Bu4ak).
- Update i18n (#2404 - thanks to djaiss).
⚛ Fixed
- Fix activity date viewed as one day before the event happened (#2241 - thanks to djaiss).
- Fix settags api call with an empty tag (#2246 - thanks to asbiin).
- Fix occupation api methods (#2247 - thanks to djaiss).
- Fix default temperature scale (#2225 - thanks to asbiin).
- Fix getting birthday reminders about related contacts (#2254 - thanks to asbiin).
- Fix validation fails with Services (#2258 - thanks to asbiin).
- Fix ability to delete a user with a u2f key activated (#2263 - thanks to asbiin).
- Fix bug preventing to create life event without day and month (#2265 - thanks to djaiss).
- Fix model binding when it is a guest request (#2271 - thanks to asbiin).
- Use computed value instead of property for dirltr (#2289 - thanks to asbiin).
- Fix label for attributes (#2283 - thanks to asbiin).
- Fix u2fConnector (#2293 - thanks to asbiin).
- Fix VCard import with partial N entry (#2308 - thanks to asbiin).
- Fix broken migration about activities (#2305 - thanks to djaiss).
- Corrected hrefs to relative paths and added base tag (#2282 - thanks to bendauphinee).
- Finish relative paths (#2298 - thanks to guessit-dev).
- Register telescope app (#2317 - thanks to asbiin).
- Fix a label case (#2319 - thanks to asbiin).
- Tag filter for non-english characters (#2314 - thanks to guessit-dev).
- Fix contact edit (#2325 - thanks to asbiin).
- Fix datehelper parse date (#2333 - thanks to asbiin).
- Fix datepicker input format for locales (#2334 - thanks to asbiin).
- Waitfordb.sh: only try the database 30 times, and exit if connection cannot be made (#2315 - thanks to parkr).
- Fix dav objects import/export (#2336 - thanks to asbiin).
- Pass a boolean to vuejs with json_encode (#2338 - thanks to asbiin).
- Fix docker sentry connection ([#2342](#2342...
2.11.2
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
- 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).
2.11.1
This release contains bug fixes that were introduced long time ago.
Upgrade notes
- Run the migrations:
php artisan migrate
. - Enjoy.
Changes
✴️ Changed
- Add Brazilian (Portuguese) language (#2104 - thanks to asbiin).
- Change how linkedin information is stored (#2200 - thanks to djaiss).
⚛ Fixed
- Fix percent_uploaded message (#2193 - thanks to asbiin).
- Fix reminders being deleted before they should (#2194 - thanks to djaiss).
- Fix exception when user is logged out (#2203 - thanks to asbiin).
- Fix subscription plan display (#2207 - thanks to asbiin).
- Fix dashboard calls display (#2209 - thanks to asbiin).
- Fix tags getting error (#2205 - thanks to asbiin).
- Fix dashboard calls display (#2211 - thanks to asbiin).
- Fix associating null tag (#2213 - thanks to asbiin).