Skip to content

Commit 081cd9f

Browse files
authored
Merge pull request #296 from fangfufu/dev
Release 1.3.3
2 parents 9ba043a + c67dea0 commit 081cd9f

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [1.3.3] - 2026-06-11
12+
1113
### Added
1214

1315
- ci: Add a dedicated CodeQL scanning job targeting GitHub Actions workflows
@@ -20,6 +22,12 @@ and this project adheres to
2022
- Update and expand `USAGE.md` to comprehensively document raw help options and
2123
FUSE/module flags, linking to Git commit `0855c0a`
2224
([2bc5306](https://github.com/fangfufu/httpdirfs/commit/2bc5306da9155998a666e138379440c95029cdbf)).
25+
- ci: Update pre-commit hook revisions for `pre-commit-hooks`, `codespell`,
26+
`mdformat`, and `yamlfmt`
27+
([8cf9d4c](https://github.com/fangfufu/httpdirfs/commit/8cf9d4c9aa1a989f1b3ef0466e8b09a84ff2aa64)).
28+
- test: Update unity test framework subproject wrap file to track the latest
29+
master branch commit
30+
([2b4c765](https://github.com/fangfufu/httpdirfs/commit/2b4c7654a772e275bdc014ddd3d51f39152a9ee3)).
2331
- ci: Replace legacy Prettier hooks with `yamlfmt` and `mdformat` (with GFM and
2432
alerts plugins) to format all Markdown and YAML files repo-wide, removing
2533
obsolete formatting bypass tags
@@ -36,6 +44,11 @@ and this project adheres to
3644

3745
### Fixed
3846

47+
- ci: Harden GitHub Actions workflows (`build.yml` and `pre-commit.yml`) by
48+
explicitly defining read-only contents permissions to resolve CodeQL workflow
49+
permissions alerts
50+
([81b87a0](https://github.com/fangfufu/httpdirfs/commit/81b87a03dd7c21858e89c8b86b3bfb16b2489eb9),
51+
[52b9baa](https://github.com/fangfufu/httpdirfs/commit/52b9baa0414345d253738e471b82b01e61e148c5)).
3952
- doc: Fix typos in documentation
4053
([ca848fc](https://github.com/fangfufu/httpdirfs/commit/ca848fc657b4fb60467070d1123fd9b0f839c154)).
4154

@@ -1038,4 +1051,5 @@ Creating a new minor release, because of the following major changes:
10381051
[1.3.0]: https://github.com/fangfufu/httpdirfs/compare/1.2.11...1.3.0
10391052
[1.3.1]: https://github.com/fangfufu/httpdirfs/compare/1.3.0...1.3.1
10401053
[1.3.2]: https://github.com/fangfufu/httpdirfs/compare/1.3.1...1.3.2
1041-
[unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.3.2...master
1054+
[1.3.3]: https://github.com/fangfufu/httpdirfs/compare/1.3.2...1.3.3
1055+
[unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.3.3...master

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ HTTPDirFS options:
9393
--retry-wait Set delay in seconds before retrying an HTTP request
9494
after encountering an error. (default: 5)
9595
--invalid-refresh Try refreshing invalid links when reading a directory.
96-
--user-agent Set user agent string (default: "HTTPDirFS-1.3.2")
96+
--user-agent Set user agent string (default: "HTTPDirFS-1.3.3")
9797
--no-range-check Disable the built-in check for the server's support
9898
for HTTP range requests
9999
--zero-len-is-dir If a file has a zero length, treat it as a directory
@@ -329,7 +329,7 @@ ______________________________________________________________________
329329
330330
- **Description:** Customizes the HTTP `User-Agent` header sent with each
331331
request.
332-
- **Default:** `HTTPDirFS-1.3.2`
332+
- **Default:** `HTTPDirFS-1.3.3`
333333
334334
#### `--no-range-check`
335335

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('httpdirfs', 'c',
2-
version: '1.3.2',
2+
version: '1.3.3',
33
license: 'GPL-3.0-or-later',
44
default_options: [
55
'buildtype=release',

0 commit comments

Comments
 (0)