Releases: flusio/Flus
Flus v2.3.1
Improvements
- Increase the default font size (726ab273)
- Center content even if the sidenav is present (c80251de)
- Add a light transparent outline around illustrations (ed90a1a7)
- Increase space above page illustrations (d5391a28)
- Increase avatar size to 400x400px (46da718d)
- Increase space below navigation close button (f0740af3)
Bug fixes
- Use the correct icon to download data (0daf6370)
- Fix accessibility button border when hovering header (6bbf9182)
Maintenance
Flus v2.3.0
Migration notes
You can remove the media "cards" and "large" folders as these images are no longer used.
Please make sure to keep the "avatars" and "covers" folders.
The folders are located either under public/media, or under the folder set by the APP_MEDIA_PATH environment variable.
Features
- Provide the new design based on @flus/design (2b2a34ef)
- Rename "Bookmarks" in "To read" (15b80984, 62ddb720)
- Improve form feedbacks on error and successful actions (a2602943)
- Display total number of elements in paginations (0b04d186)
- Add more actions on the notepad page (14e6d992)
- Add style to the tags in notepads (99b8ca12)
- Improve editing avatar (dd856473)
- Improve the text explaining the demo version (66656015)
- Put the explore/discovery menu item behind the beta flag (bc7ed80e)
Bug fixes
- Display host and reading time while link is syncing (e9dea67e)
Maintenance
- Migrate PHTML files to Twig and the new design system (a98d2307)
- Update the icons to Lucide icons (779ce043)
- Update the dependencies (bc16e6d4, 0667b293, 3797fa9a, 5b2b06b8, 4f4fbf4e)
- Remove the
Permissions-PolicyHTTP header (7cd6fa0d) - Remove the
links.to_be_fetchedunused column (3d82906b) - Remove support of "card" and "large" images (52c585ce)
- Remove the topic illustrations (4ef68778)
Documentation
Flus v2.2.1
Flus v2.2.0
Features
- Redesign and enable Mastodon sharing for everyone (cd1b3060, 8b7a8c15, b4a6799b, da5ed490, cc2bb106, 5e080a09, a528c653, 17a95e45)
- Handle custom Mastodon servers' status max characters (d4d2964a)
- Display the number of link's collections (5edfdafe)
Maintenance
- Update the dependencies (35df1720)
Developers
- Improve the Memoizer trait (5b2e7a11)
Flus v2.1.3
Flus v2.1.2
Maintenance
- Add missing links indexes on fetched columns (52741d13)
Flus v2.1.1
Flus v2.1.0
Migration notes
Pocket is now definitely down, and Pocket import has been removed (except the file import with the CLI).
You can safely remove the APP_POCKET_CONSUMER_KEY environment key from your .env file.
Features
- Remove Web Pocket import (1e5d3834)
Bug fixes
- Make sure that links and feeds are saved in database (18b70a95)
Maintenance
- Refactor the backend controllers (1f392899, 8deac9c8, f6b1331c, 64d8ee8a, 5a0a9798, 0c584663, 328dbca7, ecc40310, ba3de401, 164830b0, 4a8e4570, 37fa0ada, 5fb17289, ea322dff, 7338eb4d, 00fb404b, c8c29c1e, af4400db, 04583f08, 0f759bf4, 29a68f32, 6cae69a6, 38409c05, 51a4c2ba, ed5dab95, 6e004811, c49d3d7e, f630283c, ed70e62a, 6ae498d9, 3727c392, 131c4b6c, 8fe7043b, 44bad00b, b7516723, ef649a9e, ab12d4b1, abb4c845, 43ed1f3d, 4d7bdda4, e841bf81, 019eb292, c999ab3e, 4b1f7542, b45bb9c4, 1bb3a59b, 939a811e, 58a714e3, a8093de0, 754dd991, d5affbb4, de8d6e67, f871b51c, 515ad6fc, 7599c264, abc6c7c6, 0fc7f819)
- Update dependencies (1c3a3a11, 7fa84515, e631c70f, 9b5fff85)
- Increase performance during tests (c6a6e0e5, 5c59a6bb)
Flus v2.0.6
Bug fixes
- Fix performance when refreshing news (1692ce6d)
Flus v2.0.5
Migration notes
After the update, you may want to run the new CollectionsPublicationFrequencySync job:
$ php cli jobs
$ # Get the id of the job
$ php cli jobs run --id=<ID>Depending on the number of collections in the database, this operation can take a long time or not.
This operation is not required as it will be run everyday at 3AM then.
It just allows to have coherent publication frequencies in the interface.
API
- Add enpoints to follow/unfollow a collection/feed (ae8c3904)
- Return feeds on the search enpoint (83d333d1)
- Add the
is_followedattribute to the collections/feeds objects (26c196ce) - Add the
publication_frequency_per_yearattribute to the collections/feeds objects (39419a55) - Add the missing link
created_at,is_hidden,source,published_at,number_notesattributes to the search response (8669729a) - Document a changelog for each API endpoints (8989c305)