github monicahq/monica v3.0.0

latest releases: v4.1.2, v5.0.0-beta.4, v4.1.1...
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.

Don't miss a new monica release

NewReleases is sending notifications on new releases.