Skip to content

Commit 71a6685

Browse files
committed
Update changelog format
Signed-off-by: AKP <tom@tdpain.net>
1 parent c2b9060 commit 71a6685

1 file changed

Lines changed: 12 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,64 +4,52 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased]
7+
## Unreleased
88

9-
## [0.3.4] - 2022-01-19
9+
## 0.3.4 - 2022-01-19
1010
### Added
1111
* Support for `ETag` and `Last-Modified` headers in feed responses
1212
### Changed
1313
* Added version number to email footer
1414

15-
## [0.3.3] - 2022-08-31
15+
## 0.3.3 - 2022-08-31
1616
### Fixed
1717
* Feed entries can now be deleted. [#1](https://github.com/codemicro/walrss/issues/1)
1818
* Proper errors are shown when attempting to register with an in-use email address. [#2](https://github.com/codemicro/walrss/issues/2)
1919

20-
## [0.3.2] - 2022-08-13
20+
## 0.3.2 - 2022-08-13
2121
### Added
2222
* OIDC support
2323

24-
## [0.3.1] - 2022-08-13
24+
## 0.3.1 - 2022-08-13
2525
This one deploys.
2626

27-
## [0.3.0] - 2022-08-13
27+
## 0.3.0 - 2022-08-13
2828
### Changed
2929
* Migrated to SQLite in favour of BoltDB. This a completely breaking change.
3030

31-
## [0.2.3] - 2022-06-01
31+
## 0.2.3 - 2022-06-01
3232
### Added
3333
* Added a user agent to any requests made by Walrss (a very basic regex for this is `walrss(\/(\d|\.){5})? \(https:\/\/github\.com\/codemicro\/walrss\)`)
3434

35-
## [0.2.2] - 2022-05-08
35+
## 0.2.2 - 2022-05-08
3636
### Fixed
3737
* Feed entries from midnight on a given day are no longer mistakenly ignored.
3838

39-
## [0.2.1] - 2022-04-29
39+
## 0.2.1 - 2022-04-29
4040
### Fixed
4141
* Digest emails no longer contain three extra days worth of feed items
4242

43-
## [0.2.0] - 2022-04-29
43+
## 0.2.0 - 2022-04-29
4444
### Added
4545
* Progress display for test emails
4646

47-
## [0.1.1] - 2022-04-16
47+
## 0.1.1 - 2022-04-16
4848
### Added
4949
* Support for OPML imports and exports
5050

5151
### Fixed
5252
* Secure cookies are no longer sent when debug mode is enabled
5353

54-
## [0.1.0] - 2022-04-14
54+
## 0.1.0 - 2022-04-14
5555
Initial release
56-
57-
[Unreleased]: https://github.com/codemicro/walrss/compare/v0.3.3...HEAD
58-
[0.3.3]: https://github.com/codemicro/walrss/releases/tag/v0.3.3
59-
[0.3.2]: https://github.com/codemicro/walrss/releases/tag/v0.3.2
60-
[0.3.1]: https://github.com/codemicro/walrss/releases/tag/v0.3.1
61-
[0.3.0]: https://github.com/codemicro/walrss/releases/tag/v0.3.0
62-
[0.2.3]: https://github.com/codemicro/walrss/releases/tag/v0.2.3
63-
[0.2.2]: https://github.com/codemicro/walrss/releases/tag/v0.2.2
64-
[0.2.1]: https://github.com/codemicro/walrss/releases/tag/v0.2.1
65-
[0.2.0]: https://github.com/codemicro/walrss/releases/tag/v0.2.0
66-
[0.1.1]: https://github.com/codemicro/walrss/releases/tag/v0.1.1
67-
[0.1.0]: https://github.com/codemicro/walrss/releases/tag/v0.1.0

0 commit comments

Comments
 (0)