cookbook/CHANGELOG.md

3.3 KiB

[Unreleased]

Added

  • Parse a textual yield field in an imported recipe to a certain degree #327 @zwoabier
  • Search and filter for recipes in the web interface #318 @sam-19
  • CI: Use github actions to check the latest head against unittests #346 @christianlupus
  • CI: Create source code packages for each commit #346 @christianlupus
  • Allow for inconsistient schema: Parse instructions as list of elements #347 @victorjoos
  • Show button to view all recipes without a category #362 @seyfeb
  • Add a basic changelog to the repository #366 @christianlupus
  • Enfoce update of changelog through CI #366 @christianlupus
  • Keyword cloud is displayed in recipe #373 @seyfeb

Changed

  • Switch of project ownership to neextcloud organization in GitHub
  • Chanage in issue managment
  • Changes to .gitignore file
  • Translation issues
  • Added available Android apps to README
  • Update dev dependencies to recent phpunit to avoid warnings and issues #376 @christianlupus
  • Made the layout more responsive to shift the metadata right of the image in very wide screens #349 @christianlupus

Fixed

  • Add a min PHP restriction in the metadata #282 @mrzapp
  • Make the codebase consistent with the code standards of the main nextcloud team #295 @rakekniven
  • Improved tooltips of navigation #317 @sam-19
  • Optimize database request for faster access #297 @christianlupus
  • Ignore case during sorting of recipes #333 @christianlupus
  • CI: Repair codecov file paths for correct linkings #348 @christianlupus
  • Make project name compatible with composer 2.0 #352 @christianlupus
  • Compress nextcloud logs in case of HTML parsing errors during import #350 @maxammann
  • Make complete sentence in transifex translation from parts #358 @christianlupus
  • Avoid recipe are no longer reachable when user changes locales #371 @christianlupus
  • Hide tooltips in printouts #343 @christianlupus

Removed

  • Travis build system

0.7.6 - 2020-06-27

Added

  • Allow forward slashes in ingredients #272 @timandrews335

Fixed

  • Swapping ingredients and instructions cause items been deleted #278 @sam-19