From 0e2a1a988ad01aceef13b20ee92a2d8075a320c1 Mon Sep 17 00:00:00 2001 From: random_guy52 Date: Fri, 26 Mar 2021 03:18:26 +0100 Subject: [PATCH] Update 'CHANGELOG.md' --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7949cb..9c2710e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,38 @@ # Changelog +## 2021-03-23 +### Fixed +1. fix /r/:subreddit/search redis key. +## 2021-03-22 +### Added +1. add favicon.ico and display profile icons +## 2021-03-21 +### Added +1. Add support for /poll urls +2. Replace reddit links by default +3. Add missing user_preferences parameter +4. add replacePrivacyDomains() +5. Replace youtube/twitter/instagram with privacy respecting ones +### Fixed +1. Fix export feature when not exporting saved posts +2. Ignore urls starting with /r/ +## 2021-03-20 +### Fixed +1. Rewrite redd.it and its subdomains to teddit domain, fixes (#120) +2. Replace all (*.)reddit.com domains with teddit domain (#120) +## 2021-03-19 +### Added +1. Add feature to export and import preferences as json file +### Fixed +1. Fix search page (PR #164) +2. Fix Pug security vulns. see more PR #165 +## 2021-03-18 +1.Add a feature for showing upvote ratio in posts #147 +## 2021-03-16 +## Added +1. Add a feature to the preferences where users can choose to collapse child comments automatically +## 2021-03-15 +### Added +1. Add support for user created custom fields (#162) ## 2021-03-01 ### Added 1. Make a preference for image sizes in posts, fix #119