summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <f@miniflux.net> 2021-01-09 17:45:56 -0800
committerGravatar Frédéric Guillot <f@miniflux.net> 2021-01-09 17:45:56 -0800
commita6017a841157ae67d730cba9434564d2edc0defe (patch)
tree409b3deed1b670fde92f20c32f897742c19d06f7
parent608443b77f295723eb436a1c6bcf941dd4592e9b (diff)
downloadv2-2.0.27.tar.gz
v2-2.0.27.tar.zst
v2-2.0.27.zip
Update ChangeLog2.0.27
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ab10515..12a4039b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+Version 2.0.27 (Jan 9, 2021)
+----------------------------
+
+* Add spellcheck="false" to input fields
+* Refactoring of entry, feed, category, and user validation
+* Avoid stripping tags for entry title
+* Add the possibility to subscribe to feeds with the Android Share menu
+* API improvements:
+ - Change feed creation request to allow setting most fields via API
+ - Allow regular users to change settings via API
+ - Make user fields editable via API
+ - Renaming non-existent category via API should return a 404
+* Update Systemd service file:
+ - Add capability CAP_NET_BIND_SERVICE (allow the process to listen on privileged ports)
+ - Enable a private /tmp for $CERT_CACHE (required when using Let's Encrypt)
+* Update read/star icons to SVGs
+* Add autocomplete="username" to HTML forms
+* Improve user mass delete to use fewer Goroutines
+* Use SQL transaction when creating user sessions and users
+* Remove extra column (HSTORE field) from users table and migrate key/value pairs to specific columns
+* Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0
+* Bump github.com/lib/pq from 1.8.0 to 1.9.0
+* Add styles for <abbr> HTML tag
+* Refactor SQL migrations:
+ - Avoid embedding SQL files into binary
+ - Allow more flexible changes by using Go functions
+* Add Server-Timing header to unread page
+* Show correct User Agent in input placeholders
+* Add autocomplete attribute to login form
+* Add Grafana dashboard in contrib folder
+
Version 2.0.26 (Dec 5, 2020)
----------------------------