|
1 | | -# [1.8.0](https://github.com/Quenary/cardholder_pwa/compare/v1.7.0...v1.8.0) (2025-11-08) |
| 1 | +# CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 14 | ### Features |
5 | 15 |
|
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)) |
7 | 18 |
|
8 | | -# [1.7.0](https://github.com/Quenary/cardholder_pwa/compare/v1.6.1...v1.7.0) (2025-07-13) |
9 | 19 |
|
| 20 | +## v1.7.0 (2025-07-13) |
10 | 21 |
|
11 | 22 | ### Features |
12 | 23 |
|
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)) |
14 | 26 |
|
15 | | -## [1.6.1](https://github.com/Quenary/cardholder_pwa/compare/v1.6.0...v1.6.1) (2025-07-05) |
16 | 27 |
|
| 28 | +## v1.6.1 (2025-07-05) |
17 | 29 |
|
18 | 30 | ### Bug Fixes |
19 | 31 |
|
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)) |
21 | 34 |
|
22 | | -# [1.6.0](https://github.com/Quenary/cardholder_pwa/compare/v1.5.10...v1.6.0) (2025-07-05) |
23 | 35 |
|
| 36 | +## v1.6.0 (2025-07-05) |
24 | 37 |
|
25 | 38 | ### Bug Fixes |
26 | 39 |
|
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)) |
28 | 42 |
|
| 43 | +### Documentation |
| 44 | + |
| 45 | +- Update readme |
| 46 | + ([`31c5744`](https://github.com/Quenary/cardholder_pwa/commit/31c57443463f06876d86b5f820ca38958a406338)) |
29 | 47 |
|
30 | 48 | ### Features |
31 | 49 |
|
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)) |
35 | 55 |
|
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)) |
37 | 58 |
|
38 | 59 |
|
| 60 | +## v1.5.10 (2025-07-01) |
| 61 | + |
39 | 62 | ### Bug Fixes |
40 | 63 |
|
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)) |
42 | 66 |
|
43 | | -## [1.5.9](https://github.com/Quenary/cardholder_pwa/compare/v1.5.8...v1.5.9) (2025-07-01) |
44 | 67 |
|
| 68 | +## v1.5.9 (2025-07-01) |
45 | 69 |
|
46 | 70 | ### Bug Fixes |
47 | 71 |
|
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)) |
49 | 74 |
|
50 | | -## [1.5.8](https://github.com/Quenary/cardholder_pwa/compare/v1.5.7...v1.5.8) (2025-07-01) |
51 | 75 |
|
| 76 | +## v1.5.8 (2025-07-01) |
52 | 77 |
|
53 | 78 | ### Bug Fixes |
54 | 79 |
|
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)) |
56 | 82 |
|
57 | | -## [1.5.7](https://github.com/Quenary/cardholder_pwa/compare/v1.5.6...v1.5.7) (2025-06-30) |
58 | 83 |
|
| 84 | +## v1.5.7 (2025-06-30) |
59 | 85 |
|
60 | 86 | ### Bug Fixes |
61 | 87 |
|
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)) |
63 | 90 |
|
64 | | -## [1.5.6](https://github.com/Quenary/cardholder_pwa/compare/v1.5.5...v1.5.6) (2025-06-30) |
65 | 91 |
|
| 92 | +## v1.5.6 (2025-06-30) |
66 | 93 |
|
67 | 94 | ### Bug Fixes |
68 | 95 |
|
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)) |
70 | 98 |
|
71 | | -## [1.5.5](https://github.com/Quenary/cardholder_pwa/compare/v1.5.4...v1.5.5) (2025-06-30) |
72 | 99 |
|
| 100 | +## v1.5.5 (2025-06-30) |
73 | 101 |
|
74 | 102 | ### Bug Fixes |
75 | 103 |
|
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)) |
77 | 106 |
|
78 | | -## [1.5.4](https://github.com/Quenary/cardholder_pwa/compare/v1.5.3...v1.5.4) (2025-06-29) |
79 | 107 |
|
| 108 | +## v1.5.4 (2025-06-29) |
80 | 109 |
|
81 | 110 | ### Performance Improvements |
82 | 111 |
|
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 | + |
84 | 115 |
|
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) |
86 | 117 |
|
87 | | -## [1.5.2](https://github.com/Quenary/cardholder_pwa/compare/v1.5.1...v1.5.2) (2025-06-26) |
88 | 118 |
|
| 119 | +## v1.5.2 (2025-06-26) |
89 | 120 |
|
90 | 121 | ### Bug Fixes |
91 | 122 |
|
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)) |
93 | 125 |
|
94 | | -## [1.5.1](https://github.com/Quenary/cardholder_pwa/compare/v1.5.0...v1.5.1) (2025-06-26) |
95 | 126 |
|
| 127 | +## v1.5.1 (2025-06-26) |
96 | 128 |
|
97 | 129 | ### Bug Fixes |
98 | 130 |
|
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)) |
100 | 133 |
|
101 | | -# [1.5.0](https://github.com/Quenary/cardholder_pwa/compare/v1.4.2...v1.5.0) (2025-06-26) |
102 | 134 |
|
| 135 | +## v1.5.0 (2025-06-26) |
103 | 136 |
|
104 | 137 | ### Bug Fixes |
105 | 138 |
|
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)) |
108 | 141 |
|
| 142 | +- **frontend**: Disable sign-up button if registration disabled |
| 143 | + ([`99e7321`](https://github.com/Quenary/cardholder_pwa/commit/99e732165d5a31569d1c2746a109bbb73d38925b)) |
109 | 144 |
|
110 | 145 | ### Features |
111 | 146 |
|
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)) |
116 | 155 |
|
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)) |
118 | 158 |
|
119 | 159 |
|
| 160 | +## v1.4.2 (2025-06-26) |
| 161 | + |
120 | 162 | ### Bug Fixes |
121 | 163 |
|
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)) |
123 | 166 |
|
124 | | -## [1.4.1](https://github.com/Quenary/cardholder_pwa/compare/v1.4.0...v1.4.1) (2025-06-26) |
125 | 167 |
|
| 168 | +## v1.4.1 (2025-06-26) |
126 | 169 |
|
127 | 170 | ### Bug Fixes |
128 | 171 |
|
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)) |
130 | 174 |
|
131 | | -# [1.4.0](https://github.com/Quenary/cardholder_pwa/compare/v1.3.0...v1.4.0) (2025-06-26) |
132 | 175 |
|
| 176 | +## v1.4.0 (2025-06-26) |
133 | 177 |
|
134 | 178 | ### Bug Fixes |
135 | 179 |
|
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)) |
138 | 182 |
|
| 183 | +- **frontend**: Safer json from storage |
| 184 | + ([`3a5f1b2`](https://github.com/Quenary/cardholder_pwa/commit/3a5f1b218b2fefb5319514b72f60762de4fceb12)) |
139 | 185 |
|
140 | 186 | ### Features |
141 | 187 |
|
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)) |
144 | 193 |
|
145 | | -# [1.3.0](https://github.com/Quenary/cardholder_pwa/compare/v1.2.0...v1.3.0) (2025-06-25) |
146 | 194 |
|
| 195 | +## v1.3.0 (2025-06-25) |
147 | 196 |
|
148 | 197 | ### Features |
149 | 198 |
|
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)) |
151 | 201 |
|
152 | | -# [1.2.0](https://github.com/Quenary/cardholder_pwa/compare/v1.1.0...v1.2.0) (2025-06-23) |
153 | 202 |
|
| 203 | +## v1.2.0 (2025-06-23) |
154 | 204 |
|
155 | 205 | ### Features |
156 | 206 |
|
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)) |
158 | 209 |
|
159 | | -# [1.1.0](https://github.com/Quenary/cardholder_pwa/compare/v1.0.0...v1.1.0) (2025-06-23) |
160 | 210 |
|
| 211 | +## v1.1.0 (2025-06-23) |
161 | 212 |
|
162 | 213 | ### Features |
163 | 214 |
|
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)) |
165 | 218 |
|
166 | | -# 1.0.0 (2025-06-23) |
167 | 219 |
|
| 220 | +## v1.0.0 (2025-06-23) |
168 | 221 |
|
169 | | -### Features |
170 | | - |
171 | | -* **test:** force release ([7b1efa6](https://github.com/Quenary/cardholder_pwa/commit/7b1efa6cc8206a576eb80585d6ae97ca74cbc92f)) |
| 222 | +- Initial Release |
0 commit comments