Releases: chkpwd/alfred-ente-auth
Releases · chkpwd/alfred-ente-auth
v2.2.3
Caution
Breaking Change
This release requires a re-import of Ente secrets due to a schema change.
Once updated, please perform an import by running ente import
in Alfred.
✨ New Features
🐛 Bug Fixes
ddf7acd
- show service name instead of sanitized name in title (commit by @chkpwd)5d400e9
- expanduser path for binary path (commit by @chkpwd)
🔧 Chores
9d1f23c
- remove unnecessary comments (commit by @chkpwd)50d7184
- add pre-commit dep (commit by @chkpwd)216a5ef
- add pre-commit configuration for ruff lint/format (commit by @chkpwd)bff9886
- formatting post pre-commit addition (commit by @chkpwd)33c3e18
- add new launch params for debugger (commit by @chkpwd)449c11b
- switched to Pathlib instead (commit by @chkpwd)351d4f6
- swap data from dict to list to simplify calls (commit by @chkpwd)
v2.2.2
v2.2.1
🐛 Bug Fixes
8722385
- ente_auth: use defined binary path (commit by @tigattack)0b774ed
- ente_auth: correctly assign binary path when defined by user (commit by @tigattack)cb0cc15
- set uid for each item in Alfred response (commit by @tigattack)
🔧 Chores
2e9ef2e
- bump version (commit by @tigattack)
v2.2.0
✨ New Features
4c2be35
- return all accounts, filter in Alfred (commit by @tigattack)e05c79b
- refresh results every second (commit by @tigattack)c3d5f50
- support any TOTP refresh period (commit by @tigattack)bf09891
- run import script via keyword to avoid account search (commit by @tigattack)
🐛 Bug Fixes
1862039
- remove duplicated constants (commit by @tigattack)e014ab4
- correctly utilise Alfred script filter variables (commit by @tigattack)9c77a1b
- consistently sanitise service names (commit by @tigattack)e14e5aa
- setmatch
attr in accounts output to Alfred (commit by @tigattack)043a0f1
- don't include empty values output (commit by @tigattack)a760584
- don't include Alfred session cache in import response (commit by @tigattack)
♻️ Refactors
bc5039a
- remove redundant condition (commit by @tigattack)a18ec85
- simplifyente_export_to_keychain
error handling (commit by @tigattack)f09745a
- addPYTHONPATH
to workflow env to replacePATH
mangling (commit by @tigattack)25965f0
- remove redundant f-string (commit by @tigattack)ca461fb
- improve type hints and docstrings (commit by @tigattack)d173c71
- icon_downloader: rename funcs, improve logging, relocate consts (commit by @tigattack)11dbac6
- improve build script (commit by @tigattack)
🔧 Chores
92a2b3d
- remove default value and clarify info forENTE_EXPORT_DIR
(commit by @tigattack)3148833
- define workflow category (commit by @tigattack)a0c1165
- add info forOVERWRITE_EXPORT
setting (commit by @tigattack)61514dd
- bump workflow version (commit by @tigattack)
v2.1.0
Thank you @tigattack for all the tremendous help 🫂🎉
✨ New Features
dd2cb41
- grab service names from cache (commit by @chkpwd)817f150
- add name sanitazion (commit by @chkpwd)49fac49
- add simplepycons dep (commit by @chkpwd)ae3d4ba
- grab icons from multiple sources (commit by @chkpwd)997d0db
- set primary_color to svg fill attr (commit by @chkpwd)62874fe
- bump version (commit by @chkpwd)
🐛 Bug Fixes
1b2e858
- typo found (commit by @chkpwd)c775c9d
- variable call (commit by @chkpwd)a7be5dd
- ensure output does not return None (commit by @chkpwd)adc052f
- workflow: install poetry before setting up python (commit by @chkpwd)
🔧 Chores
7041daa
- made readme better (commit by @chkpwd)177d3fd
- improve logging (commit by @chkpwd)9942848
- place constants globally (commit by @chkpwd)b07d71c
- add additional imports (commit by @chkpwd)861693f
- adjust logging message to reflect actions (commit by @chkpwd)f7e2369
- adjust imports for constants (commit by @chkpwd)a5769af
- set icon path to the class (commit by @chkpwd)
v2.0.0
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)