Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

File metadata and controls

31 lines (23 loc) · 1.14 KB

Release Notes

1.2.1.7

  • Fixed tag_release.sh script so that it doesn't output a version.h header (copy-paste mistake).

1.2.0.6

  • Using Termin8or 2.0.0.2 with 8-bit color support. But we still render in black and white though.
  • Improved volume levels.

1.1.3.5

  • Fixes the --help argument so that it doesn't display audio settings on top of the help text, which seems a little out of place.
  • Replacing SFX sources from AudioStreamSource to just AudioSource as I think it is a bit overkill to use AudioStreamSource here.
  • Adding 3d sound. It can be disabled by using the command line argument --disable_3d_audio.
  • Adding CLArgs --music_volume and --sfx_volume and improving help page formatting.
  • Separating sfx gain and gain factor from sfx master volume. It now sounds right I think.
  • Bumping patch instead of minor in order to remedy bumping of minor by mistake at version 1.1.0.2.

1.1.2.4

  • Oops. Added the addendum in the wrong place.

1.1.1.3

  • Added unblocking instructions in windows and macos workflows.

1.1.0.2

  • Try try again

1.0.1.1

  • Fixed partial redraw on linux and wsl.

1.0.0.0

  • Updated dependencies (applaudio).