Skip to content

Commit

Permalink
Move changelog into v0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergey418alt committed Jan 28, 2025
1 parent dd9627e commit f7b44d0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/changelogs/v0.33.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
- [New DoH resolvers for non-ICANN DNSLinks](#new-doh-resolvers-for-non-icann-dnslinks)
- [πŸ“¦οΈ Important dependency updates](#-important-dependency-updates)
- [Escape Redirect URL for Directory](#escape-redirect-url-for-directory)
- [JSON config validation](#json-config-validation)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

Expand Down Expand Up @@ -113,10 +112,6 @@ We have fixed a number of issues that were triggered by writing or copying many

When navigating to a subdirectory, served by the Kubo web server, a subdirectory without a trailing slash gets redirected to a URL with a trailing slash. If there are special characters such as "%" in the subdirectory name then these must be escaped in the redirect URL. Previously this was not being done and was preventing navigation to such subdirectories, requiring the user to manually add a trailing slash to the subdirectory URL. This is now fixed to handle the redirect to URLs with characters that must be escaped.

### JSON config validation

Fixed an issue concerning the lack of proper validation when updating the config with `config`.

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors
23 changes: 23 additions & 0 deletions docs/changelogs/v0.34.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Kubo changelog v0.34

- [v0.34.0](#v0340)

## v0.34.0

- [Overview](#overview)
- [πŸ”¦ Highlights](#-highlights)
- [JSON config validation](#json-config-validation)
- [πŸ“ Changelog](#-changelog)
- [πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors](#-contributors)

### Overview

### πŸ”¦ Highlights

### JSON config validation

Fixed an issue concerning the lack of proper validation when updating the config with `config`.

### πŸ“ Changelog

### πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Contributors

0 comments on commit f7b44d0

Please sign in to comment.