From 6787428cd73d35986479ad3500dff73f4aee4087 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jan 2024 09:27:12 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ccd73c6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# v1.0.0 + + * Use [Meilisearch](https://www.meilisearch.com) instead of Elastic Search + * See https://framagit.org/framasoft/peertube/search-index/-/issues/50 for more information + * Migration from Elastic Search is not implemented, just run another PeerTube search index to index videos/channels/playlists and when it's done you can switch from the old index and the new one + * Better global search relevancy + * Fix search with accentuated characters + * Improve search relevancy with non latin search + * Support verbatim search +