Updating main branch master with latest stable version information from stable

This commit is contained in:
Christian Wolf 2024-06-26 16:42:27 +02:00
Родитель 26cfe815e1 0685c191fa
Коммит 1588fc9e5a
44 изменённых файлов: 112 добавлений и 132 удалений

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

@ -1,3 +0,0 @@
### Documentation
- Improve structure of `README.md`

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

@ -1,3 +0,0 @@
### Fixed
- Prevent yield calculation for ## as ingredient headline

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

@ -1,3 +0,0 @@
### Fixed
- Prevent recalculation algorithm if no yield is given

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

@ -1,7 +0,0 @@
### Added
- Seconds can now be specified for recipe times
### Fixed
- Improved styling of times in recipe view

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

@ -1,3 +0,0 @@
### Fixed
- Add missing translatable string for recipe-creation button in empty list view

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

@ -1,3 +0,0 @@
### Added
- New filter UI in recipe lists

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

@ -1,3 +0,0 @@
### Added
- Toast with success/error message after trying to copy ingredients

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

@ -1,3 +0,0 @@
### Maintenance
- Add Typescript support

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

@ -1,3 +0,0 @@
### Fixed
- Fix yield not set calculation error

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

@ -1,3 +0,0 @@
### Maintenance
- Update coding standards

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

@ -1,3 +0,0 @@
### Maintenance
- Update eslint config for typescript

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

@ -1,3 +0,0 @@
### Maintenance
- Update NPM and Node version

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

@ -1,3 +0,0 @@
### Maintenance
- Update vue plugin for eslint with typescript

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

@ -1,3 +0,0 @@
### Documentation
- Removed no longer existing app Nook

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

@ -1,3 +0,0 @@
### Documentation
- Fix wrong type definition in OpenAPI specs

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

@ -1,3 +0,0 @@
### Fixed
- Fix CSS grid layout causing whitespace issues

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

@ -1,3 +0,0 @@
### Maintenance
- Import NC core components correctly

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

@ -1,3 +0,0 @@
### Fixed
- Output correct stubs for tags, search and categories in the API

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

@ -1,3 +0,0 @@
### Maintenance
- Update nextcloud router

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

@ -1,7 +0,0 @@
### Maintenance
- Update typescript
### Fixed
- Fix warning in browser console

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

@ -1,4 +0,0 @@
### Fixed
- Fix warning in browser console for edits

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

@ -1,3 +0,0 @@
### Maintenance
- Update changlog process to allow for backports

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

@ -1,3 +0,0 @@
# Fixed
- Prevent redownloading of images already present

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

@ -1,3 +0,0 @@
# Fixed
- Fix JS errors in browser console while creating new recipes

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

@ -1,3 +0,0 @@
# Maintenance
- Remove deprecated PHP style from test code

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

@ -1,3 +0,0 @@
# Fixed
- The date types for recipe stubs should be in ISO compatible format according to API specs

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

@ -1,3 +0,0 @@
# Maintenance
- Use cURL for import of recipe images as well

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

@ -1,3 +0,0 @@
# Fixed
- The name of a recipe is automatically truncated to fit in the database column

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

@ -1,7 +0,0 @@
Authors: @dependabot @christianlupus
# Maintenance
- Update @typescript-eslint/parser
# Fixed
- Bug in CI scripts related to automerge dependabot PRs

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

@ -1,3 +0,0 @@
# Fixed
- Allow slashes in recipe names

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

@ -1,3 +0,0 @@
# Fixed
- Added more verbose error logs in NC logs in case of problems during parsing

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

@ -1,3 +0,0 @@
# Fixed
- Use server time zone for presentation of recipe information

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

@ -1,3 +0,0 @@
# Fixed
- Prevent dot at end of file/folder name when abbreviating

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

@ -1,3 +0,0 @@
# Fixed
- Allow for `"` in JSON imports (only temporary fix)

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

@ -1,3 +0,0 @@
# Fixed
- Fix abbreviation of long file names even with UTF chars

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

@ -1,3 +0,0 @@
# Maintenance
- Update the typescript transcompiler

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

@ -1,3 +0,0 @@
# Fixed
- Enable parsing of websites based on the Recipe Maker plugin in wordpress

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

@ -1,4 +0,0 @@
# Maintenance
- Update ws dependency as it triggered a security alert
_No risk for users as only used in development mode._

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

@ -0,0 +1,98 @@
## 0.11.1 - 2024-06-26
### Added
- Toast with success/error message after trying to copy ingredients
[#2040](https://github.com/nextcloud/cookbook/pull/2040) @dependabot
- Seconds can now be specified for recipe times
[#2014](https://github.com/nextcloud/cookbook/pull/2014) @seyfeb
- New filter UI in recipe lists
[#2037](https://github.com/nextcloud/cookbook/pull/2037) @seyfeb
### Fixed
- Prevent yield calculation for ## as ingredient headline
[#1998](https://github.com/nextcloud/cookbook/pull/1998) @j0hannesr0th
- Add missing translatable string for recipe-creation button in empty list view
[#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
[#2003](https://github.com/nextcloud/cookbook/pull/2003) @j0hannesr0th
- Fix yield not set calculation error
[#2099](https://github.com/nextcloud/cookbook/pull/2099) @j0hannesr0th
- Output correct stubs for tags, search and categories in the API
[#2270](https://github.com/nextcloud/cookbook/pull/2270) @christianlupus
- Fix warning in browser console
[#2281](https://github.com/nextcloud/cookbook/pull/2281) @christianlupus
- Fix warning in browser console for edits
[#2287](https://github.com/nextcloud/cookbook/pull/2287) @christianlupus
- Prevent redownloading of images already present
[#2319](https://github.com/nextcloud/cookbook/pull/2319) @christianlupus
- Fix JS errors in browser console while creating new recipes
[#2320](https://github.com/nextcloud/cookbook/pull/2320) @christianlupus
- The date types for recipe stubs should be in ISO compatible format according to API specs
[#2322](https://github.com/nextcloud/cookbook/pull/2322) @christianlupus
- The name of a recipe is automatically truncated to fit in the database column
[#2324](https://github.com/nextcloud/cookbook/pull/2324) @christianlupus
- Bug in CI scripts related to automerge dependabot PRs
[#2325](https://github.com/nextcloud/cookbook/pull/2325) dependabot @christianlupus
- Added more verbose error logs in NC logs in case of problems during parsing
[#2330](https://github.com/nextcloud/cookbook/pull/2330) @christianlupus
- Allow slashes in recipe names
[#2329](https://github.com/nextcloud/cookbook/pull/2329) @christianlupus
- Use server time zone for presentation of recipe information
[#2333](https://github.com/nextcloud/cookbook/pull/2333) @christianlupus
- Prevent dot at end of file/folder name when abbreviating
[#2343](https://github.com/nextcloud/cookbook/pull/2343) @christianlupus
- Fix CSS grid layout causing whitespace issues
[#2236](https://github.com/nextcloud/cookbook/pull/2236) @philiprenich
- Allow for `"` in JSON imports (only temporary fix)
[#2345](https://github.com/nextcloud/cookbook/pull/2345) @christianlupus
- Fix abbreviation of long file names even with UTF chars
[#2346](https://github.com/nextcloud/cookbook/pull/2346) @christianlupus
- Enable parsing of websites based on the Recipe Maker plugin in wordpress
[#2385](https://github.com/nextcloud/cookbook/pull/2385) @nathanielhourt
### Documentation
- Improve structure of `README.md`
[#1989](https://github.com/nextcloud/cookbook/pull/1989) @seyfeb
- Fix wrong type definition in OpenAPI specs
[#2232](https://github.com/nextcloud/cookbook/pull/2232) @Leptopoda
- Removed no longer existing app Nook
[#2225](https://github.com/nextcloud/cookbook/pull/2225) @shagn
### Maintenance
- Add Typescript support
[#2059](https://github.com/nextcloud/cookbook/pull/2059) @seyfeb
- Update coding standards
[#2122](https://github.com/nextcloud/cookbook/pull/2122) @dependabot
- Import NC core components correctly
[#2250](https://github.com/nextcloud/cookbook/pull/2250) @christianlupus
- Update typescript
[#2281](https://github.com/nextcloud/cookbook/pull/2281) @christianlupus
- Update nextcloud router
[#2279](https://github.com/nextcloud/cookbook/pull/2279) @dependabot
- Update NPM and Node version
[#2142](https://github.com/nextcloud/cookbook/pull/2142) @christianlupus
- Update eslint config for typescript
[#2141](https://github.com/nextcloud/cookbook/pull/2141) @dependabot
- Update vue plugin for eslint with typescript
[#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
- Remove deprecated PHP style from test code
[#2321](https://github.com/nextcloud/cookbook/pull/2321) @christianlupus
- Use cURL for import of recipe images as well
[#2323](https://github.com/nextcloud/cookbook/pull/2323) @christianlupus
- Update @typescript-eslint/parser
[#2325](https://github.com/nextcloud/cookbook/pull/2325) dependabot @christianlupus
- Update the typescript transcompiler
[#2383](https://github.com/nextcloud/cookbook/pull/2383) @dependabot
- Update ws dependency as it triggered a security alert
_No risk for users as only used in development mode._
[#2391](https://github.com/nextcloud/cookbook/pull/2391) @christianlupus

2
.github/actions/deploy/last_release поставляемый
Просмотреть файл

@ -1 +1 @@
0.11.1-rc1
0.11.1

2
.github/actions/deploy/patch поставляемый
Просмотреть файл

@ -1 +1 @@
0
1

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

@ -18,6 +18,9 @@ Sorry for the inconvience.
## [Unreleased]
## 0.11.1 - 2024-06-26
### Added
- Toast with success/error message after trying to copy ingredients
@ -69,6 +72,8 @@ Sorry for the inconvience.
[#2345](https://github.com/nextcloud/cookbook/pull/2345) @christianlupus
- Fix abbreviation of long file names even with UTF chars
[#2346](https://github.com/nextcloud/cookbook/pull/2346) @christianlupus
- Enable parsing of websites based on the Recipe Maker plugin in wordpress
[#2385](https://github.com/nextcloud/cookbook/pull/2385) @nathanielhourt
### Documentation
@ -105,6 +110,11 @@ Sorry for the inconvience.
[#2323](https://github.com/nextcloud/cookbook/pull/2323) @christianlupus
- Update @typescript-eslint/parser
[#2325](https://github.com/nextcloud/cookbook/pull/2325) dependabot @christianlupus
- Update the typescript transcompiler
[#2383](https://github.com/nextcloud/cookbook/pull/2383) @dependabot
- Update ws dependency as it triggered a security alert
_No risk for users as only used in development mode._
[#2391](https://github.com/nextcloud/cookbook/pull/2391) @christianlupus
## 0.11.0 - 2023-12-14

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

@ -6,7 +6,7 @@
<name>Cookbook</name>
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
<version>0.11.1-rc1</version>
<version>0.11.1</version>
<licence>agpl</licence>
<author mail="github@christian-wolf.click">Christian Wolf</author>
<author mail="info@sebastianfey.de">Sebastian Fey</author>

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

@ -1,6 +1,6 @@
{
"name": "cookbook",
"version": "0.11.1-rc1",
"version": "0.11.1",
"description": "",
"license": "AGPL-3.0-or-later",
"author": "",