Liu Song’s Projects


~/Projects/miniflux

git clone https://code.lsong.org/miniflux

Commit

Commit
72fbbe311aa651595c2e9b51dd9a43ac5bbe8c9d
Author
Frédéric Guillot <[email protected]>
Date
2021-09-25 17:16:03 -0700 -0700
Diffstat
 ChangeLog | 20 ++++++++++++++++++++

Update ChangeLog


diff --git a/ChangeLog b/ChangeLog
index 6132efdeb222ad7258dba55be954e867440cd238..0b6248aa87bbaa91131eb1c02380911b7f00f971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+Version 2.0.33 (September 25, 2021)
+-----------------------------------
+
+* Build RPM and Debian package with PIE mode enabled
+* Add CSS rule to hide `<template>` tag in old browsers
+* Bump `github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22`
+* Bump `github.com/lib/pq from 1.10.2 to 1.10.3`
+* Remove `RequestURI()` hack
+* Improve `zh_CN` translation
+* Add ability to change entry sort order in the UI
+* Add minor improvements in integration package
+* Add Telegram integration
+* Add rewrite rule to remove DOM elements
+* Add proxy argument to `scraper.Fetch()`
+* Add mime type `application/feed+json` to discover JSON Feed v1.1
+* Update scraper rule for `theregister.com`
+* Add Go 1.17 to GitHub Actions
+* Display option to hide feed only when category is not already hidden
+* Add option to hide feeds from the global Unread list
+
 Version 2.0.32 (August 14, 2021)
 --------------------------------