Skip to content

Monogatari v1.3.0

Choose a tag to compare

@Hyuchia Hyuchia released this 11 Aug 03:08
· 927 commits to master since this release

Added Features:

  • HTML5 Notifications can now be sent with the notify statement
  • Mobiles can now vibrate with the vibrate statement
  • Auto Saving is now possible
  • The main menu can now be skipped so that the game runs right away
  • Added a way to ask the user for data with the input statement
  • A persistent storage variable is now available
  • Japanese and French UI translations are now available
  • Added Particles JS library and a particles statement
  • Added CSShake animation library

Fixed Issues:

  • Main menu music now replays after the game is ended
  • Items are now hidden after the game is ended
  • Image file names with spaces are now handled correctly

Updates:

  • Updated jQuery to v3.1
  • Updated Font Awesome to v4.6.3
  • Updated Electron entry script
  • Updated Normalize CSS to v4.2.0

Development changes

  • Replaced jQuery for Aegis JS in the core functionality
  • Added Gulp tasks to automate releases