mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-04-08 06:50:11 +00:00
Update changelog, update create_release script to exclude translationtool and bump version number
This commit is contained in:
parent
9dbb06e948
commit
69f1ca8c86
5 changed files with 8 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 20.0.1 - 2020-11-07
|
||||
|
||||
### Added
|
||||
|
||||
- [#161](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/164) Add thumbnail image in personal settings
|
||||
|
|
|
@ -37,7 +37,7 @@ After you install the theme, you need to enable it. There a 2 options for this,
|
|||
|
||||
#### Global
|
||||
|
||||
The global option enables the theme by default for all users and unauthenticated visits. Without this options stuff like the login and sharing pages won't be styled. You can find there global option here:
|
||||
The global option enables the theme by default for all users and unauthenticated visits. Without this option stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find there global options here:
|
||||
|
||||
```
|
||||
Admin settings > Theming > Breeze Dark
|
||||
|
|
|
@ -12,7 +12,7 @@ This is a breeze dark theme for Nextcloud, based on the Breeze Dark theme made b
|
|||
After you install the theme, you need to enable it. There a 2 options for this, a global and a personal one.
|
||||
|
||||
#### Global
|
||||
The global option enables the theme by default for all users and unauthenticated visits. Without this options stuff like the login and sharing pages won't be styled. You can find there global option here:
|
||||
The global option enables the theme by default for all users and unauthenticated visits. Without this options stuff like the login and sharing pages won't be styled. There is also an option to exclude the login page from being themed while the rest is. You can find there global option here:
|
||||
|
||||
```
|
||||
Admin settings > Theming > Breeze Dark
|
||||
|
@ -25,7 +25,7 @@ The personal option allows each user to set their own preference independent of
|
|||
Personal settings > Accessibility > Breeze Dark
|
||||
```
|
||||
]]></description>
|
||||
<version>20.0.0</version>
|
||||
<version>20.0.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
|
||||
<namespace>BreezeDark</namespace>
|
||||
|
|
|
@ -19,6 +19,7 @@ tar cvzf $RELEASE_DIR/$APP_NAME.tar.gz \
|
|||
--exclude="../$APP_NAME/package-lock.json" \
|
||||
--exclude="../$APP_NAME/package.json" \
|
||||
--exclude="../$APP_NAME/screenshot.png" \
|
||||
--exclude="../$APP_NAME/translationtool.phar" \
|
||||
../$APP_NAME
|
||||
|
||||
openssl dgst -sha512 -sign $HOME/.nextcloud/certificates/breezedark.key $RELEASE_DIR/$APP_NAME.tar.gz | openssl base64
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* =============================================================================
|
||||
* Breeze Dark for Nextcloud
|
||||
* Version: 20.0.0
|
||||
* Date 2020-10-17
|
||||
* Version: 20.0.1
|
||||
* Date 2020-11-07
|
||||
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
|
||||
* Made with the help of contributors! See AUTHORS.md
|
||||
* =============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue