Skip to content

Releases: abenz1267/elephant

Release v2.21.0

09 Apr 03:46
376ee71

Choose a tag to compare

Changes in v2.21.0

Commits since v2.20.3:

  • fix(files): properly shellescape paths (376ee71)
  • feat(clipboard): add pinned_on_top config option, default false (f58ae9e)
  • minor: dont show display name when using listproviders (2367dc9)
  • fix(menus): prevent race-condition loading menus (6240479)
  • feat(providers): add new playerctl plugin (#228) (af23334)
  • fix(runner): dont recursively search $PATH (bfb11e8)
  • fix(desktopapplications): split XDG_CURRENT_DESKTOP by colon for Ubuntu support (#234) (e7dcb0e)

Release v2.20.3

27 Mar 19:43
d306521

Choose a tag to compare

Changes in v2.20.3

Commits since v2.20.2:

  • fix(1pass,bitwarden): use new sensitive flag for wl-copy (d306521)
  • ups (c4df9fb)
  • fix(menus): actions not working properly when theres also a submenu action (3f4ac15)
  • feat(menus): allow more control over searched content ranking (af844b5)
  • fix(desktopapplications): handle moss atomically replacing /usr (#219) (ec74613)
  • fix: crash when requesting provider state for menus (ea6aa5c)
  • fix: case sensitivity for fuzzy and exact search (1791df5)
  • fix(files): lookup fdfind as well as fd (cb3ed2a)
  • feat(niriactions): set help text as preview command (5cccfff)
  • feat(config): add terminal_cmd option to general config (e2b7c6c)
  • fix(windows): small bug (653e419)
  • feat(symbols): allow using args as repeat counter (042b322)
  • feat: add options to disable providers, menus and menu entries on a per host basis (5749711)
  • chore: update dependencies (#216) (e84653c)
  • minor: add debug log for activation (39dea4c)
  • fix(archlinuxpkgs): set language when calling pacman (0203455)

Release v2.20.2

09 Mar 18:00
53afe39

Choose a tag to compare

Changes in v2.20.2

Commits since v2.20.1:

  • feat(windows): add show_empty_workspaces option, default false (53afe39)
  • fix(windows): niri workspace focus and text (7004125)

Release v2.20.1

09 Mar 06:38
37f1190

Choose a tag to compare

Changes in v2.20.1

Commits since v2.20.0:

  • fix: generate config writing wrong config keys (37f1190)
  • cleanup (6c978b9)

Release v2.20.0

07 Mar 07:04
1a52df6

Choose a tag to compare

Changes in v2.20.0

Commits since v2.19.3:

  • fix(bitwarden/1password): add mime type to avoid copying into clipboard manager (1a52df6)
  • fix(wireplumber): fix broken stuff, improve update handling (6b8212a)
  • fix(wireplumber): add missing function (c3d0c4f)
  • fix(wireplumber): wrong method signature (860ad55)
  • ci: add wireplumber provider to gh action (e039bf4)
  • feat(providers): add new wireplumber audio control plugin (#191) (53060ef)
  • fix(websearch): better handling of links (fe7ac39)
  • minor: missing continue (d157f06)
  • minor: add error logging for staterequesthandler missing provider (ed5ac76)
  • workspaces for window provider (8d89792)
  • feat: add generate config command (29a1f82)
  • fix: config flag not doing shit (b87d4c6)

⚠️ Breaking Changes

per provider launch_prefix removed

... instead a general launch_prefix has been added to the global elephant config.

Release v2.19.3

12 Feb 15:34
c354a59

Choose a tag to compare

Changes in v2.19.3

Commits since v2.19.2:

  • config: remove per provider launch prefix, add global launch prefix config (c354a59)
  • fix: remove smart-case fuzzy finding. always ignore case (46e6886)
  • refactoring: add action to delete history in central flow (ca42f47)
  • fix(files): propoerly cleanup wal and shm database files (645e7ca)
  • fix: install service without exec bit (#197) (8cce354)

⚠️ Breaking Changes

per provider launch_prefix removed

... instead a general launch_prefix has been added to the global elephant config.

Release v2.19.2

05 Feb 18:47

Choose a tag to compare

Changes in v2.19.2

Commits since v2.19.1:

  • fix(calc): wrap %VALUE% in quotes for command default (#193) (1ddd708)
  • fix(files): set timeout and limit open connections for sqlite (df6765e)
  • minor(files): disable watching by default (e87f72a)
  • fix(symbols): always show emoji for symbols variants (e1def5f)
  • fix(bitwarden): Change MatchType to int in Bitwarden provider (#186) (1988112)

⚠️ Breaking Changes

Release v2.19.1

22 Jan 15:02
b34dd27

Choose a tag to compare

Changes in v2.19.1

Commits since v2.19.0:

  • fix(clipboard): fix breaking when truncating multi-byte strings (b34dd27)
  • minor(todo): add config option to show creation time (7787e68)

⚠️ Breaking Changes

Release v2.19.0

21 Jan 17:30
03cbbf7

Choose a tag to compare

Changes in v2.19.0

Commits since v2.18.2:

  • fix(todo): bug causing creation time to be zeroed (03cbbf7)
  • minor(todo): make notification-check more accurate and not only per minute (a0d3816)
  • feat(todo): allow fast-creating without explicitly entering creation-mode when assigning time (9355684)
  • feat(clipboard): handle text/uri-list when copying files (cba4d2f)
  • fix(clipboard): fix browser image not being handled (5e20693)
  • Remove nix restrictions (#182) (4e8d6d2)
  • feat: add niri actions provider (e7571e1)
  • minor(bitwarden): remove notifications for typing and clearing clipboard (f230c43)

⚠️ Breaking Changes

Release v2.18.2

14 Jan 17:35
602293b

Choose a tag to compare

Changes in v2.18.2

Commits since v2.18.1:

  • fix(clipboard): dont try to send giant text content (602293b)
  • fix(clipboard): dont delete pinned images (829de47)
  • fix(desktopapps): dont focus window if activation has args (33092c3)
  • gh: add ldflags to workflow (4201e98)

⚠️ Breaking Changes