Releases: flusio/Flus
Releases · flusio/Flus
Flus v1.2.1
Flus v1.2.0
Migration notes
Flus now requires Composer in production.
You must install it and install the dependencies with:
$ composer install --no-dev --optimize-autoloader
See the documentation to update Flus.
New
Improvements
- Display the collections' publication frequency (8c490ae8)
- Allow titles in Markdown content (6dcac125)
- Allow to get a link to a comment (94eda9ed)
- Always display the full date of comments (537d6ce1)
- Homogeneize and improve the look of the emails (7c9447de, 9d89091c, b647b99e, 8cccaa22)
- Forbid changing the credentials of the demo account (ab30c7af)
Bug fixes
- Treat ISO-8859-1 HTML responses as Windows-1252 (a58a5dee)
- Fix the URL duplicating itself in the user agent (30cbfaca)
- Allow to setup Flus if the database already exists (f8dc4024, eda82090)
- Handle correctly invalid HTTP method errors (d73bab29)
Technical
- Configure Flus with Composer (24c91753)
- Send "Accept" header when fetching feeds (59fd37f3)
- Update the dependencies (4a39d517, c04aa670, 230e6a41)
Developers
- Upgrade to Minz 1.0 (9872079a)
- Improve the PR template (1fc47468)
- Refactor fetching HTTP resources (b3366ae7)
- Extract a FilesystemHelper class (da442a4c)
- Improve typing of the configuration (45209fe1)
- Replace some view variables by helper functions (231dcb08)
- Improve config files for PHPUnit, PHPStan and PHPCS (96b2978a)
- Install Rector (eb23bfbf)
- Reorganize the Docker development environment (48a54387)
- Improve the Makefile (82f389fa)
- Fix the CI configuration (42d40c0c)
Flus v1.1.0
New
- Enable the tagging system for everyone (9b3c31c1)
Improvements
- Add feedback when autosubmit forms are submitted (61fcba81)
Bug fixes
- Fix the sharing to Flus through the Android system sharing (ef660258)
- Fix the appearance of the popup buttons during the submission (05c2de51)
- Fix overflowing news groups titles on Chrome (aadb9786)
Technical
Flus v1.0.4
Improvements
- Display the total number of links in the news (26edbade)
- Improve the feedback of the disabled buttons (8991c212)
- Explain that Markdown can be used in comments (0010f425)
- Improve the description of Flus (54c52978)
- Use the system dialog to share URLs to Flus on mobile (doesn't work yet :() (7a837c2e)
Bug fixes
- Fix the position of the inner circle of radio buttons (4542d36b)
- Fix the Collection group's default value in forms (c7083afb)
- Fix the z-index of group headers (dffbdd63)
- Generate correct links to tags in the "direct" Atom feeds (ccbcbbc2)
- Handle the Pocket links without URL (f14335ae)
Technical
Developers
- Replace Parcel by esbuild (5a988874)
Beta
Flus v1.0.3
Improvements
- Improve the performance when checking if news are available (41014681)
Bug fixes
- Fix the position of checkbox ticks of the topics selector (eb698ace)
Technical
- Use the feed entry id as link if the link is missing (edfcddd5)
- Update the ClearUrls rules (51fb95e0)
Developers
- Configure Mailpit to catch emails in development mode (736a0871)
- Remove the NewsPicker service (b30022da)
Beta
Flus v1.0.2
Improvements
- Allow to follow a shared collection (99b8cb18)
- Improve performance to get public links of a user (56aae219)
- Improve the performance of news refreshing (0d54d7c6)
- Homogeneize the "remove from news" labels (96907f33)
Technical
- Improve performance to retrieve links to fetch (805380d3)
Developers
Flus v1.0.1
Flus v1.0.0
v0.60
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
v0.59
New
- Improve the overall "News" experience:
- Display links grouped by dates in news (a1ec6c29, 7b5cb20b)
- Display links grouped by sources in news (f9835613, 0952ee13)
- (beta) Change the "news" tab by a "reading" tab (4d02e91c)
- (beta) Load more links in the news from followed feeds (f8acb421, d58c7938)
- (beta) Mark bookmarks as read when storing them (84c870ab)
Bug fixes
- Fix the resizing of images with invalid transparency (4953b107)
- Format the sessions dates with the correct locale (63609b18)
Technical
- Update Minz (a0ee2b83)