Updated changelog
This commit is contained in:
parent
3ff9fb181c
commit
e04ad4d3f3
2 changed files with 11 additions and 3 deletions
|
@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [3.3.0] - WIP
|
||||
## [3.3.0] - 12-11-2020
|
||||
### Added
|
||||
- Added PHP8 support.
|
||||
- Enabled PHP 8 support.
|
||||
- Added Screencloud client support (https://screencloud.net).
|
||||
- OpenGraph image tag (issue #269).
|
||||
- Start adding unit tests.
|
||||
|
@ -16,6 +16,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
### Fixed
|
||||
- Linux script strange response code in headless mode.
|
||||
|
||||
### Removed
|
||||
- Dropped Telegram share button.
|
||||
|
||||
## [3.2.0] - 2020-09-05
|
||||
### Added
|
||||
- Added support to use Azure Blob Storage account as storage location.
|
||||
|
|
|
@ -8,10 +8,12 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [3.3.0] - WIP
|
||||
## [3.3.0] - 12-11-2020
|
||||
### Added
|
||||
- Enabled PHP 8 support.
|
||||
- Added Screencloud client support (https://screencloud.net).
|
||||
- OpenGraph image tag (issue #269).
|
||||
- Start adding unit tests.
|
||||
|
||||
### Changed
|
||||
- The list mode is now available also for non-admin accounts (issue #226).
|
||||
|
@ -19,6 +21,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
### Fixed
|
||||
- Linux script strange response code in headless mode.
|
||||
|
||||
### Removed
|
||||
- Dropped Telegram share button.
|
||||
|
||||
## [3.2.0] - 2020-09-05
|
||||
### Added
|
||||
- Added support to use Azure Blob Storage account as storage location.
|
||||
|
|
Loading…
Add table
Reference in a new issue