зеркало из https://github.com/nextcloud/cookbook.git
Updating main branch master with latest stable version information from stable
This commit is contained in:
Коммит
1588fc9e5a
|
@ -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
|
||||
|
||||
|
|
@ -1 +1 @@
|
|||
0.11.1-rc1
|
||||
0.11.1
|
||||
|
|
|
@ -1 +1 @@
|
|||
0
|
||||
1
|
||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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": "",
|
||||
|
|
Загрузка…
Ссылка в новой задаче