Skip to content

Releases: firecat53/bitwarden-menu

v0.4.5

22 Nov 18:36
v0.4.5
65a77b3
Compare
Choose a tag to compare
* Correctly format github release. Update README for releasing

v0.4.4

22 Nov 05:12
v0.4.4
eb98c12
Compare
Choose a tag to compare
  • Add github workflow to publish to testpypi on commit and to release to pypi and github on tag commit
  • Update Nix flake setup and workflow
  • Only paste once from xclip
  • Added -o flag to wl-copy to erase the clipboard after the first paste.
  • Fix bemenu password prompt issue. Closes #31
  • Use '127.0.0.1' instead of 'localhost'
  • Edits to make bwm more compatible with wofi

v0.4.3

24 Jan 04:54
v0.4.3
9957949
Compare
Choose a tag to compare
  • Fix hatch build issue. It only builds the package correctly if the project name and module name are the same. Otherwise need to add tool.hatch.build.targets.wheel.

v0.4.2

24 Jan 02:21
v0.4.2
1a41a0f
Compare
Choose a tag to compare
  • Add --lock option
  • Add nix flake
  • Add copy-to-clipboard support
  • Switch to pyproject.toml and hatch build
  • Cleanup keyboard interrupts
  • Ydotool fix

v0.4.1

11 May 04:28
v0.4.1
62bd59e
Compare
Choose a tag to compare
  • Fix {URL} placeholder token. Closes #20
  • Add autotype CLI option
  • Add CLI options for vault URL and email
  • Simplify dmenu_cmd function and make easier to extend support for other launchers
  • Add screencast to README
  • Bugfix in adding collection

v0.4.0

18 Apr 18:24
v0.4.0
ca18bbe
Compare
Choose a tag to compare
  • Remove tests dir for now since unused
  • Allow adding/editing all entry types (login,note,identity,card). Closes #12
  • Fix unlock error on empty password
  • View/edit all URLs for an entry, not just the first one. Closes #11.
  • Add account switching
  • Fix logging in to multiple vaults. Closes #18.
  • Add totp field when creating new item. Fix #16.

v0.3.0

09 Apr 02:23
v0.3.0
816b630
Compare
Choose a tag to compare
  • Ydotool support requires ydotool > 1.0.0
  • Wayland, Wtype and Wofi support enhancements
  • TOTP support

Full Changelog: v0.2.1...v0.3.0

v0.2.1

11 Mar 17:09
bda2a52
Compare
Choose a tag to compare
v02.1

Initial public release

11 Mar 03:13
7cb8386
Compare
Choose a tag to compare
v0.2.0

Refactor and update docs and add Makefile