mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Add support for Nextcloud 21 (#205)
This commit is contained in:
parent
c629f79634
commit
d07f539d57
4 changed files with 18 additions and 3 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -2,10 +2,24 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 21.0.0 - 2021-02-20
|
||||
|
||||
### Added
|
||||
|
||||
- [#202](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/202) Support for Nextcloud 21
|
||||
|
||||
### Changed
|
||||
|
||||
- Added new screenshot of Nextcloud 21
|
||||
|
||||
### Fixed
|
||||
|
||||
- [#213](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/213) Deck: Use light icon for .icon-reply
|
||||
|
||||
### Removed
|
||||
|
||||
- Support for Nextcloud 19
|
||||
|
||||
## 20.0.5 - 2021-02-20
|
||||
|
||||
### Added
|
||||
|
|
|
@ -10,13 +10,14 @@ If you have any questions, problems or any thing else you're welcome to come han
|
|||
|
||||
The currently supported and maintained Nextcloud releases are:
|
||||
|
||||
- Nextcloud 21
|
||||
- Nextcloud 20
|
||||
- Nextcloud 19
|
||||
|
||||
I try my best to maintain 2 Nextcloud releases at once, to allow for smoother transistions, but for various reason I might decide to drop support for older releases early.
|
||||
|
||||
Previous unmaintained releases:
|
||||
|
||||
- Nextcloud 19
|
||||
- Nextcloud 18
|
||||
- Nextcloud 17
|
||||
- Nextcloud 11-16
|
||||
|
|
|
@ -36,7 +36,7 @@ Please note that you need the Accessibility app enabled in Nextcloud to access t
|
|||
|
||||
Under the Theming section in the admin settings you can add your own custom styling to the theme. Only standard CSS can be used. This custom styling will be applied whenever the theme is enabled and only affects the Breeze Dark theme.
|
||||
]]></description>
|
||||
<version>20.0.6</version>
|
||||
<version>21.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
|
||||
<namespace>BreezeDark</namespace>
|
||||
|
@ -45,7 +45,7 @@ Under the Theming section in the admin settings you can add your own custom styl
|
|||
<bugs>https://github.com/mwalbeck/nextcloud-breeze-dark/issues</bugs>
|
||||
<screenshot>https://raw.githubusercontent.com/mwalbeck/nextcloud-breeze-dark/master/screenshot.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="20" max-version="20"/>
|
||||
<nextcloud min-version="21" max-version="21"/>
|
||||
</dependencies>
|
||||
<settings>
|
||||
<personal>OCA\BreezeDark\Settings\Personal</personal>
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before ![]() (image error) Size: 103 KiB After ![]() (image error) Size: 109 KiB ![]() ![]() |
Loading…
Add table
Reference in a new issue