Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new method for changelog handling #2291

Merged
merged 18 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/current/1989-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Documentation

- Improve structure of `README.md`
3 changes: 3 additions & 0 deletions .changelog/current/1998-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Prevent yield calculation for ## as ingredient headline
3 changes: 3 additions & 0 deletions .changelog/current/2003-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Prevent recalculation algorithm if no yield is given
7 changes: 7 additions & 0 deletions .changelog/current/2014-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Added

- Seconds can now be specified for recipe times

### Fixed

- Improved styling of times in recipe view
3 changes: 3 additions & 0 deletions .changelog/current/2015-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Add missing translatable string for recipe-creation button in empty list view
3 changes: 3 additions & 0 deletions .changelog/current/2037-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Added

- New filter UI in recipe lists
3 changes: 3 additions & 0 deletions .changelog/current/2040-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Added

- Toast with success/error message after trying to copy ingredients
3 changes: 3 additions & 0 deletions .changelog/current/2059-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Add Typescript support
3 changes: 3 additions & 0 deletions .changelog/current/2099-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Fix yield not set calculation error
3 changes: 3 additions & 0 deletions .changelog/current/2122-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update coding standards
3 changes: 3 additions & 0 deletions .changelog/current/2141-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update eslint config for typescript
3 changes: 3 additions & 0 deletions .changelog/current/2142-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update NPM and Node version
3 changes: 3 additions & 0 deletions .changelog/current/2188-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update vue plugin for eslint with typescript
3 changes: 3 additions & 0 deletions .changelog/current/2225-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Documentation

- Removed no longer existing app Nook
3 changes: 3 additions & 0 deletions .changelog/current/2232-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Documentation

- Fix wrong type definition in OpenAPI specs
3 changes: 3 additions & 0 deletions .changelog/current/2250-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Import NC core components correctly
3 changes: 3 additions & 0 deletions .changelog/current/2270-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- Output correct stubs for tags, search and categories in the API
3 changes: 3 additions & 0 deletions .changelog/current/2279-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update nextcloud router
7 changes: 7 additions & 0 deletions .changelog/current/2281-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Maintenance

- Update typescript

### Fixed

- Fix warning in browser console
4 changes: 4 additions & 0 deletions .changelog/current/2287-auto-generated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

### Fixed

- Fix warning in browser console for edits
3 changes: 3 additions & 0 deletions .changelog/current/2291-update-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Maintenance

- Update changlog process to allow for backports
18 changes: 18 additions & 0 deletions .changelog/prefix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 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.


14 changes: 14 additions & 0 deletions .changelog/versions/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.10.0 - 2022-11-06

### Changed
- Update app to be compatible with Nextcloud server version 25 @christianlupus

### Fixed
- Allow import of recipes with HowToSections
[#1255](https://github.com/nextcloud/cookbook/pull/1255) @christianlupus

### Changed
- Add an app configuration (settings modal) to replace the one in the sidebar
[#1258](https://github.com/nextcloud/cookbook/pull/1258) @MarcelRobitaille


14 changes: 14 additions & 0 deletions .changelog/versions/v0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.10.1 - 2022-11-09

### Fixed
- Fix printing in app to show all pages with NC25
[#1327](https://github.com/nextcloud/cookbook/pull/1327) @christianlupus
- Critical security issue fixed related to vue-loader

### Maintenance
- Cleaned up some minor code issues and updated some dependencies
[#1321](https://github.com/nextcloud/cookbook/pull/1321) @christianlupus
- Make issue-template selection description clearer
[1323](https://github.com/nextcloud/cookbook/pull/1323) @seyfeb


44 changes: 44 additions & 0 deletions .changelog/versions/v0.10.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## 0.10.2 - 2023-03-24

### Changed
- Make info block visibility configurable
[1404](https://github.com/nextcloud/cookbook/pull/1404) @MarcelRobitaille

### Fixed
- Make "None" category string translatable
[#1323](https://github.com/nextcloud/cookbook/pull/1344) @seyfeb
- Import was no longer possible as the handling of native events caused a glitch
[#1442](https://github.com/nextcloud/cookbook/pull/1442) @christianlupus
- Reorder arrows are no longer hidden
[#1446](https://github.com/nextcloud/cookbook/pull/1446) @christianlupus
- Add network logging for responses, not only requests
[1405](https://github.com/nextcloud/cookbook/pull/1405) @MarcelRobitaille
- Make the server api compliant
[#1464](https://github.com/nextcloud/cookbook/pull/1464) @leptopoda
- Fix string in translations
[#1549](https://github.com/nextcloud/cookbook/pull/1549) @silopolis
- Mark app compatible with NC26

### Maintenance
- Update dependency for GitHub pages builder
- Fix package.json sort order
- Migrate the dev environment to [docker-dev by Julius Haertl](https://github.com/juliushaertl/nextcloud-docker-dev)
[#1440](https://github.com/nextcloud/cookbook/pull/1440) @christianlupus
- Fix the build environment after regression
[#1442](https://github.com/nextcloud/cookbook/pull/1442) @christianlupus
- Use logging framework throughout the complete app
[1459](https://github.com/nextcloud/cookbook/pull/1459) @MarcelRobitaille

### Documentation
- Fixed some issues in the API description #1419 and #1461 @leptopoda
- Improve API description for better code-generation #1461 @leptopoda
- Fix security issue in GitHub pages with path insertion
[#1457](https://github.com/nextcloud/cookbook/pull/1457) @christianlupus
- Add quick start guide for backend testing
[#1466](https://github.com/nextcloud/cookbook/pull/1466) @MarcelRobitaille
- Fixed some typos in the OpenAPI specification @leptopoda
- Add operation ids to all external API endpoints
- Improve API description for better code-generation #1461 @leptopoda
- Removed some inconsitencies in the documentation of the API


120 changes: 120 additions & 0 deletions .changelog/versions/v0.10.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
## 0.10.3 - 2023-12-04

### Added
- Add yield calculator
[#1573](https://github.com/nextcloud/cookbook/pull/1573) @j0hannesr0th
- Add copy to clipboard action for ingredients
[#1602](https://github.com/nextcloud/cookbook/pull/1602) @j0hannesr0th
- Enhance recipe recalculation algorithm
[#1723](https://github.com/nextcloud/cookbook/pull/1723) @j0hannesr0th
- Enhance recipe recalculation algorithm
[#1723](https://github.com/nextcloud/cookbook/pull/1743) @j0hannesr0th
- Add Android client to README
[#1767](https://github.com/nextcloud/cookbook/pull/1767) @lneugebauer
- Show info for empty cookbook or categories in recipe overview
[#1866](https://github.com/nextcloud/cookbook/pull/1866) @seyfeb
- Allow editing existing recipe as new (see [1867](https://github.com/nextcloud/cookbook/issues/1867))
[#1866](https://github.com/nextcloud/cookbook/pull/1866) @seyfeb
- Replace checkmark with strikethrough for recipe ingredients
[#1910](https://github.com/nextcloud/cookbook/pull/1910) @j0hannesr0th

### Fixed
- Fix translation string to not contain quotes
[#1582](https://github.com/nextcloud/cookbook/pull/1582) @roliverio
- Make time input fields wider to view multiple digits in chrome
[#1687](https://github.com/nextcloud/cookbook/pull/1687) @christianlupus
- Prevent popup from falsely showing during loading of the app
[#1764](https://github.com/nextcloud/cookbook/pull/1764) @christianlupus
- Fix unclear error message if recipe is already existing
[#1770](https://github.com/nextcloud/cookbook/pull/1770) @SethFalco
- Restore dialog to select files
[#1832](https://github.com/nextcloud/cookbook/pull/1832) @christianlupus
- Provide id of recipe stub in API endpoints as well to make API consistend with recipe API
[#1834](https://github.com/nextcloud/cookbook/pull/1834) @christianlupus
- Hide the button to copy ingredients unless there are some ingredients to copy
[#1844](https://github.com/nextcloud/cookbook/pull/1844) @christianlupus
- Allow single tool in JSON+LD import, fixes #1641
[#1864](https://github.com/nextcloud/cookbook/pull/1844) @seyfeb
- Allow parsing more ISO 8601 duration strings. See issue [#1749](https://github.com/nextcloud/cookbook/issues/1749)
[#1871](https://github.com/nextcloud/cookbook/pull/1871) @seyfeb
- Load config at app loading only once and do not rewrite complete config
[#1892](https://github.com/nextcloud/cookbook/pull/1892) @christianlupus
- Fix English grammar in translatable string
[#1907](https://github.com/nextcloud/cookbook/pull/1907) @rakekniven
- Fix flashing pages on fast internet connections. See [#1891]((https://github.com/nextcloud/cookbook/issues/1891))
[#1896](https://github.com/nextcloud/cookbook/pull/1896)
[#1918](https://github.com/nextcloud/cookbook/pull/1918)@seyfeb
- Less strict character matching when filtering `RecipeList`, ignoring accents and some letters. Closes [#1870]((https://github.com/nextcloud/cookbook/issues/1870))
[#1896](https://github.com/nextcloud/cookbook/pull/1896) @seyfeb
- Make API interface cleaner by only using string identifiers for recipes
[#1909](https://github.com/nextcloud/cookbook/pull/1909) @christianlupus
- Add filter for timestamps to output canonical ISO8601 timestamps in the form of YYYY-MM-DDTHH:mm:ss±hh:mm See issue [#1543](https://github.com/nextcloud/cookbook/issues/1543)
[#1903](https://github.com/nextcloud/cookbook/pull/1903) @seyfeb

### Maintenance
- Preparation for migration to vue.js 3
[#1896](https://github.com/nextcloud/cookbook/pull/1896) @seyfeb
- Fix URL of Transifex after upstream subdomain change
[#1598](https://github.com/nextcloud/cookbook/pull/1598) @rakekniven
- Fix webpack dev server settings to allow for docker dev environment
[#1607](https://github.com/nextcloud/cookbook/pull/1607) @christianlupus
- Fix alphabetical ordering of PHP imports
[#1614](https://github.com/nextcloud/cookbook/pull/1614) @dependabot @christianlupus
- Remove support for old 0.9.x branch to simplify development (NC v24 is no longer supported)
[#1683](https://github.com/nextcloud/cookbook/pull/1683) @christianlupus
- Update dependencies for Jekyll building
[#1684](https://github.com/nextcloud/cookbook/pull/1684) @dependabot @christianlupus
- Update dependency @nextcloud/event-bus and allow automatic updates of dependencies
[#1680](https://github.com/nextcloud/cookbook/pull/1680) @dependabot
- Fix bug in browser console
[#1686](https://github.com/nextcloud/cookbook/pull/1686) @christianlupus
- Make OpenAPI specs more compatible regarding `@type`
[#1700](https://github.com/nextcloud/cookbook/pull/1700) @christianlupus
- Add psalm run to CI/CD
[#1691](https://github.com/nextcloud/cookbook/pull/1691) @christianlupus
- Fix some comments and updated PHP coding style
[#1710](https://github.com/nextcloud/cookbook/pull/1710) @dependabot @christianlupus
- Update Psalm and fix some introduced issues
[#1707](https://github.com/nextcloud/cookbook/pull/1707) @christianlupus
- Allow remote debugging of the test python scripts
[#1713](https://github.com/nextcloud/cookbook/pull/1713) @christianlupus
- Update PHP dependencies
[#1729](https://github.com/nextcloud/cookbook/pull/1729) @dependabot @christianlupus
- Update Node to new LTS version
[#1735](https://github.com/nextcloud/cookbook/pull/1735) @nextcloud-command
- Update major prettier version
[#1746](https://github.com/nextcloud/cookbook/pull/1746) @dependabot @christianlupus
- Update major stylelint version
[#1750](https://github.com/nextcloud/cookbook/pull/1750) @dependabot @christianlupus
- Fix dev mode with bug introduced by prettier
[#1758](https://github.com/nextcloud/cookbook/pull/1758) @christianlupus
- Update browserlist by nextcloud
[#1792](https://github.com/nextcloud/cookbook/pull/1792) @dependabot
- Fix workaround introduced in #1758
[#1802](https://github.com/nextcloud/cookbook/pull/1802) @christianlupus
- Update lint config
[#1783](https://github.com/nextcloud/cookbook/pull/1783) @dependabot
- Add editorconfig file for better cooperation
[#1771](https://github.com/nextcloud/cookbook/pull/1771) @SethFalco
- Use docker compose for tests by default
[#1772](https://github.com/nextcloud/cookbook/pull/1772) @SethFalco
- Update hooks to avoid cluttering the git repository and speed up a bit
[#1803](https://github.com/nextcloud/cookbook/pull/1803) @christianlupus
- Fix building docker images for CI/automated tests
[#1810](https://github.com/nextcloud/cookbook/pull/1810) @christianlupus
- Reimplement appstore build scripts
[#1822](https://github.com/nextcloud/cookbook/pull/1822) @christianlupus
- Added new description in README to external app
[#1837](https://github.com/nextcloud/cookbook/pull/1837) @VincentMeilinger
- Drop old polyfill code related to global search
[#1843](https://github.com/nextcloud/cookbook/pull/1843) @christianlupus
- Update helper dependency for DB testing
[#1873](https://github.com/nextcloud/cookbook/pull/1873) @dependabot
- Use non-deprecated prop name for navigation items
[#1893](https://github.com/nextcloud/cookbook/pull/1893) @christianlupus

### Deprecated
- Old integer-based ids should no longer be used.
[#1909](https://github.com/nextcloud/cookbook/pull/1909) @christianlupus


40 changes: 40 additions & 0 deletions .changelog/versions/v0.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## 0.11.0 - 2023-12-14

### Fixed
- Make app compatible with PHP 7.4
[#1931](https://github.com/nextcloud/cookbook/pull/1931) @christianlupus
- Allow translation of string _Enable debugging_ in settings
[#1947](https://github.com/nextcloud/cookbook/pull/1947) @christianlupus
- Allow translation of string _Enable debugging_ in settings
[#1947](https://github.com/nextcloud/cookbook/pull/1947) @christianlupus
- **Print view:** Hide yield calculator, ingredient-copy button, yield-calculation warnings
[#1949](https://github.com/nextcloud/cookbook/pull/1949) @seyfeb
- fix wrong parsing of recipe yield input
[#1944](https://github.com/nextcloud/cookbook/pull/1944) @j0hannesr0th
- Update compatibility of app to NC28
[#1950](https://github.com/nextcloud/cookbook/pull/1950) @christianlupus
- **Settings:** Don't show error when update interval field is empty while typing.
[#1963](https://github.com/nextcloud/cookbook/pull/1963) @seyfeb
- Fix searching recipes by string.
[#1965](https://github.com/nextcloud/cookbook/pull/1965) @seyfeb
- Replace eye icon with close icon for cancelling recipe edit
[#1971](https://github.com/nextcloud/cookbook/pull/1971) @seyfeb
- Fill prep, cook, and total time in `RecipeEdit` after loading
[#1973](https://github.com/nextcloud/cookbook/pull/1973) @seyfeb
- Strange cursor in input field while editing nutrition data
[#1977](https://github.com/nextcloud/cookbook/pull/1977) @christianlupus
- Remove unclear nutrition option for deleting nutrition info items and replace with designated delete button
[#1978](https://github.com/nextcloud/cookbook/pull/1978) @seyfeb
- Make reordering of nutrition data more smooth
[#1979](https://github.com/nextcloud/cookbook/pull/1979) @christianlupus

### Maintenance
- Add PHP lint checker to ensure valid (legacy) PHP syntax
[#1931](https://github.com/nextcloud/cookbook/pull/1931) @christianlupus
- Add backport script to simplify development
[#1935](https://github.com/nextcloud/cookbook/pull/1935) @christianlupus
- remove constant se in RecipeView
[#1942](https://github.com/nextcloud/cookbook/pull/1942) @j0hannesr0th
- Update dependencies (stylelint-idiomatic-ordering) by @dependabot


6 changes: 6 additions & 0 deletions .changelog/versions/v0.7.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.7.10 - 2021-01-16

### Fixed
- Replaced function calls only available in PHP 8 with generic ones
[#524](https://github.com/nextcloud/cookbook/pull/524) @christianlupus

9 changes: 9 additions & 0 deletions .changelog/versions/v0.7.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.7.6 - 2020-06-27

### Added
- Allow forward slashes in ingredients
[#272](https://github.com/nextcloud/cookbook/pull/272) @timandrews335

### Fixed
- Swapping ingredients and instructions cause items been deleted
[#278](https://github.com/nextcloud/cookbook/pull/278) @sam-19
6 changes: 6 additions & 0 deletions .changelog/versions/v0.7.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.7.7 - 2020-12-10

### Fixed
- Increase version compatibility to nextcloud 20 @mrzapp


Loading
Loading