From 28cb28bad9812f9b088b9cbc083e65022eb7dee8 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 4 Oct 2021 14:19:28 +0200 Subject: [PATCH] release: Publish version v0.34 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769daf70..e52ed4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog of flusio +## 2021-10-04 - v0.34 + +### Improvements + +- Deduplicate feeds with same name on search page + +### Bug fixes + +- Fix URLs in OPML exportation +- Make parsing of feeds dates more robust +- Support `APP_PATH` correctly + +### Misc + +- Reorganize media files +- Add type `rss` to OPML export +- Store feeds type + ## 2021-09-28 - v0.33 ### News diff --git a/VERSION.txt b/VERSION.txt index 94b357ed..61d2f357 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.33 +0.34