Skip to content

Releases: flusio/Flus

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)

v0.58

18 Mar 16:25
v0.58
c89546d
Compare
Choose a tag to compare

New

  • Allow users to accept to be contacted (53fac741)

Improvements

  • Improve the look of multilines checkboxes (60066866)
  • Display sessions names before IPs (a212ae90)
  • Don't share to Mastodon by default (beta) (d7a798e8)
  • Completely anonymize IPs in demo mode (4d72e2ee)

Bug fixes

  • Fix broken modal/menu when going back in browser history (441053a2)
  • Sanitize URL queries containing spaces correctly (49c324f8)
  • Lowercase the scheme in URLs during sanitizing (220832d2)
  • Remove the GitHub URL from UA in prod and test (6377f42e)
  • Allow showcase pages to be loaded in a modal (bbbc5cbc)

Technical

Documentation

  • Document "restart on-failure" in the production doc (6767ed72)

v0.57

08 Sep 14:43
v0.57
1663cc6
Compare
Choose a tag to compare

Browscap is now used to identify the sessions of the user.
It is recommended to enable it (and update the browsercap.ini file, see browscap.org).

IP and user agent are now processed to help to detect attacks.
The last bit of the IP is anonymized and only the browser and the platform are used from the user agent.
You may want to adapt your GDPR files according to these changes.

New

  • Allow to list and manage sessions (2eb23747)
  • (beta) Allow to share to Mastodon (ad529d4c)

Improvements

  • Reorganize the "Account & data" page (c93afb83)
  • Autosave content of textareas (facd1be9)

Bug fixes

  • Don't render the "new link" page in a modal after a change (19b63332)
  • Edit the profile in the modale (ee452d47)
  • Fix the French locale file (63ba73a9)