Changelog 2005

+ fix Docker readme version
https://github.com/FreshRSS/FreshRSS/pull/2005
This commit is contained in:
Alexandre Alapetite
2018-09-08 11:46:46 +02:00
parent de4db714f5
commit f5215e5966
2 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# FreshRSS changelog
## 2018-XX-XX FreshRSS 1.11.2-dev
## 2018-09-XX FreshRSS 1.11.2-dev
* Features
* New menu to mark selected articles (view) as unread[#1966](https://github.com/FreshRSS/FreshRSS/issues/1966)
* New menu to mark selected articles (view) as unread [#1966](https://github.com/FreshRSS/FreshRSS/issues/1966)
* Share with LinkedIn [#1960](https://github.com/FreshRSS/FreshRSS/pull/1960)
* Deployment
* Update Docker image to Alpine 3.8 with PHP 7.2 [#1956](https://github.com/FreshRSS/FreshRSS/pull/1956)
@@ -22,6 +22,7 @@
* Updated Korean [#1985](https://github.com/FreshRSS/FreshRSS/pull/1985)
* Mics.
* Auto-login after self user creation [#1928](https://github.com/FreshRSS/FreshRSS/issues/1928)
* Allow `-` in database name at install time [#2005](https://github.com/FreshRSS/FreshRSS/pull/2005)
## 2018-06-16 FreshRSS 1.11.1

View File

@@ -20,7 +20,7 @@ git clone https://github.com/FreshRSS/FreshRSS.git
cd ./FreshRSS/
git pull
sudo docker pull alpine:3.7
sudo docker pull alpine:3.8
sudo docker build --tag freshrss/freshrss -f Docker/Dockerfile .
```