Skip to content

1.37

Compare
Choose a tag to compare
@ilestis ilestis released this 23 Dec 15:13
· 4074 commits to main since this release

Changes overview

  • Re-wrote the mention parsing engine to make it more fail-proof, resulting in less mentions and blocks of text disappearing by mistake.
  • Mirrored relations with a different description no longer appear as a single arrow.
  • Entity abilities lose the "position" field and gain an interactive drag and drop interface instead.
  • Removed the "Era" tab from the Timeline form. It's now a subpage, with bulk actions, reordering, and a better experience for adding eras.
  • Support for writing ! in the attribute value filter to find entities with any value, or doesn't have a specific value.
  • Quick links get a new filters field for entity links going to a subpage, to control the ordering of tables.
  • Redesigned most popups to have a more consistent layout throughout the app.
  • Ads are no longer displayed on boosted campaigns for unlogged users.
  • Redesigned some reminder interfaces for the month value to be a dropdown rather than a number field.

All this and more detailed on our blog

Update process

After checkout out the tag, run the following commands in the project's root folder.

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