Skip to content

Commit

Permalink
docs: update CHANGELOG.md for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd authored and github-actions[bot] committed Nov 26, 2024
1 parent adc052f commit cd7e3c4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.1.0] - 2024-11-26
### :sparkles: New Features
- [`dd2cb41`](https://github.com/chkpwd/alfred-ente-auth/commit/dd2cb410d529cdc17008dc8cf756a432890b5eb6) - grab service names from cache *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`817f150`](https://github.com/chkpwd/alfred-ente-auth/commit/817f15023b2b0a42d06a9f5f1455867473871513) - add name sanitazion *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`49fac49`](https://github.com/chkpwd/alfred-ente-auth/commit/49fac494f409751ed5a47354dec69c06dc63e2d1) - add simplepycons dep *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`ae3d4ba`](https://github.com/chkpwd/alfred-ente-auth/commit/ae3d4ba2b1cb8e5d18f57adfe61fd7507d3c86e7) - grab icons from multiple sources *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`997d0db`](https://github.com/chkpwd/alfred-ente-auth/commit/997d0db6e59036afb8556adf397c045423641478) - set primary_color to svg fill attr *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`62874fe`](https://github.com/chkpwd/alfred-ente-auth/commit/62874fefac00cf40a11c43d2a3ebfb1b6e747356) - bump version *(commit by [@chkpwd](https://github.com/chkpwd))*

### :bug: Bug Fixes
- [`1b2e858`](https://github.com/chkpwd/alfred-ente-auth/commit/1b2e85819874cce12b97e8b89c11bd0f06accd3e) - typo found *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`c775c9d`](https://github.com/chkpwd/alfred-ente-auth/commit/c775c9dfcb402dbfc372c16ac3b00b5cb6f6ca23) - variable call *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`a7be5dd`](https://github.com/chkpwd/alfred-ente-auth/commit/a7be5dda719afebd9dc61a5113439cfa202c24b6) - ensure output does not return None *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`adc052f`](https://github.com/chkpwd/alfred-ente-auth/commit/adc052f584945f598378e6df003a57cbe87667f3) - **workflow**: install poetry before setting up python *(commit by [@chkpwd](https://github.com/chkpwd))*

### :wrench: Chores
- [`7041daa`](https://github.com/chkpwd/alfred-ente-auth/commit/7041daa57812970920364eeee0b0b43cfdcfdc26) - made readme better *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`177d3fd`](https://github.com/chkpwd/alfred-ente-auth/commit/177d3fd521fe3487cd7e7b25b96309d82b093fac) - improve logging *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`9942848`](https://github.com/chkpwd/alfred-ente-auth/commit/9942848f149694694e6dc7c829848fd07d57be0e) - place constants globally *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`b07d71c`](https://github.com/chkpwd/alfred-ente-auth/commit/b07d71cdd5793caa0310e0db3e2f1fb1ff15a0b5) - add additional imports *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`861693f`](https://github.com/chkpwd/alfred-ente-auth/commit/861693f5764c550cf6fbe2936e11ff1beefddffb) - adjust logging message to reflect actions *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`f7e2369`](https://github.com/chkpwd/alfred-ente-auth/commit/f7e23691cfd8e5059ddb33ee67a3fa237dbef7b8) - adjust imports for constants *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`a5769af`](https://github.com/chkpwd/alfred-ente-auth/commit/a5769afc44a7e3b2094051aaa7a7a628220f9c55) - set icon path to the class *(commit by [@chkpwd](https://github.com/chkpwd))*


## [v2.0.0] - 2024-11-15
### :bug: Bug Fixes
- [`e98176d`](https://github.com/chkpwd/alfred-ente-auth/commit/e98176d84cbe49e9353571e1fefa570c5317c0ba) - find python dir then append to sys.path *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`1a06e1e`](https://github.com/chkpwd/alfred-ente-auth/commit/1a06e1e39755676e312539b2d7d48323e5e7da99) - setup python *(commit by [@chkpwd](https://github.com/chkpwd))*
- [`7488e96`](https://github.com/chkpwd/alfred-ente-auth/commit/7488e96dd6a3405d45147c42d3f25b2ac94be48b) - add poetry dep *(commit by [@chkpwd](https://github.com/chkpwd))*

[v2.0.0]: https://github.com/chkpwd/alfred-ente-auth/compare/latest...v2.0.0
[v2.1.0]: https://github.com/chkpwd/alfred-ente-auth/compare/v2.0.0...v2.1.0

0 comments on commit cd7e3c4

Please sign in to comment.