Skip to content

Commit 0814680

Browse files
release: Publish version v0.60
1 parent 58f12f9 commit 0814680

6 files changed

Lines changed: 34 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
11
# Changelog of Flus
22

3-
## unreleased
3+
## 2024-06-14 - v0.60
44

55
### Migration notes
66

77
PHP 8.2+ is now required.
88

9+
Depending on the number of links you store in the database, the last migration may take a very long time to end.
10+
Consider to shutdown the service and warn your users before executing the migrations.
11+
12+
### Improvements
13+
14+
- Get the correct duration of Youtube videos ([e132baa3](https://github.com/flusio/Flus/commit/e132baa3))
15+
- Enable the “Reading” tab for all ([c45d8bde](https://github.com/flusio/Flus/commit/c45d8bde))
16+
- Bring back the global actions on the news ([bf0fdb61](https://github.com/flusio/Flus/commit/bf0fdb61))
17+
- Reset the scroll when doing a "day" action in the news ([be6111bc](https://github.com/flusio/Flus/commit/be6111bc))
18+
- Improve the feedback of the news button ([890b9324](https://github.com/flusio/Flus/commit/890b9324))
19+
20+
### Bug fixes
21+
22+
- Make the svg icons unselectable ([afdb1d97](https://github.com/flusio/Flus/commit/afdb1d97))
23+
- Show the popup menu on top of the following dates groups ([4e0363e3](https://github.com/flusio/Flus/commit/4e0363e3), [58f12f90](https://github.com/flusio/Flus/commit/58f12f90))
24+
- Align correctly the icons of date groups in the news ([d3f2bd8d](https://github.com/flusio/Flus/commit/d3f2bd8d))
25+
26+
### Technical
27+
28+
- Require PHP 8.2+ ([7283bdfa](https://github.com/flusio/Flus/commit/7283bdfa))
29+
- Add support for PHP 8.3 ([3e490209](https://github.com/flusio/Flus/commit/3e490209))
30+
- Replace `Link.url_lookup` by `url_hash` ([fd1fe711](https://github.com/flusio/Flus/commit/fd1fe711))
31+
- Rename the software from flusio to Flus ([4e7e981c](https://github.com/flusio/Flus/commit/4e7e981c))
32+
- Upgrade dependencies ([1f3c2fb9](https://github.com/flusio/Flus/commit/1f3c2fb9))
33+
934
## 2024-04-02 - v0.59
1035

1136
### New

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.59
1+
0.60

public/assets/javascripts/application.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/javascripts/application.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/stylesheets/application.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)