Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 18:59
· 86 commits to main since this release

Version 2

  • ebcd1d3 - fix: add artifacts between builds (commit by @chkpwd)
  • 4b1b0ac - docs: update CHANGELOG.md for v2.0.0 (commit by @chkpwd)
  • 7488e96 - fix: add poetry dep (commit by @chkpwd)
  • 1a06e1e - fix: setup python (commit by @chkpwd)
  • e98176d - fix: find python dir then append to sys.path (commit by @chkpwd)
  • 15ba191 - Merge pull request #12 from @chkpwd/feat/restructure-workflow (commit by @chkpwd)
  • e67ceba - feat: add dispatch (commit by @chkpwd)
  • 4edcdb5 - feat: add changelog automation to release (commit by @chkpwd)
  • 3d9d2f2 - fix: build file name (commit by @chkpwd, @tigattack)
  • c99ea22 - fix: import output (commit by @chkpwd, @tigattack)
  • e3f06be - fix: alfred output (commit by @chkpwd, @tigattack)
  • 86f36e2 - fix: models schema (commit by @chkpwd, @tigattack)
  • 71b676a - fix: add icon as def (commit by @chkpwd, @tigattack)
  • 7e9ef2c - chore: fmt (commit by @chkpwd, @tigattack)
  • 686f404 - chore: add lint params for imports (commit by @chkpwd, @tigattack)
  • f25717b - fix: ente version output to null (commit by @chkpwd, @tigattack)
  • b40e1b0 - feat: add count to output (commit by @chkpwd, @tigattack)
  • 62b842b - fix: plist query (commit by @chkpwd, @tigattack)
  • 94f6ebb - chore: correctly output exceptions (commit by @chkpwd, @tigattack)
  • f9245e9 - fix: update workflow ext (commit by @chkpwd, @tigattack)
  • e76a175 - fix: add bools for valid values (commit by @chkpwd, @tigattack)
  • f14fe9d - chore: update readme (commit by @chkpwd)
  • b42e003 - feat: set version (commit by @chkpwd)
  • 751d419 - feat: update venv folder (commit by @chkpwd)
  • 5864fe0 - feat: update info for workflow (commit by @chkpwd)
  • 99a3478 - chore: update vars in build (commit by @chkpwd)
  • b7bd910 - chore: update ignore (commit by @chkpwd)
  • 3dd747d - feat: rewrote the build scripts in python (commit by @chkpwd)
  • 73f8dad - chore: change case on vars (commit by @chkpwd)
  • 5b0235e - chore: removed todo (commit by @chkpwd)
  • 63575b0 - chore: fmt doc (commit by @chkpwd)
  • 82d2563 - feat: moved over to poetry (commit by @chkpwd)
  • 9ab9fc0 - Merge pull request #13 from tigattack/feat/restructure-workflow (commit by @chkpwd)
  • 0f95270 - feat: improve error output (commit by @tigattack)
  • c719089 - fix: argument check (commit by @tigattack)
  • 77e6158 - style(totp_accounts_manager): fmt (commit by @tigattack)
  • 742837b - chore: remove unused import (commit by @tigattack)
  • 4ece3a6 - feat: re-implement fuzzy search, finalise search functionality (commit by @tigattack)
  • 8ede661 - fix: search command condition length validation (commit by @tigattack)
  • f62d557 - refactor: log exceptions as exceptions, not errors (commit by @tigattack)
  • 2c27edc - fix: remove broken (and needless) debug output (commit by @tigattack)
  • a5edc31 - refactor: improve phrasing re. accounts vs secrets (commit by @tigattack)
  • 3a1396e - fix: correctly deserialise nested JSON dicts into TotpAccount objects (commit by @tigattack)
  • eebc59d - refactor: implement str_to_bool instead of using attrs lib (commit by @tigattack)
  • 8c78054 - style: format, organise imports (commit by @tigattack)
  • 22c4535 - chore: remove pyc file (commit by @tigattack)
  • 63effc5 - feat: implement dataclass (commit by @chkpwd, @tigattack, @rippleFCL)
  • 54bd840 - add initial restructure (commit by @chkpwd)