Skip to content
Compare
Choose a tag to compare
@ilestis ilestis released this 12 Apr 15:36
· 129 commits to develop since this release

Improvements

  • Some fields of reminders of a calendar can now be bulk-edited/deleted.
  • The dashboard random widget now allows "all entity types" as an option
  • Pinned attributes can be live-edited
  • Updating an entity's tags is now possible directly from its header
  • An experimental markdown export for individual entities
  • A bunch of API improvements
  • A bigger bunch of bug fixes

Full details available on our blog

Update process

Back up your database before running the update.

After pulling the 2.3 tag, run the following commands from the project's root folder.

sail composer install
sail artisan migrate
sail artisan db:seed
sail artisan cache:clear