Skip to content

Releases: HellRok/Taylor

v0.2.4

16 Sep 08:25
Compare
Choose a tag to compare

v0.2.4

  • Fix exports for OSX builds

v0.2.3

14 Sep 11:17
Compare
Choose a tag to compare

v0.2.3

  • Init audio in the initial template

v0.2.2

14 Sep 10:08
Compare
Choose a tag to compare

v0.2.2

  • Use -O3 on all builds
  • Taylor CLI OSX now exports as a cli app, not as a gui application
  • Added load_font_ex

v0.2.1

12 Sep 01:43
Compare
Choose a tag to compare

v0.2.1

  • Web exports now use index.html so they can be uploaded straight to itch.io

v0.2.0

10 Sep 14:27
Compare
Choose a tag to compare

v0.2.0

  • Can now export to web
  • Can now specify target exports

v0.1.7

04 Sep 00:37
Compare
Choose a tag to compare

v0.1.7

  • Do not prime the build cache

v0.1.6

03 Sep 14:19
Compare
Choose a tag to compare

v0.1.6

  • ARGV needs to be zero indexed for export

v0.1.5

03 Sep 13:51
Compare
Choose a tag to compare

v0.1.5

  • Taylor-cli help commands now format nicely
  • Taylor-cli can just return the version number
  • Add measure_text_ex method
  • export_directory now actually specifies the export from the docker build, not
    where it builds inside Docker
  • Can now specify a build cache for exports to save on compile time
  • Export Dockerfile now builds Taylor to prime the build cache

v0.1.4

01 Sep 13:34
Compare
Choose a tag to compare

v0.1.4

  • Add mruby-exit gem
  • Tests now return an exit code of 1 when they fail or error
  • Export now copies "copy_paths"
  • Export for OSX now creates an app
  • Cleanup the readme a little
  • Rectangles use floats, so use the right method for setting the ivar

v0.1.3

26 Aug 13:04
Compare
Choose a tag to compare

v0.1.3

  • Version the release assets
  • Add the Font model
  • Add load_font method
  • Add draw_text_ex method
  • Tests now all have the correct title for their window
  • Tests now run through taylor-cli
  • Some more tests can now run on CI