Skip to content

Commit 33dcbae

Browse files
committed
Update ChangeLog
1 parent cfc1f3e commit 33dcbae

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

ChangeLog

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
Version 2.0.10 (July 22, 2018)
2+
------------------------------
3+
4+
* Avoid browser caching issues when assets changes
5+
* Add Gzip/Deflate compression for HTML, JSON, CSS and Javascript responses
6+
* Improve themes handling
7+
* Store user theme in session
8+
* Logged out users will keep their theme
9+
* Add theme background color to web manifest and meta tag
10+
* Update application icon with different sizes
11+
* Add support for published tag in Atom feeds
12+
* Add tooltip to feed domain in feeds list (title attribute)
13+
* Prevent vertical scrolling on swipe
14+
* Show feed title instead of domain in items list
15+
* Add service worker to cache feed icons
16+
* Make image proxy configurable via IMAGE_PROXY environment variable:
17+
* none = No proxy
18+
* http-only = Proxy only non-HTTPS images (default)
19+
* all = Proxy everything
20+
* Add alt attribute for feed icons
21+
* Update CI jshint check
22+
* Add embedly.com to iframe whitelist
23+
* Use passive event listeners for touch events
24+
* Add `add_dynamic_image` rewriter for JavaScript-loaded images
25+
* Change feed password field type to text to avoid auto-completion with Firefox
26+
* Using autocomplete="off" or autocomplete="new-password" doesn't change anything
27+
* Changing the input ID doesn't change anything
28+
* Using a different input name doesn't change anything
29+
* Only Chrome supports autocomplete="new-password"
30+
* Add base URL validation
31+
* Update default stylesheet name in HTML layout
32+
* Pre-generate themes stylesheets at build time
33+
* Update vendor dependencies
34+
* Refactor assets bundler and split Javascript files
35+
* Run sanitizer after all processing and entry content rewrite
36+
* Remove timestamp from generated files
37+
* Add support for protocol relative YouTube URLs
38+
* Add Postgres full-text search for entries
39+
* Add search form in user interface
40+
* Add search parameter to the API
41+
* Improve Dutch locales
42+
* Sandbox iframes when sanitizing
43+
* Keep consistent text size on mobile orientation change
44+
* Change permission of /etc/miniflux.conf to 600 instead of 644 in RPM package
45+
* Add tzdata package to Docker image
46+
* Update Docker image to Alpine Linux 3.8
47+
148
Version 2.0.9 (July 1, 2018)
249
----------------------------
350

0 commit comments

Comments
 (0)