Skip to content

Commit de9e594

Browse files
committed
Update CHANGELOG.md for release
1 parent 09ebc82 commit de9e594

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.6] - 2024-10-07
10+
911
### Fixed
1012
- The refreshed LinkTable is now saved.
1113
(https://github.com/fangfufu/httpdirfs/issues/141)
1214
- Only one LinkTable of the same directory is created when the cache mode is
1315
enabled.
1416
(https://github.com/fangfufu/httpdirfs/issues/140)
15-
- Cache mode noe works correctly witht escaped URL.
17+
- Cache mode now works correctly with escaped URL.
1618
(https://github.com/fangfufu/httpdirfs/issues/138)
1719
- Fixed ``--user-agent`` option
1820
(https://github.com/fangfufu/httpdirfs/issues/159)
21+
- Allow leading `./` segments in links
22+
(https://github.com/fangfufu/httpdirfs/pull/125)
23+
- Fix segfault due to missing LinkTable allocation
24+
(https://github.com/fangfufu/httpdirfs/pull/155)
25+
- Fix Segmentation fault if HOME not set
26+
(https://github.com/fangfufu/httpdirfs/pull/162)
27+
- Handle sites that use absolute links and sites that require the final slash
28+
(https://github.com/fangfufu/httpdirfs/pull/121)
1929

2030
### Added
2131
- Add ``--http-header`` option
2232
(https://github.com/fangfufu/httpdirfs/issues/157)
2333
- Add ``--cache-clear`` option
2434
(https://github.com/fangfufu/httpdirfs/issues/111)
35+
- Add ``--refresh-timeout`` to set refresh timeout for directory contents
36+
(https://github.com/fangfufu/httpdirfs/pull/114)
2537

2638
### Changed
2739
- Improved LinkTable caching. LinkTable invalidation is now purely based on
@@ -34,6 +46,7 @@ timeout.
3446
- Updated OpenSSL MD5 checksum generation API usage.
3547
(https://github.com/fangfufu/httpdirfs/issues/143)
3648

49+
3750
## [1.2.5] - 2023-02-24
3851

3952
### Fixed
@@ -246,7 +259,8 @@ ${XDG_CONFIG_HOME}/httpdirfs, rather than ${HOME}/.httpdirfs
246259
## [1.0] - 2018-08-22
247260
- Initial release, everything works correctly, as far as I know.
248261

249-
[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.5...master
262+
[Unreleased]: https://github.com/fangfufu/httpdirfs/compare/1.2.6...master
263+
[1.2.6]: https://github.com/fangfufu/httpdirfs/compare/1.2.5...1.2.6
250264
[1.2.5]: https://github.com/fangfufu/httpdirfs/compare/1.2.4...1.2.5
251265
[1.2.4]: https://github.com/fangfufu/httpdirfs/compare/1.2.3...1.2.4
252266
[1.2.3]: https://github.com/fangfufu/httpdirfs/compare/1.2.2...1.2.3

0 commit comments

Comments
 (0)