From f7b44d013b00b542c763abf0defde393d66e873a Mon Sep 17 00:00:00 2001 From: Sergey Gorbunov Date: Tue, 28 Jan 2025 22:15:13 +0300 Subject: [PATCH] Move changelog into v0.34 --- docs/changelogs/v0.33.md | 5 ----- docs/changelogs/v0.34.md | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 docs/changelogs/v0.34.md diff --git a/docs/changelogs/v0.33.md b/docs/changelogs/v0.33.md index aabd19be9c7..ba7aa9f4f33 100644 --- a/docs/changelogs/v0.33.md +++ b/docs/changelogs/v0.33.md @@ -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) @@ -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 diff --git a/docs/changelogs/v0.34.md b/docs/changelogs/v0.34.md new file mode 100644 index 00000000000..af2432cb9f3 --- /dev/null +++ b/docs/changelogs/v0.34.md @@ -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