Skip to content

Latest commit

 

History

History
134 lines (114 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

134 lines (114 loc) · 12.1 KB

Changelog

[2022.07.19] - 2022-07-19

Added

Fixed

  • Updated shebangs to target python3. Bumped libffi version to 3.4.2 #688 (misl6)
  • Fixes libffi 3.4.2 not linking correctly (missing symbols) on iOS Simulator #695 (misl6)
  • Update dpi for latest iPhone models #707 (akshayaurora)
  • Our self-hosted Apple Silicon runner now has been migrated to actions/runner v2.292.0 which now supports arm64 natively #710 (misl6)
  • Update xcassets to include mandatory icons in latest xcode #717 (tito)
  • Bump cookiecutter from 1.7.2 to 2.1.1 #714 (dependabot)
  • Use shutil.which instead of sh.which #735 (misl6)

[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