Skip to content

Latest commit

 

History

History
117 lines (100 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

117 lines (100 loc) · 10.5 KB

Changelog

[1.3.0] - 2022-03-13

Added

  • Add native support for Apple Silicon #660 (misl6)
  • Makes _bz2 module available #658 (misl6)
  • enable sdl2 image provider to allow image to be saved from widget #656 (brentpicasso)
  • Add MANIFEST.in #651 (misl6)
  • Add official OSI name in the license metadata #639 (ecederstrand)
  • Enables buildozer to automatically install dependencies #638 (meow464)
  • Add bitcode support #605 (kewlbear)
  • Add the ability to clean a custom recipe, use the custom recipe instead of the bundled one, if available. #602 (misl6)
  • Add an error to FAQ #586 (mvasilkov)

Removed

  • Remove NO_CONFIG and NO_FILE_LOG #670 (akshayaurora)
  • Remove i386 and armv7 references from docs and code. Both are unsupported since a while. #610 (misl6)

Fixed

[1.2.1] - 2021-01-26

Fixed

  • Fixes hostpython3 recipe on MacOS 11.1 BigSur #581 (misl6)
  • Fixes iOS Simulator on latest Xcode #571 (misl6)
  • Fixes Pillow build on Xcode 12.2 #579 (misl6)
  • Cookiecutter: Fixes header and library search paths on Release #582 (misl6)

[1.2.0] - 2020-12-26

Added

Removed

  • Remove distribute recipe #507 (Zen-CODE)
  • Remove PY2 legacy blocks from coockiecutter main.m #522 (Zen-CODE)
  • Remove outdated pil and pkgresources recipes #524 (Zen-CODE)
  • Removed broken packages listing for non-existing packages #525 (Zen-CODE)

Fixed

[1.1.2] - 2020-05-11

Fixed

[1.1.1] - 2020-05-11

Added

Removed

Fixed

[1.1.0] - 2020-05-05

Added

Fixed

Changed

[1.0.0] - 2020-05-02

  • Initial release