Skip to content

Commit

Permalink
Release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
euzu committed Sep 19, 2024
1 parent 7c1102f commit 44090b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
# 2.0.4(2024-08-xx)
# 2.0.4(2024-09-19)
* if Content type of file download is not set in header, the gzip encoding is checked through magic header.
* if source is m3u and stream id not a number, the entry is skipped and logged.
* prefix and suffix was applied wrong, fixed.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "m3u-filter"
version = "2.0.3"
version = "2.0.4"
edition = "2021"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "m3u-filter",
"description": "m3u-filter",
"author": "euzu",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"homepage": "./",
"scripts": {
Expand Down

0 comments on commit 44090b6

Please sign in to comment.