Skip to content

Releases: flusio/Flus

Flus v2.3.1

13 Mar 15:11
v2.3.1
c65bc49

Choose a tag to compare

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

11 Mar 16:00
v2.3.0
6ff9db1

Choose a tag to compare

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

Documentation

Flus v2.2.1

30 Dec 14:16
v2.2.1
18c6338

Choose a tag to compare

Bug fixes

  • Allow to import .opml files (4f07eb12)
  • Fallback to Mastodon API v1 when getting server information (dbbfc32a)

Maintenance

  • Strengthen MastodonThreadsTest to not fail randomly (55c3cc91)

Flus v2.2.0

24 Dec 08:19
v2.2.0
630b69b

Choose a tag to compare

Features

Maintenance

Developers

Flus v2.1.3

06 Dec 10:35
v2.1.3
4f32bd9

Choose a tag to compare

Bug fixes

  • Fix check of the group name uniqueness (7b75a95f)

CLI

  • Provide a basic command to import a wallabag export (90d57f8d)

Flus v2.1.2

30 Nov 12:08
v2.1.2
6c36cc9

Choose a tag to compare

Maintenance

  • Add missing links indexes on fetched columns (52741d13)

Flus v2.1.1

29 Nov 20:01
v2.1.1
80494c0

Choose a tag to compare

Maintenance

Developers

  • Provide a generic Cache system (9b766fa7)
  • Set the default timezone to Europe/Paris in development (f7c0a1e8)

Flus v2.1.0

25 Nov 20:26
v2.1.0
43ee402

Choose a tag to compare

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

Bug fixes

  • Make sure that links and feeds are saved in database (18b70a95)

Maintenance

Flus v2.0.6

23 Oct 07:53
v2.0.6
58a87ac

Choose a tag to compare

Bug fixes

  • Fix performance when refreshing news (1692ce6d)

Flus v2.0.5

22 Oct 16:03
v2.0.5
e6bfa63

Choose a tag to compare

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_followed attribute to the collections/feeds objects (26c196ce)
  • Add the publication_frequency_per_year attribute to the collections/feeds objects (39419a55)
  • Add the missing link created_at, is_hidden, source, published_at, number_notes attributes to the search response (8669729a)
  • Document a changelog for each API endpoints (8989c305)

Technical

  • Store the publication frequency in database (c1895833)
  • Optimize calculation of publication frequency (59074931)
  • Update the dependencies (573f0196)