summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md42
-rw-r--r--appinfo/info.xml2
-rw-r--r--css/content.css3
-rw-r--r--css/mobile.css10
-rw-r--r--js/package-lock.json30
-rw-r--r--js/package.json10
6 files changed, 67 insertions, 30 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25c22acd4..8448469cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,46 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
+## 13.0.0
+
+### Changed
+
+- Nextcloud 14 compatibility #312, #319
+- API support for new login flow #303
+- Dropped support for Nextcloud 13
+
+## 12.0.4
+
+### Fixed
+
+- Re-release of 12.0.3 but without signature, because it was broken.
+
+## 12.0.3
+
+### Fixed
+
+- packaging problem in 12.0.2
+
+## 12.0.2
+
+### Fixed
+
+- Fix the error RSS source overlay #281
+- MySQL UTF8Mb4 link to current docs #285
+- Remove development dependencies from archive #288
+
+### Changed
+
+- Add newsboat compatible client to README.md #256
+- Move transifex config for updated l10n script #267
+- Core: Fix compatibility with nextcloud codestyle #280
+- JS: Fix gulp issues with new node versions #293
+
## 12.0.1
### Fixed
-- Fix various styling and usage issues introduced with beta changes
+- Fix various styling and usage issues introduced with beta changes
## 12.0.0
@@ -18,7 +53,6 @@ All notable changes to this project will be documented in this file.
## 11.0.5
-
### Fixed
- Fix order of update scripts for cron updates, #172
@@ -30,7 +64,6 @@ All notable changes to this project will be documented in this file.
- Do not fail MySql utf-8 support check on other platforms for various reasons, #163
- Include the correct files for displaying warnings, #166
-
## 11.0.3
### Fixed
@@ -42,7 +75,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Fail early when an incorrectly configured MySql/MariaDB instance is found to prevent update errors and data loss
-- Do not mark articles read when shift + a + ctrl/meta/alt is pressed
+- Do not mark articles read when shift + a + ctrl/meta/alt is pressed
- Re-order mark read to first position
## 11.0.1
@@ -52,7 +85,6 @@ All notable changes to this project will be documented in this file.
- Fix admin section on latest master (fix only works with a version newer than 12.0.0-beta4), #145
- Do not show tooltip when hovering over headlines in compact mode, #151
-
## 11.0.0
### Removed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0d31ed4ae..dfc0860d7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.com/server/10/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>13.0.0</version>
+ <version>13.0.1</version>
<licence>agpl</licence>
<author>Bernhard Posselt</author>
<author>Alessandro Cosentino</author>
diff --git a/css/content.css b/css/content.css
index 57b4b22df..4dfb069d4 100644
--- a/css/content.css
+++ b/css/content.css
@@ -9,7 +9,8 @@
*/
#app-content {
- width: 100%
+ width: 100%;
+ flex-basis: auto;
}
#app-navigation:not(.hidden) + #app-content {
width: calc(100% - 300px);
diff --git a/css/mobile.css b/css/mobile.css
index 212f57897..cf34507fc 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -1,4 +1,4 @@
-@media (max-width: 770px) {
+@media only screen and (max-width: 768px) {
#app-content .utils .date {
display: none;
}
@@ -7,9 +7,13 @@
padding-left: 44px;
}
+ #app-navigation:not(.hidden) + #app-content {
+ width: 100%;
+ }
+
}
-@media (max-width: 600px) {
+@media only screen and (max-width: 600px) {
#app-content .article-actions ul {
max-width: 164px;
}
@@ -32,7 +36,7 @@
}
}
-@media (max-width: 340px) {
+@media only screen and (max-width: 340px) {
#app-content .article-actions {
max-width: 82px;
}
diff --git a/js/package-lock.json b/js/package-lock.json
index 26893ce09..a17877df9 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -92,29 +92,29 @@
"dev": true
},
"angular": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.3.tgz",
- "integrity": "sha512-hQRhU56shs72y88cS0Uy9g+UAMHoztJ3V+r+iF8o1AK/Bpu8ewmjFDk9j2LjSuN05a9mhxW1rOHnYKOwyTS/Zg=="
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.4.tgz",
+ "integrity": "sha512-nYTWc9CpZjTY57l8EA1+DGpQNzI6HewQ34bfRYoGXBYysIoPYjfcgTGWC+Vl3AaeCnhAb3VTkysVESvCBpUIoA=="
},
"angular-animate": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.3.tgz",
- "integrity": "sha512-RIYQhql+jUU13jwTrXemSMYTfbGuLBr7jh67R3UbR2yCQ8IOxcXHn2tx+hm8PwXX8agsFAQjWSPP5wam5ecuSg=="
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/angular-animate/-/angular-animate-1.7.4.tgz",
+ "integrity": "sha512-9IzpAd39tzV6CL/kfNpkGFpVLHagHq8XpuCmPy+BfqwxzZOkCnSNtIJA0dfO0nKXg7j9UYGapboQeSuv+creSQ=="
},
"angular-mocks": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.3.tgz",
- "integrity": "sha512-j9JZxJiTdwr1oZPtQQFSMpfNZiY+LzKJaodVeWCdXMA1+mOXxS2f8k0yEnG618O2LHd/MU8z3IibyVgbl9xuiA=="
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/angular-mocks/-/angular-mocks-1.7.4.tgz",
+ "integrity": "sha512-VSgHxObks7g5KeKVZ/g8awQosCY75SLm/R90WL/bqu8MxOvr9upYcNYCQuWS8z+OlLz+A8UuNPrzAc/LsGZ65Q=="
},
"angular-route": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.3.tgz",
- "integrity": "sha512-/x6kLCeiG9BCi4DZeuuPfK1G05w69uwu7x69hL4eqSq5VOUkmkbFK1oM2pIKPwkATSYT2QKK0rwPydZNBUvCsw=="
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/angular-route/-/angular-route-1.7.4.tgz",
+ "integrity": "sha512-z7HjNixxCdU7Th12jeXS/MS9QV320AVIOHmZ39guXZMJY4fR3defC/uyzhJyEiiw2ySXfg/PWjWdterw82CVig=="
},
"angular-sanitize": {
- "version": "1.7.3",
- "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.3.tgz",
- "integrity": "sha512-2t5BXXx0/4qGdGp54eCvT+1fM+yFP2ub5TnNFIpJDeSrPwlQD8ThesOWxEsBnr+3UVKTE/TzX2Q4g8qjQXhDzw=="
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/angular-sanitize/-/angular-sanitize-1.7.4.tgz",
+ "integrity": "sha512-i5NoK6lo21N/CDRtkXpUuqaXeyncP7icLNCGzCUCD6CQvfVh3nY9Nsiw+tHtiIeD34ppcbl5Wb6ihY7RKDoDVw=="
},
"ansi-cyan": {
"version": "0.1.1",
diff --git a/js/package.json b/js/package.json
index 3817ca3e6..f1d1900ee 100644
--- a/js/package.json
+++ b/js/package.json
@@ -51,11 +51,11 @@
"karma-jasmine": "^1.1.2"
},
"dependencies": {
- "angular": "^1.7.3",
- "angular-animate": "^1.7.3",
- "angular-mocks": "^1.7.3",
- "angular-route": "^1.7.3",
- "angular-sanitize": "^1.7.3",
+ "angular": "^1.7.4",
+ "angular-animate": "^1.7.4",
+ "angular-mocks": "^1.7.4",
+ "angular-route": "^1.7.4",
+ "angular-sanitize": "^1.7.4",
"debug": "^2.6.8",
"masonry-layout": "^4.2.2",
"moment": "^2.22.2"