Skip to content

Releases: flusio/Flus

Flus v1.2.1

21 Feb 17:52
v1.2.1
815a8f1
Compare
Choose a tag to compare

Improvements

  • Display the publication frequency in the collection cards (9a8158a4)

Bug fixes

  • Fix the synchronization of Youtube resources (c3ff13d1)
  • Fix a typo in French translation (27462124)

Technical

  • Add official support for PHP 8.4 (8f3d556c)
  • Decrease the synchronization frequency based on the publication frequency (2de24577)
  • Improve the display of feed statistics (55c248d4)

Developers

Flus v1.2.0

07 Feb 15:25
v1.2.0
291bc99
Compare
Choose a tag to compare

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

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

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

14 Nov 09:12
v1.1.0
6eedb38
Compare
Choose a tag to compare

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

01 Nov 10:21
v1.0.4
e247e16
Compare
Choose a tag to compare

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

  • Remove the apple-mobile-web-app* meta tags (0b77f022)
  • Add screenshots to the webmanifest (8043f060)

Developers

Beta

  • Ignore case when searching for tags (b8e55544)
  • Import Pocket tags as links tags (8d36730f)
  • Explain that tags can be used (0010f425)
  • (tec) Add a GIN index on links.tags (4faef23b)

Flus v1.0.3

18 Oct 09:07
v1.0.3
f18357c
Compare
Choose a tag to compare

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

03 Oct 12:39
v1.0.2
6d7c580
Compare
Choose a tag to compare

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

  • Mock all the requests in LinksSyncTest (0c514c5c)
  • Refactor the NewsPicker API (346e732e)
  • Fix popup__container--bottom position (ad8cdbd2)

Flus v1.0.1

19 Sep 14:01
v1.0.1
b5621e6
Compare
Choose a tag to compare

Improvements

  • Improve the performance when refreshing the news (4cf99396)
  • Add a button to never see collections links (d6b4e1bf)
  • Improve the label of the terms of services (f2c3f1ce)

Bug fixes

  • Allow to fetch information from youtu.be (e67fa439)
  • Fix a typo in French translation (88528d3c)

Technical

  • Improve the performance of database reset (eba02290)
  • Split tests and linters actions on the CI (b136a7e1)

Flus v1.0.0

02 Sep 07:46
v1.0.0
b3ba593
Compare
Choose a tag to compare

🎉

Improvements

  • Increase the default news period to 1 week (cb54aba0)

Bug fixes

  • Fix "My links" page description (ea9074dc)
  • Fetch correct information from Youtube URLs (252e0994)
  • Support RSS feeds with dates in two-digits (01f87f24)

v0.60

14 Jun 07:22
v0.60
0814680
Compare
Choose a tag to compare

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

02 Apr 10:33
v0.59
e045b52
Compare
Choose a tag to compare

New

  • Improve the overall "News" experience:

Bug fixes

  • Fix the resizing of images with invalid transparency (4953b107)
  • Format the sessions dates with the correct locale (63609b18)

Technical

Developers

  • Update the dependencies (74c84454, 774d75d5)
  • Remove the warning about docker-compose.yml version (e6717742)
  • Refactor the _date helper function (28620cbc)
  • Rename the Link "via" fields to "source" (e3902683)