aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-04-07 14:09:15 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-04-07 14:09:15 +0200
commit0eb535e3ac9269d39d2ea7856c4c5532c3296a55 (patch)
treea0c68e175e36af10e9602e555bf794a90d66be7c /CHANGELOG.md
parent3900fbb3015c72971527d5bb31f6cfd673835881 (diff)
Release FreshRSS 1.14.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 619836d46..d0b7a2f23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# FreshRSS changelog
-## 2019-04-0X FreshRSS 1.14.1-dev
+## 2019-04-07 FreshRSS 1.14.1
* Bug fixing (regressions introduced in 1.14.0)
* Fix *load more articles* when using ascending order [#2314](https://github.com/FreshRSS/FreshRSS/issues/2314)
@@ -17,10 +17,12 @@
* Bug fixing (misc.)
* Fix extensions in Windows [#994](https://github.com/FreshRSS/FreshRSS/issues/994)
* Fix import of empty articles [#2351](https://github.com/FreshRSS/FreshRSS/pull/2351)
+ * Fix quote escaping on CLI i18n tools [#2355](https://github.com/FreshRSS/FreshRSS/pull/2355)
+* UI
+ * Better handling of bad Ajax requests and fast page unload (ask confirmation) [#2346](https://github.com/FreshRSS/FreshRSS/pull/2346)
* I18n
* Improve Dutch [#2312](https://github.com/FreshRSS/FreshRSS/pull/2312)
* Misc.
- * Better handling of bad HTTP request and fast page unload (ask confirmation) [#2346](https://github.com/FreshRSS/FreshRSS/pull/2346)
* Check JavaScript (jshint) in Travis continuous integration [#2315](https://github.com/FreshRSS/FreshRSS/pull/2315)
* Add PHP 7.3 to Travis [#2317](https://github.com/FreshRSS/FreshRSS/pull/2317)