Monica
Personal CRM to remember everything about your friends, family and business relationships
Alternative to: dex, cloze, clay
v3.0.0
2021-04-30v3.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 installthenyarn run productionto recreate them from sources, or download a release file that contains compiled files. - For Heroku users: You’ll have to manually go to
Settings>Buildpacksand add buildpack:nodejs. See this doc. - See more information about how to install a Monica instance here.