You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-24Lines changed: 12 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,64 +4,52 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
-
## [Unreleased]
7
+
## Unreleased
8
8
9
-
## [0.3.4] - 2022-01-19
9
+
## 0.3.4 - 2022-01-19
10
10
### Added
11
11
* Support for `ETag` and `Last-Modified` headers in feed responses
12
12
### Changed
13
13
* Added version number to email footer
14
14
15
-
## [0.3.3] - 2022-08-31
15
+
## 0.3.3 - 2022-08-31
16
16
### Fixed
17
17
* Feed entries can now be deleted. [#1](https://github.com/codemicro/walrss/issues/1)
18
18
* Proper errors are shown when attempting to register with an in-use email address. [#2](https://github.com/codemicro/walrss/issues/2)
19
19
20
-
## [0.3.2] - 2022-08-13
20
+
## 0.3.2 - 2022-08-13
21
21
### Added
22
22
* OIDC support
23
23
24
-
## [0.3.1] - 2022-08-13
24
+
## 0.3.1 - 2022-08-13
25
25
This one deploys.
26
26
27
-
## [0.3.0] - 2022-08-13
27
+
## 0.3.0 - 2022-08-13
28
28
### Changed
29
29
* Migrated to SQLite in favour of BoltDB. This a completely breaking change.
30
30
31
-
## [0.2.3] - 2022-06-01
31
+
## 0.2.3 - 2022-06-01
32
32
### Added
33
33
* 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\)`)
34
34
35
-
## [0.2.2] - 2022-05-08
35
+
## 0.2.2 - 2022-05-08
36
36
### Fixed
37
37
* Feed entries from midnight on a given day are no longer mistakenly ignored.
38
38
39
-
## [0.2.1] - 2022-04-29
39
+
## 0.2.1 - 2022-04-29
40
40
### Fixed
41
41
* Digest emails no longer contain three extra days worth of feed items
42
42
43
-
## [0.2.0] - 2022-04-29
43
+
## 0.2.0 - 2022-04-29
44
44
### Added
45
45
* Progress display for test emails
46
46
47
-
## [0.1.1] - 2022-04-16
47
+
## 0.1.1 - 2022-04-16
48
48
### Added
49
49
* Support for OPML imports and exports
50
50
51
51
### Fixed
52
52
* Secure cookies are no longer sent when debug mode is enabled
0 commit comments