Skip to content

Commit 623f88a

Browse files
authored
feat(changelog) remove commit hash references (autobrr#237)
* feat(changelog): remove hash references * trim latest as well * update script and workflow to ignore commit hashes
1 parent 4ea23ad commit 623f88a

File tree

19 files changed

+203
-198
lines changed

19 files changed

+203
-198
lines changed

.github/workflows/update_release_notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install dependencies
2121
run: |
22-
pip install requests beautifulsoup4 GitPython markdownify
22+
pip install requests beautifulsoup4 GitPython markdownify re
2323
2424
- name: Run update script
2525
id: update_script

blog/2024-04-16-v1.41.0/index.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ authors: [rogerrabbit]
88

99
### New Features
1010

11-
- [da53230](https://github.com/autobrr/autobrr/commit/da532300775663af2d5f56ab370fb2c05bd65b46): feat(filters): validate existence of external exec cmd ([#1501](https://github.com/autobrr/autobrr/pull/1501)) ([@zze0s](https://github.com/zze0s))
12-
- [facb5b2](https://github.com/autobrr/autobrr/commit/facb5b25e5376dbf4a7c2f88f97b65665d4e6936): feat(indexers): Nyaa add trusted, remake and batch tags ([#1482](https://github.com/autobrr/autobrr/pull/1482)) ([@Flupster](https://github.com/Flupster))
13-
- [7cd5d99](https://github.com/autobrr/autobrr/commit/7cd5d99ae618852462b226d895b6590f7fb0e704): feat(indexers): add KeepFRDS ([#1484](https://github.com/autobrr/autobrr/pull/1484)) ([@KyokoMiki](https://github.com/KyokoMiki))
14-
- [b181231](https://github.com/autobrr/autobrr/commit/b181231b12d0d7e2651cae1582f499238dcbc66b): feat(macros): add Artists ([#1493](https://github.com/autobrr/autobrr/pull/1493)) ([@martylukyy](https://github.com/martylukyy))
15-
- [3c3b47f](https://github.com/autobrr/autobrr/commit/3c3b47fa10811210e1bc0f140bc7b64bc584c6d8): feat(macros): add `IndexerName` ([#1511](https://github.com/autobrr/autobrr/pull/1511)) ([@zze0s](https://github.com/zze0s))
16-
- [c43e2c7](https://github.com/autobrr/autobrr/commit/c43e2c76d63317aa11dd63f1e517a7ae6cd2006f): feat(notifications): add support for custom Telegram api url ([#1508](https://github.com/autobrr/autobrr/pull/1508)) ([@KyokoMiki](https://github.com/KyokoMiki))
17-
- [72ca7a8](https://github.com/autobrr/autobrr/commit/72ca7a8a4fc40562d3df153d57fe4fe1bb99876c): feat(releases): replace misc info in incognito mode ([#1509](https://github.com/autobrr/autobrr/pull/1509)) ([@s0up4200](https://github.com/s0up4200))
18-
- [f1b4214](https://github.com/autobrr/autobrr/commit/f1b42146c1cd72199a87413d69775931e5cc75ed): feat(web): auto refresh dashboard stats ([#1490](https://github.com/autobrr/autobrr/pull/1490)) ([@martylukyy](https://github.com/martylukyy))
11+
- feat(filters): validate existence of external exec cmd ([#1501](https://github.com/autobrr/autobrr/pull/1501)) ([@zze0s](https://github.com/zze0s))
12+
- feat(indexers): Nyaa add trusted, remake and batch tags ([#1482](https://github.com/autobrr/autobrr/pull/1482)) ([@Flupster](https://github.com/Flupster))
13+
- feat(indexers): add KeepFRDS ([#1484](https://github.com/autobrr/autobrr/pull/1484)) ([@KyokoMiki](https://github.com/KyokoMiki))
14+
- feat(macros): add Artists ([#1493](https://github.com/autobrr/autobrr/pull/1493)) ([@martylukyy](https://github.com/martylukyy))
15+
- feat(macros): add `IndexerName` ([#1511](https://github.com/autobrr/autobrr/pull/1511)) ([@zze0s](https://github.com/zze0s))
16+
- feat(notifications): add support for custom Telegram api url ([#1508](https://github.com/autobrr/autobrr/pull/1508)) ([@KyokoMiki](https://github.com/KyokoMiki))
17+
- feat(releases): replace misc info in incognito mode ([#1509](https://github.com/autobrr/autobrr/pull/1509)) ([@s0up4200](https://github.com/s0up4200))
18+
- feat(web): auto refresh dashboard stats ([#1490](https://github.com/autobrr/autobrr/pull/1490)) ([@martylukyy](https://github.com/martylukyy))
1919

2020
### Bug fixes
2121

22-
- [f26c33a](https://github.com/autobrr/autobrr/commit/f26c33a961fd97ced69ee9398dabdca2ecbf51a0): fix(indexers): STC parse resolution ([#1489](https://github.com/autobrr/autobrr/pull/1489)) ([@martylukyy](https://github.com/martylukyy))
23-
- [b58ead7](https://github.com/autobrr/autobrr/commit/b58ead74aad5ddd5e56e2cf0fe4d2a3f4fa23ff0): fix(logger): properly SetGlobalLevel on all levels ([#1504](https://github.com/autobrr/autobrr/pull/1504)) ([@s0up4200](https://github.com/s0up4200))
24-
- [5857945](https://github.com/autobrr/autobrr/commit/5857945e71ba1e83bb9681c36c468809ae1dcf82): fix(user): change username ([#1502](https://github.com/autobrr/autobrr/pull/1502)) ([@zze0s](https://github.com/zze0s))
22+
- fix(indexers): STC parse resolution ([#1489](https://github.com/autobrr/autobrr/pull/1489)) ([@martylukyy](https://github.com/martylukyy))
23+
- fix(logger): properly SetGlobalLevel on all levels ([#1504](https://github.com/autobrr/autobrr/pull/1504)) ([@s0up4200](https://github.com/s0up4200))
24+
- fix(user): change username ([#1502](https://github.com/autobrr/autobrr/pull/1502)) ([@zze0s](https://github.com/zze0s))
2525

2626
### Other work
2727

28-
- [1b02add](https://github.com/autobrr/autobrr/commit/1b02add8423d8bf73a54111e00f45d8985ecec42): build(deps): bump rls to v0.5.12 ([#1506](https://github.com/autobrr/autobrr/pull/1506)) ([@s0up4200](https://github.com/s0up4200))
29-
- [83f6d78](https://github.com/autobrr/autobrr/commit/83f6d7864d05960adbcb2832a6cf9f6bd77069e5): build(deps): bump the golang group with 4 updates ([#1485](https://github.com/autobrr/autobrr/pull/1485)) ([@dependabot](https://github.com/dependabot)[bot])
30-
- [5077829](https://github.com/autobrr/autobrr/commit/507782960dd328000d56260fe7007902f96a35f2): build(deps): bump the npm group in /web with 23 updates ([#1486](https://github.com/autobrr/autobrr/pull/1486)) ([@dependabot](https://github.com/dependabot)[bot])
31-
- [b44d55e](https://github.com/autobrr/autobrr/commit/b44d55ea5514f20876928ec9e80f12b113eb44e1): chore: add missing license headers ([#1499](https://github.com/autobrr/autobrr/pull/1499)) ([@martylukyy](https://github.com/martylukyy))
28+
- build(deps): bump rls to v0.5.12 ([#1506](https://github.com/autobrr/autobrr/pull/1506)) ([@s0up4200](https://github.com/s0up4200))
29+
- build(deps): bump the golang group with 4 updates ([#1485](https://github.com/autobrr/autobrr/pull/1485)) ([@dependabot](https://github.com/dependabot)[bot])
30+
- build(deps): bump the npm group in /web with 23 updates ([#1486](https://github.com/autobrr/autobrr/pull/1486)) ([@dependabot](https://github.com/dependabot)[bot])
31+
- chore: add missing license headers ([#1499](https://github.com/autobrr/autobrr/pull/1499)) ([@martylukyy](https://github.com/martylukyy))
3232

3333
**Full Changelog**: [v1.40.1...v1.41.0](https://github.com/autobrr/autobrr/compare/v1.40.1...v1.41.0)
3434

blog/2024-05-09-v1.42.0/index.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,42 @@ authors: [rogerrabbit]
99
### New Features
1010

1111

12-
* [56ef3a5](https://github.com/autobrr/autobrr/commit/56ef3a54020749f44a8ae2862641b1c5d891979b): feat(actions): qBittorrent add first-last piece priority ([#1517](https://github.com/autobrr/autobrr/pull/1517)) ([@s0up4200](https://github.com/s0up4200))
13-
* [f8715c1](https://github.com/autobrr/autobrr/commit/f8715c193c88921f9beb60e18dee029544698ae3): feat(auth): improved error handling during login ([#1523](https://github.com/autobrr/autobrr/pull/1523)) ([@s0up4200](https://github.com/s0up4200))
14-
* [0016228](https://github.com/autobrr/autobrr/commit/0016228d899113c1af859505504f9a17b669f536): feat(indexers): add External Identifier to map with ARR indexers ([#1534](https://github.com/autobrr/autobrr/pull/1534)) ([@zze0s](https://github.com/zze0s))
15-
* [28172cf](https://github.com/autobrr/autobrr/commit/28172cfba6e1f551a828f78200075706e939559c): feat(indexers): add HD-Only ([#1525](https://github.com/autobrr/autobrr/pull/1525)) ([@s0up4200](https://github.com/s0up4200))
16-
* [3202c60](https://github.com/autobrr/autobrr/commit/3202c6043db11e76055c2ae1d8ca98d4fcebc3a7): feat(indexers): update release baseurl on update ([#1532](https://github.com/autobrr/autobrr/pull/1532)) ([@zze0s](https://github.com/zze0s))
17-
* [19e129e](https://github.com/autobrr/autobrr/commit/19e129e55fdbf47c43cdf8cf467768994eb56330): feat(releases): delete based on age/indexer/status ([#1522](https://github.com/autobrr/autobrr/pull/1522)) ([@s0up4200](https://github.com/s0up4200))
18-
* [3dab295](https://github.com/autobrr/autobrr/commit/3dab29538744f98f2c2186233577bc9f74d05620): feat(web): add theme toggle to navbar ([#1540](https://github.com/autobrr/autobrr/pull/1540)) ([@s0up4200](https://github.com/s0up4200))
19-
* [190994c](https://github.com/autobrr/autobrr/commit/190994c70b37ab39570e85e2569021d38181a5de): feat(web): set Safari window colors ([#1543](https://github.com/autobrr/autobrr/pull/1543)) ([@s0up4200](https://github.com/s0up4200))
12+
* feat(actions): qBittorrent add first-last piece priority ([#1517](https://github.com/autobrr/autobrr/pull/1517)) ([@s0up4200](https://github.com/s0up4200))
13+
* feat(auth): improved error handling during login ([#1523](https://github.com/autobrr/autobrr/pull/1523)) ([@s0up4200](https://github.com/s0up4200))
14+
* feat(indexers): add External Identifier to map with ARR indexers ([#1534](https://github.com/autobrr/autobrr/pull/1534)) ([@zze0s](https://github.com/zze0s))
15+
* feat(indexers): add HD-Only ([#1525](https://github.com/autobrr/autobrr/pull/1525)) ([@s0up4200](https://github.com/s0up4200))
16+
* feat(indexers): update release baseurl on update ([#1532](https://github.com/autobrr/autobrr/pull/1532)) ([@zze0s](https://github.com/zze0s))
17+
* feat(releases): delete based on age/indexer/status ([#1522](https://github.com/autobrr/autobrr/pull/1522)) ([@s0up4200](https://github.com/s0up4200))
18+
* feat(web): add theme toggle to navbar ([#1540](https://github.com/autobrr/autobrr/pull/1540)) ([@s0up4200](https://github.com/s0up4200))
19+
* feat(web): set Safari window colors ([#1543](https://github.com/autobrr/autobrr/pull/1543)) ([@s0up4200](https://github.com/s0up4200))
2020

2121

2222
### Bug fixes
2323

2424

25-
* [8120c33](https://github.com/autobrr/autobrr/commit/8120c33f6b83efb58880cdead009c11c64f21dc5): fix(auth): cookie expiry and renewal ([#1527](https://github.com/autobrr/autobrr/pull/1527)) ([@martylukyy](https://github.com/martylukyy))
26-
* [56aa7dd](https://github.com/autobrr/autobrr/commit/56aa7dd5cb6d68bfa6193b6c98e7784d5be08a0a): fix(feeds): parse magnet URI from enclosure ([#1514](https://github.com/autobrr/autobrr/pull/1514)) ([@zze0s](https://github.com/zze0s))
27-
* [d558db2](https://github.com/autobrr/autobrr/commit/d558db231ccdf741e4c6ed9483b23e893043a970): fix(filters): export not working with Safari ([#1505](https://github.com/autobrr/autobrr/pull/1505)) ([@zze0s](https://github.com/zze0s))
28-
* [9832076](https://github.com/autobrr/autobrr/commit/9832076d7ef9bf09287c1eb233bdbdb287521065): fix(indexers): irc baseurl override for links ([#1537](https://github.com/autobrr/autobrr/pull/1537)) ([@zze0s](https://github.com/zze0s))
29-
* [3e7c436](https://github.com/autobrr/autobrr/commit/3e7c436fe6ffcf8f10d553d4df5ca970b1a30139): fix(indexers): new IPT announce bot name ([#1548](https://github.com/autobrr/autobrr/pull/1548)) ([@martylukyy](https://github.com/martylukyy))
30-
* [9d08f14](https://github.com/autobrr/autobrr/commit/9d08f149b4b5706d1d4a74bf8d71b0e2358a3a9c): fix(web): disable pnpm strict version check ([#1519](https://github.com/autobrr/autobrr/pull/1519)) ([@s0up4200](https://github.com/s0up4200))
31-
* [9c8c4a9](https://github.com/autobrr/autobrr/commit/9c8c4a9ab2b36f4ab15c7857cba386bca5f00f47): fix(web): disable autocomplete on APIKeyAddForm and FilterAddForm ([#1546](https://github.com/autobrr/autobrr/pull/1546)) ([@s0up4200](https://github.com/s0up4200))
32-
* [5945b51](https://github.com/autobrr/autobrr/commit/5945b51f36461e04e0fcb4731f34bf21bd8d3a53): fix(web): qbittorrent action rules spacing ([#1544](https://github.com/autobrr/autobrr/pull/1544)) ([@martylukyy](https://github.com/martylukyy))
33-
* [5bae500](https://github.com/autobrr/autobrr/commit/5bae500a8651fa3cefba8f044f34f96557bed9d3): fix(web): responsive account settings ([#1545](https://github.com/autobrr/autobrr/pull/1545)) ([@martylukyy](https://github.com/martylukyy))
34-
* [7134e06](https://github.com/autobrr/autobrr/commit/7134e06379ae2a77e597904e6a2014536d358b7a): fix(web): root pending component placement ([#1547](https://github.com/autobrr/autobrr/pull/1547)) ([@martylukyy](https://github.com/martylukyy))
25+
* fix(auth): cookie expiry and renewal ([#1527](https://github.com/autobrr/autobrr/pull/1527)) ([@martylukyy](https://github.com/martylukyy))
26+
* fix(feeds): parse magnet URI from enclosure ([#1514](https://github.com/autobrr/autobrr/pull/1514)) ([@zze0s](https://github.com/zze0s))
27+
* fix(filters): export not working with Safari ([#1505](https://github.com/autobrr/autobrr/pull/1505)) ([@zze0s](https://github.com/zze0s))
28+
* fix(indexers): irc baseurl override for links ([#1537](https://github.com/autobrr/autobrr/pull/1537)) ([@zze0s](https://github.com/zze0s))
29+
* fix(indexers): new IPT announce bot name ([#1548](https://github.com/autobrr/autobrr/pull/1548)) ([@martylukyy](https://github.com/martylukyy))
30+
* fix(web): disable pnpm strict version check ([#1519](https://github.com/autobrr/autobrr/pull/1519)) ([@s0up4200](https://github.com/s0up4200))
31+
* fix(web): disable autocomplete on APIKeyAddForm and FilterAddForm ([#1546](https://github.com/autobrr/autobrr/pull/1546)) ([@s0up4200](https://github.com/s0up4200))
32+
* fix(web): qbittorrent action rules spacing ([#1544](https://github.com/autobrr/autobrr/pull/1544)) ([@martylukyy](https://github.com/martylukyy))
33+
* fix(web): responsive account settings ([#1545](https://github.com/autobrr/autobrr/pull/1545)) ([@martylukyy](https://github.com/martylukyy))
34+
* fix(web): root pending component placement ([#1547](https://github.com/autobrr/autobrr/pull/1547)) ([@martylukyy](https://github.com/martylukyy))
3535

3636

3737
### Other work
3838

3939

40-
* [ad6ef22](https://github.com/autobrr/autobrr/commit/ad6ef228eca91d780412cd80fc323743bd57ae3d): build(deps): bump CatChen/eslint-suggestion-action from 3 to 4 in the github group ([#1536](https://github.com/autobrr/autobrr/pull/1536)) ([@dependabot](https://github.com/dependabot)[bot])
41-
* [f820060](https://github.com/autobrr/autobrr/commit/f82006049261dba5ae3e6185f4e1a4e2219eac3b): build(deps): bump the golang group with 6 updates ([#1528](https://github.com/autobrr/autobrr/pull/1528)) ([@dependabot](https://github.com/dependabot)[bot])
42-
* [575944d](https://github.com/autobrr/autobrr/commit/575944de1ebc27f70cb41bcf4fe815c84c4dfe1f): chore(database): remove unused test func ([#1465](https://github.com/autobrr/autobrr/pull/1465)) ([@kenstir](https://github.com/kenstir))
43-
* [ccff369](https://github.com/autobrr/autobrr/commit/ccff369f30acf8cf060868128115d3a2a8231a23): chore(indexers): danishbytes remove unused url ([#1526](https://github.com/autobrr/autobrr/pull/1526)) ([@kbhsn4](https://github.com/kbhsn4))
44-
* [ce17292](https://github.com/autobrr/autobrr/commit/ce1729257388d02388de4789c68f48fbd82dcc9e): chore: add missing license headers ([#1512](https://github.com/autobrr/autobrr/pull/1512)) ([@martylukyy](https://github.com/martylukyy))
45-
* [7b9993b](https://github.com/autobrr/autobrr/commit/7b9993b2965085246be96bec4552a5cd151f7a1f): chore: bump pnpm to 9.0.2 ([#1515](https://github.com/autobrr/autobrr/pull/1515)) ([@chenrui333](https://github.com/chenrui333))
46-
* [4311341](https://github.com/autobrr/autobrr/commit/4311341b03a9c98d0973365e7baf937f93e185ea): docs: add macos homebrew installation ([#1518](https://github.com/autobrr/autobrr/pull/1518)) ([@s0up4200](https://github.com/s0up4200))
47-
* [2f9b82c](https://github.com/autobrr/autobrr/commit/2f9b82ca4475964ba4679c4e4f46552c4d4b2b5d): refactor(apiclient): simplify query in release delete method ([#1538](https://github.com/autobrr/autobrr/pull/1538)) ([@s0up4200](https://github.com/s0up4200))
40+
* build(deps): bump CatChen/eslint-suggestion-action from 3 to 4 in the github group ([#1536](https://github.com/autobrr/autobrr/pull/1536)) ([@dependabot](https://github.com/dependabot)[bot])
41+
* build(deps): bump the golang group with 6 updates ([#1528](https://github.com/autobrr/autobrr/pull/1528)) ([@dependabot](https://github.com/dependabot)[bot])
42+
* chore(database): remove unused test func ([#1465](https://github.com/autobrr/autobrr/pull/1465)) ([@kenstir](https://github.com/kenstir))
43+
* chore(indexers): danishbytes remove unused url ([#1526](https://github.com/autobrr/autobrr/pull/1526)) ([@kbhsn4](https://github.com/kbhsn4))
44+
* chore: add missing license headers ([#1512](https://github.com/autobrr/autobrr/pull/1512)) ([@martylukyy](https://github.com/martylukyy))
45+
* chore: bump pnpm to 9.0.2 ([#1515](https://github.com/autobrr/autobrr/pull/1515)) ([@chenrui333](https://github.com/chenrui333))
46+
* docs: add macos homebrew installation ([#1518](https://github.com/autobrr/autobrr/pull/1518)) ([@s0up4200](https://github.com/s0up4200))
47+
* refactor(apiclient): simplify query in release delete method ([#1538](https://github.com/autobrr/autobrr/pull/1538)) ([@s0up4200](https://github.com/s0up4200))
4848

4949

5050
**Full Changelog**: [v1.41.0...v1.42.0](https://github.com/autobrr/autobrr/compare/v1.41.0...v1.42.0)

0 commit comments

Comments
 (0)