1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-06 11:11:58 +00:00

Bump version number and Update Changelog

This commit is contained in:
Magnus Walbeck 2020-10-06 21:04:17 +02:00
parent 2185d79632
commit 6f3dfc290a
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
5 changed files with 175 additions and 92 deletions

View file

@ -1,3 +1,3 @@
- Magnus Walbeck <mw@mwalbeck.org>
- georgeto <georgeto@mailbox.org>
- cyrosy <github@cyrosy.fr>
- Magnus Walbeck <mw@mwalbeck.org>
- georgeto <georgeto@mailbox.org>
- cyrosy <github@cyrosy.fr>

View file

@ -2,180 +2,249 @@
## [Unreleased]
## 19.0.4 - 2020-08-08
## 19.0.5 - 2020-10-06
### Fixed
- #157 Notes: Fix background icon being redundant when renaming and cleanup unused styling
- #133 Rewrite core styling
- Deck: Fix up styling in latest release of Deck
- Calendar: Fix up styling in latest release of Calendar
## 19.0.4 - 2020-08-08
### Fixed
- #157 Notes: Fix background icon being redundant when renaming and cleanup unused styling
## 19.0.3 - 2020-07-18
### Fixed
- Remove background-size rule for login page to mimic upstream behaviour
- Make header background-color important to fix blue header
- Remove background-size rule for login page to mimic upstream behaviour
- Make header background-color important to fix blue header
## 19.0.2 - 2020-06-21
### Fixed
- [#153](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/153) Make suspicious login chart background white to make it more readable
- [#154](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/154) Fix text colour in file conflict dialog
- [#153](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/153) Make suspicious login chart background white to make it more readable
- [#154](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/154) Fix text colour in file conflict dialog
## 19.0.1 - 2020-06-07
### Added
- [#139](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/139) Add support for BigBlueButton
- [#116](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/116) Add support for Cookbook
- [#139](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/139) Add support for BigBlueButton
- [#116](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/116) Add support for Cookbook
### Fixed
- [#144](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/144) Deck: Text colour and cursour is black while editing description, and fix filter_set icon and fix resource-type-deck icon in projects. Improve styling of code and blockquotes in card description.
- Change name of root class for talk, to fix styling
- [#144](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/144) Deck: Text colour and cursour is black while editing description, and fix filter_set icon and fix resource-type-deck icon in projects. Improve styling of code and blockquotes in card description.
- Change name of root class for talk, to fix styling
## 19.0.0 - 2020-05-24
### Added
- [#120](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/120) Initial support for Nextcloud 19
- [#120](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/120) Initial support for Nextcloud 19
## 18.0.17 - 2020-05-24
### Added
- [#136](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/136) Add support for App Order
- [#136](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/136) Add support for App Order
## 18.0.16 - 2020-05-17
### Fixed
- [#126](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/126) Fix styling for Deck v1.0
- [#128](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/128) Fix styling for Tasks v0.13
- [#126](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/126) Fix styling for Deck v1.0
- [#128](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/128) Fix styling for Tasks v0.13
## 18.0.15 - 2020-05-12
### Added
- [#104](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/104) Implement per user theming
- [#104](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/104) Implement per user theming
### Fixed
- [#125](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/125) Fix avatars with dot menus being covered in dots
- [#125](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/125) Fix avatars with dot menus being covered in dots
## 18.0.14 - 2020-05-02
### Added
- Add repair step to set the theme to be enabled by default going forward, will be off by default starting with 18.0.15
- [#119](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/119) Add styling for ocDownloader
- Add repair step to set the theme to be enabled by default going forward, will be off by default starting with 18.0.15
- [#119](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/119) Add styling for ocDownloader
### Fixed
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Fix colour of icons in hamburger menu
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Fix background colour for readonly input in settings
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Force background colour for incoming messages to fix messages in muc's
- [#124](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/124) jsxc: Fix load more messages button in chat window
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Fix colour of icons in hamburger menu
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Fix background colour for readonly input in settings
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) jsxc: Force background colour for incoming messages to fix messages in muc's
- [#124](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/124) jsxc: Fix load more messages button in chat window
## 18.0.13 - 2020-04-26
### Fixed
- Make text colour in Users section white again after adding variable --color-text-dark
- [#117](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/117) Calendar: Highlight selected items in repeat section
- [#118](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/118) Change filter rule for icons in contactsmenu to a generic one
- Make text colour in Users section white again after adding variable --color-text-dark
- [#117](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/117) Calendar: Highlight selected items in repeat section
- [#118](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/118) Change filter rule for icons in contactsmenu to a generic one
### Added
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) Add styling for jsxc v4.0
- [#113](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/113) Add styling for jsxc v4.0
## 18.0.12 - 2020-04-18
### Fixed
- [#110](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/110) Mail: Change email content view to more closely assemble upstream and improve visual of attachments
- Mail: Adjust font colour for mail sender and subject in email list and reapply attachment styling for Mail 1.3
- [#111](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/111) Change default text selection colour
- [#112](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/112) Deck: Make due date icon colour and background consistent
- [#110](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/110) Mail: Change email content view to more closely assemble upstream and improve visual of attachments
- Mail: Adjust font colour for mail sender and subject in email list and reapply attachment styling for Mail 1.3
- [#111](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/111) Change default text selection colour
- [#112](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/112) Deck: Make due date icon colour and background consistent
## 18.0.11 - 2020-04-11
### Fixed
- [#106](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/106) Fix styling for Full text search
- Tasks: Fix subtask and note icons
- Data Analytics: Change opacity of links in settings
- Maps: Fix search button visually extending beyond the search bar
- [#106](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/106) Fix styling for Full text search
- Tasks: Fix subtask and note icons
- Data Analytics: Change opacity of links in settings
- Maps: Fix search button visually extending beyond the search bar
### Added
- Calendar: Add styling for new event color picker
- Calendar: Add styling for new event color picker
## 18.0.10 - 2020-03-22
### Fixed
- [#102](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/102) Set .icon-talk globally as it is used by other apps than just Talk
- [#103](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/103) Fix Quick Notes icon definitions and remove unused sass variable, remove box-shadow on hover on .quicknote
- [#102](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/102) Set .icon-talk globally as it is used by other apps than just Talk
- [#103](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/103) Fix Quick Notes icon definitions and remove unused sass variable, remove box-shadow on hover on .quicknote
## 18.0.9 - 2020-03-15
### Fixed
- [#101](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/101) Fix icons for Tasks 0.12.0+
- [#101](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/101) Fix icons for Tasks 0.12.0+
## 18.0.8 - 2020-03-08
### Fixed
- [#100](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/100) Fix theming for account registration
- [#100](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/100) Fix theming for account registration
### Added
- [#92](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/92) Add styling for Data Analytics
- [#92](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/92) Add styling for Data Analytics
## 18.0.7 - 2020-02-25
### Fixed
- [#96](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/96) Fix styling for routing dialog in maps
- [#97](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/97) Use relativ paths for backgrounds, and when using custom backgrounds don't use colour from theming app as background
- [#93](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/93) Fix icons staying light after deactivating the theme
- Invert app-dark, password and star icons on activity list
- Fix missing bottom-border on .oc-dialog boxes
- [#96](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/96) Fix styling for routing dialog in maps
- [#97](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/97) Use relativ paths for backgrounds, and when using custom backgrounds don't use colour from theming app as background
- [#93](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/93) Fix icons staying light after deactivating the theme
- Invert app-dark, password and star icons on activity list
- Fix missing bottom-border on .oc-dialog boxes
### Removed
- Old icons rules for Gallery app
- Old icons rules for Gallery app
## 18.0.6 - 2020-02-16
### Fixed
- [#95](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/95) Fix styling for Two-factor TOTP and 2fa selection screen on login when having multiple 2fa's enabled
- [#95](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/95) Fix styling for Two-factor TOTP and 2fa selection screen on login when having multiple 2fa's enabled
## 18.0.5 - 2020-02-11
### Fixed
- [#90](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/90) Add icon variable definition for --icon-checkmark-f2f2f2
- Fix icons in calendar basic editor not being correct colour.
- [#90](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/90) Add icon variable definition for --icon-checkmark-f2f2f2
- Fix icons in calendar basic editor not being correct colour.
### Added
- [#91](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/91) Added styling support for Terms of Service app.
- [#91](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/91) Added styling support for Terms of Service app.
## 18.0.4 - 2020-02-05
### Fixed
- [#87](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/87) Fix custom background for login screen, set in theming app, not showing
- [#88](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/88) Change background and border behaviour on error and success on public poll page
- [#89](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/89) Fix icon color for icons in text, photos and activity icon in sidebar
- [#87](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/87) Fix custom background for login screen, set in theming app, not showing
- [#88](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/88) Change background and border behaviour on error and success on public poll page
- [#89](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/89) Fix icon color for icons in text, photos and activity icon in sidebar
## 18.0.3 - 2020-02-04
### Fixed
- [#84](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/84) Add styling support for Maps
- [#85](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/85) Make styling rule for avatar cropper important
- [#86](https://github.com/mwalbeck/nextcloud-breeze-dark/pull/86) Fix typo in README.
- Fix dark icon in notifications dropdown when empty
- [#84](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/84) Add styling support for Maps
- [#85](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/85) Make styling rule for avatar cropper important
- [#86](https://github.com/mwalbeck/nextcloud-breeze-dark/pull/86) Fix typo in README.
- Fix dark icon in notifications dropdown when empty
## 18.0.2 - 2020-01-30
### Fixed
- [#82](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/82) Fix favorites icon still showing up as black.
- Hide share icon on hover in files nav, as intended.
- [#82](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/82) Fix favorites icon still showing up as black.
- Hide share icon on hover in files nav, as intended.
## 18.0.1 - 2020-01-29
### Fixed
- Fix [#82](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/82), App version showing some icons as black
- Bookmarks: Use color-main-text for folder names in breadcrumbs instead of color-text-link
- Music: invert settings and play-pause icons in nav sidebar
- Passman: make icon definition important
- Polls: Use color-main-text for list of polls instead of color-text-link
- Fix [#82](https://github.com/mwalbeck/nextcloud-breeze-dark/issues/82), App version showing some icons as black
- Bookmarks: Use color-main-text for folder names in breadcrumbs instead of color-text-link
- Music: invert settings and play-pause icons in nav sidebar
- Passman: make icon definition important
- Polls: Use color-main-text for list of polls instead of color-text-link
## 18.0.0 - 2020-01-26
### Added
- Support for NC18
- Support for photos
- Added missing icons introduced with NC18
- Support for NC18
- Support for photos
- Added missing icons introduced with NC18
### Fixed
- Remove background-color rule for project sharing as to not block text
- Add global background colors to prevent white backgrounds
- Updated Calendar styling for NC18
- Updated Contacts styling for NC18
- Unset header background-image
- Use dark colours for background on login page
- Actually apply styling for load all completed tasks button
- Fix background-color for number inputs in tasks
- Remove background-color rule for project sharing as to not block text
- Add global background colors to prevent white backgrounds
- Updated Calendar styling for NC18
- Updated Contacts styling for NC18
- Unset header background-image
- Use dark colours for background on login page
- Actually apply styling for load all completed tasks button
- Fix background-color for number inputs in tasks
### Removed
- Styling for Gallery
- Styling for Gallery
## 17.0.3 - 2020-01-18
### Added
- Website and screenshot metadata to info.xml
- Website and screenshot metadata to info.xml
### Fixed
- Revamp styling for Calendar 2.0
- Fix css class for social icons
- Invert personal activity icon
- Add notifications-dark icon
- Revamp styling for Calendar 2.0
- Fix css class for social icons
- Invert personal activity icon
- Add notifications-dark icon
## 17.0.2 - 2020-01-06
### Added
- Initial app release
- Initial app release

View file

@ -1,4 +1,5 @@
# Breeze Dark Theme
This is a Breeze Dark Theme for [Nextcloud](https://nextcloud.com) based on the Breeze Dark theme made by the KDE Project.
![screenshot of theme](screenshot.png)
@ -6,42 +7,53 @@ This is a Breeze Dark Theme for [Nextcloud](https://nextcloud.com) based on the
If you have any questions, problems or any thing else you're welcome to come hangout in the dedicated matrix room: #nextcloud-breeze-dark:mwalbeck.org
## Supported versions
The currently supported and maintained Nextcloud releases are:
* Nextcloud 19
* Nextcloud 18
- Nextcloud 19
- Nextcloud 18
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 17
* Nextcloud 11-16
- Nextcloud 17
- Nextcloud 11-16
## Version number
The first number is the Nextcloud version. The second number is the Nextcloud major point release version. The third number is the theme version.
## Installation
It's available in the [nextcloud app store](https://apps.nextcloud.com/apps/breezedark), just search for Breeze Dark, or look under customizations.
or you can clone this repo into your app folder and enable it in the app menu in Nextcloud.
## Usage
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:
```
Admin settings > Theming > Breeze Dark
```
#### Personal
The personal option allows each user to set their own preference independent of how you set the global option. If the user hasn't set an option yet, they will follow the global option. You can find the personal option here:
```
Personal settings > Accessibility > Breeze Dark
```
## Contributions
### Issues
If you find an issue with the theme I would grealy appreciate it if you opened a bug report, so it can be fixed.
You're also very welcome to open a styling request, if there is an app you would like to see supported by this theme.
@ -49,6 +61,7 @@ You're also very welcome to open a styling request, if there is an app you would
A full list of supported apps can be found on the [wiki](https://github.com/mwalbeck/nextcloud-breeze-dark/wiki/Styled-apps).
### Pull requests
If you would like to contribute to the theme, all you need is a working Nextcloud setup and a text editor. Nextcloud is going to handle all the sass compilation on it's own. When you have you have Nextcloud setup, you can simply clone this repo into the app folder.
As nextcloud caches all sass, your changes won't show up immediately. To have your changes show up an easy trick is to disable the theme, refresh the page and then enable it again. This isn't perfect, but works most of time. If your changes don't show up, you can either wait a couple of minutes and then try again, or you can try running an **occ maintenance:repair**.
@ -56,6 +69,7 @@ As nextcloud caches all sass, your changes won't show up immediately. To have yo
You're always welcome to open an issue and talk about the changes, you would like to make, before starting.
## Donations
If you like the theme and would like to donate you can use the following ways:
**Liberapay:**

View file

@ -25,7 +25,7 @@ The personal option allows each user to set their own preference independent of
Personal settings > Accessibility > Breeze Dark
```
]]></description>
<version>19.0.4</version>
<version>19.0.5</version>
<licence>agpl</licence>
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
<namespace>BreezeDark</namespace>

View file

@ -1,8 +1,8 @@
/**
* =============================================================================
* Breeze Dark for Nextcloud
* Version: 19.0.4
* Date 2020-08-08
* Version: 19.0.5
* Date 2020-10-06
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
* Made with the help of contributors! See AUTHORS.md
* =============================================================================