Skip to content

Releases: null-dev/firefox-profile-switcher-connector

v0.1.1

14 Mar 09:28
46dae2a
Compare
Choose a tag to compare

This release fixes a bug where the extension does not work on some Windows systems. A rare bug with profile creation has also been fixed.

List of code commits in this release:

  • 5472926 - Doc fixes
  • 76e6658 - Do not overwrite extension schema version when creating new profile
  • a519f0a - Fix handling of backslashes in profiles.ini
  • 46dae2a - Release v0.1.1

v0.1.0

23 Feb 01:17
2c2c421
Compare
Choose a tag to compare

This release introduces support for the Microsoft Store version of Firefox. It also includes a couple minor optimizations.

List of code commits in this release:

  • d02fca1 - Link vcruntime statically Fixes the program not starting on some Windows systems
  • f2a2ff9 - Another attempt to link vcruntime statically
  • ef2e18c - Yet another attempt to link vcruntime statically
  • 3c03265 - Run Github actions on tmp branch
  • 84320e9 - Replace winapi with windows crate winapi is no longer maintained
  • fad5d67 - Add support for the Microsoft Store Firefox version
  • 2c2c421 - Release v0.1.0

v0.0.9

30 Dec 05:38
490b031
Compare
Choose a tag to compare
  • d113b1d - Improve reliability when switching between open profiles
  • 05de875 - Update linux builder to Ubuntu 18.04 as Ubuntu 16.04 is no longer available
  • 490b031 - Release v0.0.9

v0.0.8

14 Jul 07:09
d561603
Compare
Choose a tag to compare
  • df4e934 - Add workaround for window focus bug in some Firefox versions
  • 946efb2 - Fix to release pipeline
  • d77b1ad - Fix IPC on Windows
  • e4bc835 - Add more debug logging
  • b27b238 - Even more debug logging
  • d561603 - Release v0.0.8

v0.0.7

19 Jun 22:12
571df42
Compare
Choose a tag to compare
  • 389f73c - Add debug mode which allows for more detailed logging
  • 08ff77d - Fix profile switching being unreliable on Windows
  • ec21ba4 - Add support for storing settings on a per-profile and global basis
  • c9ed9b2 - Split code into module for easier maintenance
  • 675c7b5 - Remove some unused code
  • 543eace - Preparations for "always open this site in profile X" feature.
  • 74963bc - Fix options not being applied on extension start-up. Also cleanup some messy code.
  • b7bcdbd - Fix options being loaded from wrong file
  • 973ea94 - More reliability improvements to profile switching
  • 2e09bb2 - Allow manually configuring the path to Firefox
  • 571df42 - Release v0.0.7

v0.0.6

01 May 19:12
158fc84
Compare
Choose a tag to compare
  • a16685e - Build using older hosts for compatibility
  • b30afae - Install missing library in builder
  • 16baae7 - Fix LZMA dependency in builder
  • 2f28d20 - Remove duplicated linux manifest
  • 158fc84 - Release v0.0.6

v0.0.5

05 Apr 22:06
6bfec43
Compare
Choose a tag to compare
  • 535fd1e - Avoid git flow for now
  • 971c984 - Build 32-bit Windows binary
  • 7dae699 - Use valid toolchain in 32-bit Windows build
  • ca52c61 - Add 32-bit linux build
  • 3b97c74 - Install required dependencies in 32-bit linux build
  • 929b2bc - Build RPM using correct architecture
  • 465996d - Name x32 release artifacts correctly
  • 4ae9784 - Build Mac artifacts
  • 6bfec43 - Release v0.0.5

v0.0.4

04 Apr 04:55
e491643
Compare
Choose a tag to compare
  • 0144d08 - Fix connector not being detected on some platforms
  • 184af44 - Bump version to 0.0.4
  • e491643 - Cleanup RPM build

v0.0.3

04 Apr 03:47
d8c0e9e
Compare
Choose a tag to compare
  • 95194e1 - Fix changelog generator in release pipeline
  • 9c37e2a - Use proper binary path in RPM native manifest
  • d8c0e9e - Bump version to v0.0.3 Commit cargo lockfile

v0.0.2

03 Apr 08:09
f7c73ea
Compare
Choose a tag to compare

2021-04-03