Skip to content

Releases: floccusaddon/floccus

v5.2.4

02 Jul 18:02
Compare
Choose a tag to compare

Fixed

  • [native] fix(Options): Avoid importing browser-only module
  • [native] fix(font-size): set default font-size using cm
  • fix(Account): Use exponential backoff instead of disabling profile after 10 errors
  • fix(imports): Don't allow importing actions definitions from store/index
  • fix(Folder#traverse)
  • fix typo in README.md in git repos
  • fix(Default#executeAction): fix ordering when doing bulkImport in Unidirectional strategy
  • fix(NextcloudBookmarks): Make sure folder exists before appending children

v5.2.3

21 Jun 10:29
Compare
Choose a tag to compare

Fixed

  • fix(AccountCard): mention if profile was disabled after error
  • fix(OptionsGit): Branch option didn't propagate new value

v5.2.2

16 Jun 11:43
Compare
Choose a tag to compare
  • iOS: Fix sharing from apps other than Safari

v5.2.1

15 Jun 14:06
Compare
Choose a tag to compare

Fixed

  • fix: make history permission optional and request on demand only

v5.2.0

12 Jun 05:52
Compare
Choose a tag to compare

New

  • feat: Allow custom labels for profiles
  • feat: Allow counting clicks with Nextcloud Bookmarks (this requires the new history permission for the whole extension. The permission is not used for anything else.)
  • feat: Add some UI interventions asking for donations
  • feat: Opt-in automated error reporting using Sentry

Fixed

  • fix: Don't sync scheduled profiles if they're disabled
  • fix: Don't show update notification if the user doesn't use floccus
  • fix: Do not run two scanners at the same time
  • fix: Improve build script to avoid faulty builds
  • fix: Give browser more time to breathe to avoid freezing browser
  • fix: Disable profile after 10 errors in a row

v5.2.0-beta.3

02 Jun 18:21
Compare
Choose a tag to compare
v5.2.0-beta.3 Pre-release
Pre-release
Signed-off-by: Marcel Klehr <[email protected]>

v5.2.0-beta.2

01 Jun 16:32
Compare
Choose a tag to compare
v5.2.0-beta.2 Pre-release
Pre-release
Signed-off-by: Marcel Klehr <[email protected]>

v5.2.0-beta.1

31 May 07:37
Compare
Choose a tag to compare
v5.2.0-beta.1 Pre-release
Pre-release
Signed-off-by: Marcel Klehr <[email protected]>

v5.1.7

28 May 08:26
Compare
Choose a tag to compare

Fixed

  • [native] Don't reload tree in TREE_LOAD

v5.1.4

21 May 09:52
Compare
Choose a tag to compare

Fixed

  • [native] fix(Drawer): Add icon for git profiles
  • fix: Finally fix locking logic
  • fix(BrowserController): Don't spam setIcon warnings
  • fix(Account): call onSyncFail if onSyncStart fails