Skip to content

Releases: johnste/finicky

v4.2.1 - Back in the status menu

17 Sep 18:43
Compare
Choose a tag to compare

Release Highlights

  • Finicky now runs as a background app (no dock icon).
  • New configuration options:
    • keepRunning: keep Finicky running in the background
    • hideIcon: hide the menu bar icon
image

What's Changed

  • Add Microsoft Safe Links to shortener_domains.json by @buckbanzai in #463
  • feat: add support for Perplexity Comet browser by @Frusty in #478
  • Check whether --args is already present in args by @kevinjfoley in #464
  • feat: Make app to run in the background by @johnste in #482
  • Other miscellaneous fixes

New Contributors

Full Changelog: v4.1.4...v4.2.1

v4.2.1-beta

15 Sep 20:56
Compare
Choose a tag to compare
v4.2.1-beta Pre-release
Pre-release

Fixes a couple of issues found in v4.2.0-alpha

  • Adds a new method of detecting if app should open in background or not
  • Handles no available updates being available better
  • Small redesign of window contents
  • Some misc cleanup
image

Full Changelog: v4.2.0-alpha...v4.2.1-beta

v4.2.0-alpha

02 Sep 21:05
Compare
Choose a tag to compare
v4.2.0-alpha Pre-release
Pre-release
image

Release highlights

  • Finicky now runs as a background app (no dock icon).
  • New configuration options:
    • keepRunning: keep Finicky running in the background
    • hideIcon: hide the menu bar icon
  • Releasing as beta since this changes a lot in how Finicky runs

What's Changed

  • Add Microsoft Safe Links to shortener_domains.json by @buckbanzai in #463
  • feat: add support for Perplexity Comet browser by @Frusty in #478
  • Check whether --args is already present in args by @kevinjfoley in #464
  • feat: Make app to run in the background by @johnste in #482
  • fix: Don't save incomplete update info 2ba0bf7

New Contributors

Full Changelog: v4.1.4...v4.2.0-beta

v4.1.4

01 Jul 18:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.3...v4.1.4

v4.1.3

10 Jun 20:50
Compare
Choose a tag to compare

What's Changed

  • feat: add chrome extension by @johnste in #423
  • Typo fixed in configuration file path in README.md. by @sheffsky in #439
  • fix: only show update info if different from current by @johnste in #444
  • fix: reappearing log entries after clearing logs by @johnste in #445
  • feat: follow symlinks by @johnste in #446
  • build(deps-dev): bump vite from 6.2.5 to 6.3.5 in /packages/config-api by @dependabot in #427

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

04 Jun 05:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.1.2

v4.1.1 - Universal build

31 May 14:23
Compare
Choose a tag to compare

Finicky is now provided as a universal build, meaning it will run on both Silicon and Intel Macs.

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

29 May 19:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

13 May 18:40
Compare
Choose a tag to compare

Finicky 4 is a complete rewrite of Finicky.

  • Supports mode modern Javascript and Typescript syntax.
  • Has better Chrome profile support
  • Only runs as needed, reducing memory footprint
  • Can find the configuration file not just in home folder but also checks .config, for example

What's Changed since last release

feat: add basic Handoff support by @johnste in #404

Full Changelog: v4.0.0-beta.3...v4.0.0

v4.0.0-beta.3

24 Apr 19:05
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

Small release, should be the last before stable 4.

What's Changed

  • feat: detect if app is being run in the foreground or not by @johnste in #403

Full Changelog: v4.0.0-beta.2...v4.0.0-beta.3