Skip to content

Commit 191370c

Browse files
chore(release): 1.8.1
Automatically generated by python-semantic-release
1 parent de4ffa6 commit 191370c

3 files changed

Lines changed: 109 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 107 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,171 +1,222 @@
1-
# [1.8.0](https://github.com/Quenary/cardholder_pwa/compare/v1.7.0...v1.8.0) (2025-11-08)
1+
# CHANGELOG
22

33

4+
## v1.8.1 (2026-06-26)
5+
6+
### Bug Fixes
7+
8+
- **backend**: Smtp implicit/explicit tls
9+
([`7aa7e91`](https://github.com/Quenary/cardholder_pwa/commit/7aa7e918c82b491c3679ed5338beb5841a31fbb5))
10+
11+
12+
## v1.8.0 (2025-11-08)
13+
414
### Features
515

6-
* **ci:** multi-platform build ([2e30271](https://github.com/Quenary/cardholder_pwa/commit/2e30271154ff2cef73ba8d79df97d9ca107d7d7e))
16+
- **ci**: Multi-platform build
17+
([`2e30271`](https://github.com/Quenary/cardholder_pwa/commit/2e30271154ff2cef73ba8d79df97d9ca107d7d7e))
718

8-
# [1.7.0](https://github.com/Quenary/cardholder_pwa/compare/v1.6.1...v1.7.0) (2025-07-13)
919

20+
## v1.7.0 (2025-07-13)
1021

1122
### Features
1223

13-
* **frontend:** preserve code color inversion ([4081f0b](https://github.com/Quenary/cardholder_pwa/commit/4081f0bd371e4518bb2ba03e17373aec88936fd9))
24+
- **frontend**: Preserve code color inversion
25+
([`4081f0b`](https://github.com/Quenary/cardholder_pwa/commit/4081f0bd371e4518bb2ba03e17373aec88936fd9))
1426

15-
## [1.6.1](https://github.com/Quenary/cardholder_pwa/compare/v1.6.0...v1.6.1) (2025-07-05)
1627

28+
## v1.6.1 (2025-07-05)
1729

1830
### Bug Fixes
1931

20-
* **backend:** fix used_at date format (to naive dt) ([a5f7d35](https://github.com/Quenary/cardholder_pwa/commit/a5f7d35b1ad7a89b05779a1bc379aae11de27e61))
32+
- **backend**: Fix used_at date format (to naive dt)
33+
([`a5f7d35`](https://github.com/Quenary/cardholder_pwa/commit/a5f7d35b1ad7a89b05779a1bc379aae11de27e61))
2134

22-
# [1.6.0](https://github.com/Quenary/cardholder_pwa/compare/v1.5.10...v1.6.0) (2025-07-05)
2335

36+
## v1.6.0 (2025-07-05)
2437

2538
### Bug Fixes
2639

27-
* **frontend:** card favorite button prevents click on code ([4014720](https://github.com/Quenary/cardholder_pwa/commit/40147204313d6adc52717fac6be101110e891c32))
40+
- **frontend**: Card favorite button prevents click on code
41+
([`4014720`](https://github.com/Quenary/cardholder_pwa/commit/40147204313d6adc52717fac6be101110e891c32))
2842

43+
### Documentation
44+
45+
- Update readme
46+
([`31c5744`](https://github.com/Quenary/cardholder_pwa/commit/31c57443463f06876d86b5f820ca38958a406338))
2947

3048
### Features
3149

32-
* **backend:** added card is_favorite and used_at ([62f9094](https://github.com/Quenary/cardholder_pwa/commit/62f9094db3abdb4ffb41ea688ecf6c3388229876)), closes [#21](https://github.com/Quenary/cardholder_pwa/issues/21)
33-
* **frontend:** add favorite cards ([8241cb5](https://github.com/Quenary/cardholder_pwa/commit/8241cb509241d7b191711eea6fc4098cff80739d)), closes [#21](https://github.com/Quenary/cardholder_pwa/issues/21)
34-
* **frontend:** cards sorting and filtering ([a5e41f3](https://github.com/Quenary/cardholder_pwa/commit/a5e41f335515ab86f68b93e7441d7b6b170a5b44)), closes [#21](https://github.com/Quenary/cardholder_pwa/issues/21)
50+
- **backend**: Added card is_favorite and used_at
51+
([`62f9094`](https://github.com/Quenary/cardholder_pwa/commit/62f9094db3abdb4ffb41ea688ecf6c3388229876))
52+
53+
- **frontend**: Add favorite cards
54+
([`8241cb5`](https://github.com/Quenary/cardholder_pwa/commit/8241cb509241d7b191711eea6fc4098cff80739d))
3555

36-
## [1.5.10](https://github.com/Quenary/cardholder_pwa/compare/v1.5.9...v1.5.10) (2025-07-01)
56+
- **frontend**: Cards sorting and filtering
57+
([`a5e41f3`](https://github.com/Quenary/cardholder_pwa/commit/a5e41f335515ab86f68b93e7441d7b6b170a5b44))
3758

3859

60+
## v1.5.10 (2025-07-01)
61+
3962
### Bug Fixes
4063

41-
* **ci:** move fetch and reset of main to build job to get latest commit with CHANGELOG.md ([4c630a0](https://github.com/Quenary/cardholder_pwa/commit/4c630a0b85cdb595312d97f3714b5bcaeb0cf24a))
64+
- **ci**: Move fetch and reset of main to build job to get latest commit with CHANGELOG.md
65+
([`4c630a0`](https://github.com/Quenary/cardholder_pwa/commit/4c630a0b85cdb595312d97f3714b5bcaeb0cf24a))
4266

43-
## [1.5.9](https://github.com/Quenary/cardholder_pwa/compare/v1.5.8...v1.5.9) (2025-07-01)
4467

68+
## v1.5.9 (2025-07-01)
4569

4670
### Bug Fixes
4771

48-
* **ci:** add fetch and reset of main after semantic-release to get latest commit with CHANGELOG.md ([fdb03f2](https://github.com/Quenary/cardholder_pwa/commit/fdb03f24070f86b179ef160d5165f82955be0ae7))
72+
- **ci**: Add fetch and reset of main after semantic-release to get latest commit with CHANGELOG.md
73+
([`fdb03f2`](https://github.com/Quenary/cardholder_pwa/commit/fdb03f24070f86b179ef160d5165f82955be0ae7))
4974

50-
## [1.5.8](https://github.com/Quenary/cardholder_pwa/compare/v1.5.7...v1.5.8) (2025-07-01)
5175

76+
## v1.5.8 (2025-07-01)
5277

5378
### Bug Fixes
5479

55-
* older CHANGELOG.md in image because of fetch-depth in build job ([236469b](https://github.com/Quenary/cardholder_pwa/commit/236469b05603b72cef39198c97946b22b26bc2ad))
80+
- Older CHANGELOG.md in image because of fetch-depth in build job
81+
([`236469b`](https://github.com/Quenary/cardholder_pwa/commit/236469b05603b72cef39198c97946b22b26bc2ad))
5682

57-
## [1.5.7](https://github.com/Quenary/cardholder_pwa/compare/v1.5.6...v1.5.7) (2025-06-30)
5883

84+
## v1.5.7 (2025-06-30)
5985

6086
### Bug Fixes
6187

62-
* **frontend:** sw caching and updating ([47a937f](https://github.com/Quenary/cardholder_pwa/commit/47a937fd15540e1a0f1ded154f9fa548fa6df67b))
88+
- **frontend**: Sw caching and updating
89+
([`47a937f`](https://github.com/Quenary/cardholder_pwa/commit/47a937fd15540e1a0f1ded154f9fa548fa6df67b))
6390

64-
## [1.5.6](https://github.com/Quenary/cardholder_pwa/compare/v1.5.5...v1.5.6) (2025-06-30)
6591

92+
## v1.5.6 (2025-06-30)
6693

6794
### Bug Fixes
6895

69-
* **backend:** unicorn listen on 0.0.0.0 ([a796a34](https://github.com/Quenary/cardholder_pwa/commit/a796a341d8c05a71f28a481d96c04e1572bea744)), closes [#36](https://github.com/Quenary/cardholder_pwa/issues/36)
96+
- **backend**: Unicorn listen on 0.0.0.0
97+
([`a796a34`](https://github.com/Quenary/cardholder_pwa/commit/a796a341d8c05a71f28a481d96c04e1572bea744))
7098

71-
## [1.5.5](https://github.com/Quenary/cardholder_pwa/compare/v1.5.4...v1.5.5) (2025-06-30)
7299

100+
## v1.5.5 (2025-06-30)
73101

74102
### Bug Fixes
75103

76-
* **backend:** suitable create status codes (201) ([05bf03d](https://github.com/Quenary/cardholder_pwa/commit/05bf03d1e144193f1738e78a59dd0b0af89d3270))
104+
- **backend**: Suitable create status codes (201)
105+
([`05bf03d`](https://github.com/Quenary/cardholder_pwa/commit/05bf03d1e144193f1738e78a59dd0b0af89d3270))
77106

78-
## [1.5.4](https://github.com/Quenary/cardholder_pwa/compare/v1.5.3...v1.5.4) (2025-06-29)
79107

108+
## v1.5.4 (2025-06-29)
80109

81110
### Performance Improvements
82111

83-
* **frontend:** replace toSignal with selectSignal ([fa246bb](https://github.com/Quenary/cardholder_pwa/commit/fa246bb651916d4b3fbdb0da65b8162ba8b3eae6))
112+
- **frontend**: Replace toSignal with selectSignal
113+
([`fa246bb`](https://github.com/Quenary/cardholder_pwa/commit/fa246bb651916d4b3fbdb0da65b8162ba8b3eae6))
114+
84115

85-
## [1.5.3](https://github.com/Quenary/cardholder_pwa/compare/v1.5.2...v1.5.3) (2025-06-27)
116+
## v1.5.3 (2025-06-27)
86117

87-
## [1.5.2](https://github.com/Quenary/cardholder_pwa/compare/v1.5.1...v1.5.2) (2025-06-26)
88118

119+
## v1.5.2 (2025-06-26)
89120

90121
### Bug Fixes
91122

92-
* **frontend:** version compare with changelog ([f707248](https://github.com/Quenary/cardholder_pwa/commit/f707248d6878c06e62b54fefbe83dc81440ec721)), closes [#31](https://github.com/Quenary/cardholder_pwa/issues/31)
123+
- **frontend**: Version compare with changelog
124+
([`f707248`](https://github.com/Quenary/cardholder_pwa/commit/f707248d6878c06e62b54fefbe83dc81440ec721))
93125

94-
## [1.5.1](https://github.com/Quenary/cardholder_pwa/compare/v1.5.0...v1.5.1) (2025-06-26)
95126

127+
## v1.5.1 (2025-06-26)
96128

97129
### Bug Fixes
98130

99-
* after update changelog may have been loaded from cache ([ae71d18](https://github.com/Quenary/cardholder_pwa/commit/ae71d1848bf01b398541a9e410923c40868e2db6)), closes [#31](https://github.com/Quenary/cardholder_pwa/issues/31)
131+
- After update changelog may have been loaded from cache
132+
([`ae71d18`](https://github.com/Quenary/cardholder_pwa/commit/ae71d1848bf01b398541a9e410923c40868e2db6))
100133

101-
# [1.5.0](https://github.com/Quenary/cardholder_pwa/compare/v1.4.2...v1.5.0) (2025-06-26)
102134

135+
## v1.5.0 (2025-06-26)
103136

104137
### Bug Fixes
105138

106-
* **backend:** null env var in public settings ([895c82d](https://github.com/Quenary/cardholder_pwa/commit/895c82d8cd10649dbdcbdd29d0dd01bf2570f73a)), closes [#12](https://github.com/Quenary/cardholder_pwa/issues/12)
107-
* **frontend:** disable sign-up button if registration disabled ([99e7321](https://github.com/Quenary/cardholder_pwa/commit/99e732165d5a31569d1c2746a109bbb73d38925b)), closes [#28](https://github.com/Quenary/cardholder_pwa/issues/28)
139+
- **backend**: Null env var in public settings
140+
([`895c82d`](https://github.com/Quenary/cardholder_pwa/commit/895c82d8cd10649dbdcbdd29d0dd01bf2570f73a))
108141

142+
- **frontend**: Disable sign-up button if registration disabled
143+
([`99e7321`](https://github.com/Quenary/cardholder_pwa/commit/99e732165d5a31569d1c2746a109bbb73d38925b))
109144

110145
### Features
111146

112-
* **backend:** added public settings endpoint ([110c8e1](https://github.com/Quenary/cardholder_pwa/commit/110c8e145ca05a96a06fb9d8b943a37dbea975ec)), closes [#28](https://github.com/Quenary/cardholder_pwa/issues/28)
113-
* **backend:** env var to disable smtp ([078ce3c](https://github.com/Quenary/cardholder_pwa/commit/078ce3c79565768a5067d39fbce22027ea329dd7)), closes [#12](https://github.com/Quenary/cardholder_pwa/issues/12)
114-
* **frontend:** add app public settings ([18b14aa](https://github.com/Quenary/cardholder_pwa/commit/18b14aa10e634360af2dc96bc1f71c3e22e0d47b)), closes [#28](https://github.com/Quenary/cardholder_pwa/issues/28) [#12](https://github.com/Quenary/cardholder_pwa/issues/12)
115-
* **frontend:** disable password recovery button by env var ([6bc8201](https://github.com/Quenary/cardholder_pwa/commit/6bc8201ece691bf1a3dde25abcbc2b5c62c80dff)), closes [#12](https://github.com/Quenary/cardholder_pwa/issues/12)
147+
- **backend**: Added public settings endpoint
148+
([`110c8e1`](https://github.com/Quenary/cardholder_pwa/commit/110c8e145ca05a96a06fb9d8b943a37dbea975ec))
149+
150+
- **backend**: Env var to disable smtp
151+
([`078ce3c`](https://github.com/Quenary/cardholder_pwa/commit/078ce3c79565768a5067d39fbce22027ea329dd7))
152+
153+
- **frontend**: Add app public settings
154+
([`18b14aa`](https://github.com/Quenary/cardholder_pwa/commit/18b14aa10e634360af2dc96bc1f71c3e22e0d47b))
116155

117-
## [1.4.2](https://github.com/Quenary/cardholder_pwa/compare/v1.4.1...v1.4.2) (2025-06-26)
156+
- **frontend**: Disable password recovery button by env var
157+
([`6bc8201`](https://github.com/Quenary/cardholder_pwa/commit/6bc8201ece691bf1a3dde25abcbc2b5c62c80dff))
118158

119159

160+
## v1.4.2 (2025-06-26)
161+
120162
### Bug Fixes
121163

122-
* **frontend:** changelog dialog may appear before update dialog ([1d9d43b](https://github.com/Quenary/cardholder_pwa/commit/1d9d43bf678be6f7eb71b6ae8b01ec7d4d5e3008)), closes [#11](https://github.com/Quenary/cardholder_pwa/issues/11)
164+
- **frontend**: Changelog dialog may appear before update dialog
165+
([`1d9d43b`](https://github.com/Quenary/cardholder_pwa/commit/1d9d43bf678be6f7eb71b6ae8b01ec7d4d5e3008))
123166

124-
## [1.4.1](https://github.com/Quenary/cardholder_pwa/compare/v1.4.0...v1.4.1) (2025-06-26)
125167

168+
## v1.4.1 (2025-06-26)
126169

127170
### Bug Fixes
128171

129-
* copy CHANGELOG.md to frontend ([43b6d46](https://github.com/Quenary/cardholder_pwa/commit/43b6d466a8c1bd398d79f027a7804deda272f2ff)), closes [#11](https://github.com/Quenary/cardholder_pwa/issues/11)
172+
- Copy CHANGELOG.md to frontend
173+
([`43b6d46`](https://github.com/Quenary/cardholder_pwa/commit/43b6d466a8c1bd398d79f027a7804deda272f2ff))
130174

131-
# [1.4.0](https://github.com/Quenary/cardholder_pwa/compare/v1.3.0...v1.4.0) (2025-06-26)
132175

176+
## v1.4.0 (2025-06-26)
133177

134178
### Bug Fixes
135179

136-
* **frontend:** safer json from storage ([3a5f1b2](https://github.com/Quenary/cardholder_pwa/commit/3a5f1b218b2fefb5319514b72f60762de4fceb12))
137-
* remove backend/frontend versions ([59d05f4](https://github.com/Quenary/cardholder_pwa/commit/59d05f48e849872dd2833580953e318f1c736859)), closes [#11](https://github.com/Quenary/cardholder_pwa/issues/11)
180+
- Remove backend/frontend versions
181+
([`59d05f4`](https://github.com/Quenary/cardholder_pwa/commit/59d05f48e849872dd2833580953e318f1c736859))
138182

183+
- **frontend**: Safer json from storage
184+
([`3a5f1b2`](https://github.com/Quenary/cardholder_pwa/commit/3a5f1b218b2fefb5319514b72f60762de4fceb12))
139185

140186
### Features
141187

142-
* add changelog on frontend ([79b97b3](https://github.com/Quenary/cardholder_pwa/commit/79b97b353a4c2684fb518fb7ad375f789e9fba57)), closes [#11](https://github.com/Quenary/cardholder_pwa/issues/11)
143-
* **frontend:** add changelog dialog after update ([09940fe](https://github.com/Quenary/cardholder_pwa/commit/09940fe0ff7359c6b09e99c58cb885fe8e882e2c)), closes [#11](https://github.com/Quenary/cardholder_pwa/issues/11)
188+
- Add changelog on frontend
189+
([`79b97b3`](https://github.com/Quenary/cardholder_pwa/commit/79b97b353a4c2684fb518fb7ad375f789e9fba57))
190+
191+
- **frontend**: Add changelog dialog after update
192+
([`09940fe`](https://github.com/Quenary/cardholder_pwa/commit/09940fe0ff7359c6b09e99c58cb885fe8e882e2c))
144193

145-
# [1.3.0](https://github.com/Quenary/cardholder_pwa/compare/v1.2.0...v1.3.0) (2025-06-25)
146194

195+
## v1.3.0 (2025-06-25)
147196

148197
### Features
149198

150-
* add alt scanner (quagga2) ([#26](https://github.com/Quenary/cardholder_pwa/issues/26)) ([d3240b4](https://github.com/Quenary/cardholder_pwa/commit/d3240b4c8057497b990db422c71b3c31b48edb7a)), closes [#19](https://github.com/Quenary/cardholder_pwa/issues/19)
199+
- Add alt scanner (quagga2) ([#26](https://github.com/Quenary/cardholder_pwa/pull/26),
200+
[`d3240b4`](https://github.com/Quenary/cardholder_pwa/commit/d3240b4c8057497b990db422c71b3c31b48edb7a))
151201

152-
# [1.2.0](https://github.com/Quenary/cardholder_pwa/compare/v1.1.0...v1.2.0) (2025-06-23)
153202

203+
## v1.2.0 (2025-06-23)
154204

155205
### Features
156206

157-
* card description in code dialog ([#25](https://github.com/Quenary/cardholder_pwa/issues/25)) ([d027397](https://github.com/Quenary/cardholder_pwa/commit/d027397ae169b110ac948d6cdd125fce80251b2e)), closes [#20](https://github.com/Quenary/cardholder_pwa/issues/20)
207+
- Card description in code dialog ([#25](https://github.com/Quenary/cardholder_pwa/pull/25),
208+
[`d027397`](https://github.com/Quenary/cardholder_pwa/commit/d027397ae169b110ac948d6cdd125fce80251b2e))
158209

159-
# [1.1.0](https://github.com/Quenary/cardholder_pwa/compare/v1.0.0...v1.1.0) (2025-06-23)
160210

211+
## v1.1.0 (2025-06-23)
161212

162213
### Features
163214

164-
* **backend:** add delay on login, reg, recovery requests ([#24](https://github.com/Quenary/cardholder_pwa/issues/24)) ([ca68bb6](https://github.com/Quenary/cardholder_pwa/commit/ca68bb603c14133a36f46dc4d8d9dc005b7ecf22)), closes [#23](https://github.com/Quenary/cardholder_pwa/issues/23)
215+
- **backend**: Add delay on login, reg, recovery requests
216+
([#24](https://github.com/Quenary/cardholder_pwa/pull/24),
217+
[`ca68bb6`](https://github.com/Quenary/cardholder_pwa/commit/ca68bb603c14133a36f46dc4d8d9dc005b7ecf22))
165218

166-
# 1.0.0 (2025-06-23)
167219

220+
## v1.0.0 (2025-06-23)
168221

169-
### Features
170-
171-
* **test:** force release ([7b1efa6](https://github.com/Quenary/cardholder_pwa/commit/7b1efa6cc8206a576eb80585d6ae97ca74cbc92f))
222+
- Initial Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cardholder_pwa"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
description = "Cardholder PWA is a self-hosted app for your loyalty and discount cards"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)