Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2024-05-19 19:11:34 +02:00
Родитель a78b61cd2f
Коммит f0aaa0ef70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A2F36500733228B5
1 изменённых файлов: 29 добавлений и 4 удалений

Просмотреть файл

@ -1,20 +1,40 @@
## Note on incomplete changelogs and releases
Please note that the changelog in this branch is not complete.
This is due to the way, how the changelog file is managed and generated.
Any changes to the branch not yet released are not guaranteed to be part of the changelog file.
This file is auto-generated during the release process.
See also the other files in `.changelog/current` for all merged changes since the last release.
To be precise:
Releses on parallel development branches will not appear in this CHANGELOG.
Instead have a look at the correpsonding branches for an appropriate CHANGELOG.
Also note, that the releases on this repository are not the actual releases of the cookbook.
The releases are stored for technical reasins in the repository [christianlupus-nextcloud/cookbook-releases](https://github.com/christianlupus-nextcloud/cookbook-releases).
Sorry for the inconvience.
## [Unreleased] ## [Unreleased]
### Added ### Added
- Toast with success/error message after trying to copy ingredients - Toast with success/error message after trying to copy ingredients
[#2040](https://github.com/nextcloud/cookbook/pull/2040) @seyfeb [#2040](https://github.com/nextcloud/cookbook/pull/2040) @dependabot
- Seconds can now be specified for recipe times - Seconds can now be specified for recipe times
[#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb [#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb
- New filter UI in recipe lists - New filter UI in recipe lists
[#2037](https://github.com/nextcloud/cookbook/pull/2037) @seyfeb [#2037](https://github.com/nextcloud/cookbook/pull/2037) @seyfeb
### Fixed ### Fixed
- Prevent yield calculation for ## as ingredient headline - Prevent yield calculation for ## as ingredient headline
[#1998](https://github.com/nextcloud/cookbook/pull/1998) @j0hannesr0th [#1998](https://github.com/nextcloud/cookbook/pull/1998) @j0hannesr0th
- Improved styling of times in recipe view
[#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb
- Add missing translatable string for recipe-creation button in empty list view - Add missing translatable string for recipe-creation button in empty list view
[#2015](https://github.com/nextcloud/cookbook/pull/2015) @seyfeb [#2015](https://github.com/nextcloud/cookbook/pull/2015) @seyfeb
- Improved styling of times in recipe view
[#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb
- Prevent recalculation algorithm if no yield is given - Prevent recalculation algorithm if no yield is given
[#2003](https://github.com/nextcloud/cookbook/pull/2003) @j0hannesr0th [#2003](https://github.com/nextcloud/cookbook/pull/2003) @j0hannesr0th
- Fix yield not set calculation error - Fix yield not set calculation error
@ -27,6 +47,7 @@
[#2287](https://github.com/nextcloud/cookbook/pull/2287) @christianlupus [#2287](https://github.com/nextcloud/cookbook/pull/2287) @christianlupus
### Documentation ### Documentation
- Improve structure of `README.md` - Improve structure of `README.md`
[#1989](https://github.com/nextcloud/cookbook/pull/1989) @seyfeb [#1989](https://github.com/nextcloud/cookbook/pull/1989) @seyfeb
- Fix wrong type definition in OpenAPI specs - Fix wrong type definition in OpenAPI specs
@ -35,6 +56,7 @@
[#2225](https://github.com/nextcloud/cookbook/pull/2225) @shagn [#2225](https://github.com/nextcloud/cookbook/pull/2225) @shagn
### Maintenance ### Maintenance
- Add Typescript support - Add Typescript support
[#2059](https://github.com/nextcloud/cookbook/pull/2059) @seyfeb [#2059](https://github.com/nextcloud/cookbook/pull/2059) @seyfeb
- Update coding standards - Update coding standards
@ -42,7 +64,7 @@
- Import NC core components correctly - Import NC core components correctly
[#2250](https://github.com/nextcloud/cookbook/pull/2250) @christianlupus [#2250](https://github.com/nextcloud/cookbook/pull/2250) @christianlupus
- Update typescript - Update typescript
[#2281](https://github.com/nextcloud/cookbook/pull/2281) @dependabot [#2281](https://github.com/nextcloud/cookbook/pull/2281) @christianlupus
- Update nextcloud router - Update nextcloud router
[#2279](https://github.com/nextcloud/cookbook/pull/2279) @dependabot [#2279](https://github.com/nextcloud/cookbook/pull/2279) @dependabot
- Update NPM and Node version - Update NPM and Node version
@ -51,6 +73,9 @@
[#2141](https://github.com/nextcloud/cookbook/pull/2141) @dependabot [#2141](https://github.com/nextcloud/cookbook/pull/2141) @dependabot
- Update vue plugin for eslint with typescript - Update vue plugin for eslint with typescript
[#2188](https://github.com/nextcloud/cookbook/pull/2188) @dependabot [#2188](https://github.com/nextcloud/cookbook/pull/2188) @dependabot
- Update changlog process to allow for backports
[#2291](https://github.com/nextcloud/cookbook/pull/2291) @christianlupus
## 0.11.0 - 2023-12-14 ## 0.11.0 - 2023-12-14