Monica Versions Save

Personal CRM. Remember everything about your friends, family and business relationships.

v3.3.0

2 years ago

3.3.0 (2021-10-09)

Bug Fixes

Features

v3.2.0

2 years ago

3.2.0 (2021-08-26)

Features

Bug Fixes

  • contact name population on delete confirmation (#5431) (ffd0e86)

v3.1.3

2 years ago

3.1.3 (2021-06-28)

Bug Fixes

v3.1.2

2 years ago

3.1.2 (2021-06-24)

Bug Fixes

v3.1.1

2 years ago

3.1.1 (2021-06-23)

Bug Fixes

v3.1.0

2 years ago

3.1.0 (2021-06-22)

Features

Bug Fixes

v3.0.1

3 years ago

In this release we have removed the imagick php library requirement (see #5143)! This will help PHP 8.0 adoption.

Bug Fixes

  • fix deploy on fortrabbit with version number (#5139) (c5394af)
  • fix import job without subscription bypass (#5147) (fbac248)

v3.0.0

3 years ago

v3.0.0 is not a major change in Monica, but it contains a breaking change that requires the change of version.

In this release, we finally got rid of the assets that are compiled during the yarn run production process. This includes all the JS, CSS and font files. This also drastically reduces the size of the code in the repository.

Upgrade notes

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

Features

⚠️ BREAKING CHANGES

  • The assets are no longer embedded in source code: javascript, css, font files. Run yarn install then yarn run production to recreate them from sources, or download a release file that contains compiled files.
  • For Heroku users: You'll have to manually go to Settings > Buildpacks and add buildpack: nodejs. See this doc.
  • See more information about how to install a Monica instance here.

v2.22.1

3 years ago

2.22.1 (2021-04-30)

Code Refactoring

BREAKING CHANGES

  • The assets are no longer embedded in source code: javascript, css, font files. Run yarn install then yarn run production to recreate them from sources, or download a release file that contains compiled files.
  • For Heroku users: You'll have to manually go to Settings > Buildpacks and add buildpack: nodejs. See this doc.
  • See more information about how to install a Monica instance here.

v2.22.0

3 years ago

2.22.0 (2021-04-30)

Bug Fixes

Features