Skip to content

Releases: libretro/libretro-chailove

v2.0.0

08 Feb 18:31
9b0b661
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v2.0.0

v1.3.1

05 Feb 01:10
8b44ad5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

12 May 00:16
fecf7da
Compare
Choose a tag to compare

Fixes

Changed

  • love.filesystem.remove() has been removed
  • SDL_tty: Update by @gouchi in #426
  • Update libretro-common by @RobLoach in #413

v1.2.1

07 Apr 21:11
0fedc82
Compare
Choose a tag to compare

Fixes

  • Update libretro-common for audio fixes
  • Fix miyoo compilation name by @phcoder in #408
  • Fix osx-arm64 compilation and few Makefile cleanups by @phcoder in #409

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Feb 00:04
4991653
Compare
Choose a tag to compare

Fixes

  • Make PhysFS only support .zip compression

Chores

  • Update vendor dependencies
  • Enable compilation of dingus, ios-arm64 and tvos-arm64 (by phcoder)
  • Remove submodule manipulation from Makefile
  • Switched Travis testing for GitHub Actions

v1.1.0

02 Jan 16:36
81002c5
Compare
Choose a tag to compare

Fixes

  • iOS compilation
  • Updated dependencies

0.32.0

10 Mar 17:47
d57052e
Compare
Choose a tag to compare

Features

Chores

  • ChaiLove now requires content to run
  • Updated ChaiScript_Extras for more string methods
  • Updated PhysFS
  • Updated libretro-common
  • Updated random to fix a gcc 7.3+ error
  • Updated stb

0.31.0

24 Dec 23:19
67e775e
Compare
Choose a tag to compare
  • Uses the libretro audio callback
  • Updated cppcodec
  • Updated PhysFS
  • Updated libretro-common

0.30.0

14 Nov 16:02
73baade
Compare
Choose a tag to compare

Features

  • Added support for classic_armv7_a7
  • Added lib/init.chai loading with require("lib")
  • Updated ChaiScript/ChaiScript_Extras
  • Updated libretro/libretro-common

v0.29.1

05 Nov 06:10
a85e03c
Compare
Choose a tag to compare
  • Moved String Methods to ChaiScript_Extras
  • Replaced use of filesystem/path.h with internal functions
  • Updated ChaiScript/ChaiScript_Extras
  • Updated libretro/libretro-common
  • Updated effolkronium/random