From c246ae46577507688f31556222138fc209a2d751 Mon Sep 17 00:00:00 2001 From: Morea Date: Sun, 15 Oct 2023 10:14:37 +0200 Subject: [PATCH] Update changelog --- Find Unique Titles/readme.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Find Unique Titles/readme.md b/Find Unique Titles/readme.md index f4486e3..6e93769 100644 --- a/Find Unique Titles/readme.md +++ b/Find Unique Titles/readme.md @@ -5,12 +5,11 @@ You copy paste the content of the file `dist/find.unique.titles.user.js`. You can generate it by running run `npm run dev`. # Changelog -## +## 2023-10 - Add support for TiK +- Add support for Pter +- Fix HDB not working as a source - Refactor code to use generator for creating search requests. It is essentially practical when you need to do some fetching to build the request (like fetching another page for IMDB id). - -## 2023-10-08 - - Add support for CHD and HDSky (thanks to @gawain12) ## 2023-09-30