Skip to content

Releases: simomat/lowcarb

3.1.0

06 Jul 10:23
Compare
Choose a tag to compare
update dependencies

Firefox native style, rewrite in vanilla JavaScript and CSS

09 Dec 06:31
Compare
Choose a tag to compare

2.0.0

14 Jan 07:03
Compare
Choose a tag to compare

General remaster with vue3, browser-style, webpack.

1.1.9

15 Jun 05:28
Compare
Choose a tag to compare

Fixes

  • correct options page rendering for Firefox 55+

Known issues

All platforms

  • Removing one specific cookie from google.com is not possible. Report 1362834 is filled.

Android

Due to a lack of support for various features of WebExtensions on Android, the options panel is opened differently than on desktop. These workarounds cause some undesirable behaviors.

  • The open button is placed in the search bar instead of showing it in browser or in add-on options. The open button is always visible. There is no way to deactivate it without disabling the add-on. (We could hide it, but then there would be no proper way to show it again.)
  • The open button is very tiny on version 54. This is fixed on Firefox for Android 55 and above.
  • Having the options panel opened and restarting Firefox, hitting the open button will likely pop-up an additional tab instead of showing the already opened tab.
  • Firefox for Android does not synchronize anything 1316442

1.1.8

18 May 05:04
Compare
Choose a tag to compare

Changes

  • Synchronize options and whitelist between browsers (Firefox sync account required)
  • Optional notification after cookies were removed
  • Support for Firefox for Android, only for version 54 and above (see Issues below; lowcarb may install on previous versions but neither shows options nor syncs)
  • UI tweaks, layout changes and some responsiveness

Known issues

All platforms

  • Removing one specific cookie from google.com is not possible. Report 1362834 is filled.

Android

Due to a lack of support for various features of WebExtensions on Android, the options panel is opened differently than on desktop. These workarounds cause some undesirable behaviors.

  • The open button is placed in the search bar instead of showing it in browser or in add-on options. The open button is always visible. There is no way to deactivate it without disabling the add-on. (We could hide it, but then there would be no proper way to show it again.)
  • The open button is very tiny on version 54. This is fixed on Firefox for Android 55 and above.
  • Having the options panel opened and restarting Firefox, hitting the open button will likely pop-up an additional tab instead of showing the already opened tab.
  • Firefox for Android does not synchronize anything 1316442

1.1.0

12 May 07:13
Compare
Choose a tag to compare
  • Changed styling
  • Introduced translations for Spanish, French and German
  • Marker for empty list
  • Minor fixes, little more error resilient

1.0.6

06 May 18:10
Compare
Choose a tag to compare
  • added a 'browser action' (toolbar button) which redirects to options page
  • rearranged code