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: app/CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,15 @@ All notable changes to the penguin **CLI app** will be documented here.
6
6
## [Unreleased]
7
7
8
8
9
+
## [0.2.6] - 2022-11-26
10
+
- Improve `cargo doc` workflow by treating `remove` file system events as less important in watcher. Adds `--removal-debounce` flag. See [385b63](https://github.com/LukasKalbertodt/penguin/commit/385b6395142aff28fa5063162a8023e1392b0cf1).
11
+
- Updated the library to v0.1.8 ⇒ [check its changelog](../lib/CHANGELOG.md#017---2022-06-22).
12
+
- Add basic HTTP range request support for the file server. With this, video files served by Penguin can be played by Safari.
13
+
- Add body sniffing to detect HTML content (and insert reload script) more often (see #11)
14
+
9
15
## [0.2.5] - 2022-06-22
10
16
11
-
- Updated the library to v0.1.6 ⇒ [check its changelog](../lib/CHANGELOG.md#017---2022-06-22).
17
+
- Updated the library to v0.1.7 ⇒ [check its changelog](../lib/CHANGELOG.md#017---2022-06-22).
12
18
13
19
## [0.2.4] - 2022-06-08
14
20
@@ -53,7 +59,8 @@ Updated the library to v0.1.2 ⇒ [check its changelog](../lib/CHANGELOG.md#012-
Copy file name to clipboardExpand all lines: lib/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ All notable changes to the penguin **library** will be documented here.
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.1.8] - 2023-11-26
9
+
- Add basic HTTP range request support for the file server. With this, video files served by Penguin can be played by Safari.
10
+
- Add body sniffing to detect HTML content (and insert reload script) more often (see #11)
11
+
8
12
## [0.1.7] - 2022-06-22
9
13
### Fixed
10
14
- Fix 404, "gateway error" and dir-listing pages that were broken in the previous release. (The JS code wasn't injected correctly, showing up as plain text. Woops.)
@@ -71,7 +75,8 @@ All notable changes to the penguin **library** will be documented here.
0 commit comments