Skip to content

v0.60

Compare
Choose a tag to compare
@marienfressinaud marienfressinaud released this 14 Jun 07:22
· 110 commits to main since this release
v0.60
0814680

Migration notes

PHP 8.2+ is now required.

Depending on the number of links you store in the database, the last migration may take a very long time to end.
Consider to shutdown the service and warn your users before executing the migrations.

Improvements

  • Get the correct duration of Youtube videos (e132baa3)
  • Enable the “Reading” tab for all (c45d8bde)
  • Bring back the global actions on the news (bf0fdb61)
  • Reset the scroll when doing a "day" action in the news (be6111bc)
  • Improve the feedback of the news button (890b9324)

Bug fixes

  • Make the svg icons unselectable (afdb1d97)
  • Show the popup menu on top of the following dates groups (4e0363e3, 58f12f90)
  • Align correctly the icons of date groups in the news (d3f2bd8d)

Technical