Skip to content

Releases: flusio/flus-browser

Flus Browser v1.1.0

26 Nov 08:42
v1.1.0
8af3c4a

Choose a tag to compare

Features

  • Add Web feeds support to the extension
    • Allow to follow the feeds of the current page (ec7912b)
    • Allow to search for feeds by URL (4789aab)
    • Allow to test common feeds URLs patterns (d6db32e)
  • Allow to refresh extension if the tab URL changed (1df5413)
  • Allow to create collections (435252a)
  • Allow to open shortcuts edition page (da69d0f)

Bug fixes

  • Fix opening registration url on Chrome (9cf8c97)
  • Disable note textarea during submission (e47e139)

Maintenance

Developers

  • Execute "make run" with a profile (bea1686)
  • Fix "make run" for Android (00437fc)
  • Improve code to disable forms elements (44501e4)
  • Refactor the link model (3bb55b9)
  • Rename CollectionsSelector component into Collections (2f3e5a0)

Flus Browser v1.0.0

01 Sep 15:04
v1.0.0
c0f5c08

Choose a tag to compare

New

This version brings a whole new version of Flus Browser, allowing you to:

  • mark links as read;
  • save them for later;
  • add them to collections;
  • add notes.

The extension is now translated in both English and French.
It comes with a native dark mode.

Also, self-hosted users can now use the extension as well, without having to recompile the extension.

Technical

  • Remove the host_permissions in manifest (060304f)

Documentation

  • Provide a quick start in the README (0c64c7e)
  • Adapt the README to the new version (d6f7d01)

Developers

  • Setup Vue.js (a9f7abc)
  • Don't optimize SVG images (334ea95)
  • Don't fail on webext lint warnings (1ea0929)

Flus Browser v0.9.0

07 Mar 14:54
v0.9.0
57883f4

Choose a tag to compare

Documentation

  • Add the entry for Flus 0.8 to the changelog (771f0dc)

Developers

  • Migrate to Manifest v3 (59af69a)
  • Add the AGPL license file and a README (23b9512)
  • Build the extension with Parcel (fa2c668, cbee5ec)
  • Provide a make command to run the extension in browser (1d15b61)
  • Provide a make command to release a version (2c9c530)
  • Provide a make command to build the extension (481d485)
  • Move the code under the src/ folder (eccf248)
  • Configure the linters (98e9724, d1d1523, 40f27b9)
  • Provide a pull request template (761e20e)
  • Remove the content-script.js file (bff4087)

Flus Browser v0.8

06 Mar 09:45
v0.8
6de5ed0

Choose a tag to compare

New

  • The extension is now available on Firefox and Chrome extension stores

Flus Browser v0.5

06 Mar 09:44
00d8c06

Choose a tag to compare

New

  • Remove .no-extension-class elements in flusio

Improvements

  • Show a spinner on link adding

Misc

  • Remove the update_url for Chrome
  • Prepare extension for web-ext script

Flus Browser v0.4

06 Mar 09:44
70ef4fb

Choose a tag to compare

New

  • Configure an auto-update server

Flus Browser v0.3

06 Mar 09:43
f51d9f2

Choose a tag to compare

Just a mistake when publishing the extension. Nothing changed!

Flus Browser v0.2

06 Mar 09:42
abbc778

Choose a tag to compare

New

  • Add automatically links to bookmarks
  • Display if the link is bookmarked
  • Provide a navigation menu
  • Allow disconnected users to go to login page

Bug fixes

  • Forbid to add non-http URLs

Misc

  • Move app endpoint URL to a configuration file
  • Handle the URL state in background

Flus Browser v0.1

06 Mar 09:42
f1accee

Choose a tag to compare

First version, don’t expect much :) It only allows to add links to Flus via a redirection to the /links/new page.