- Fixed tag_release.sh script so that it doesn't output a version.h header (copy-paste mistake).
- Using Termin8or 2.0.0.2 with 8-bit color support. But we still render in black and white though.
- Improved volume levels.
- 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.
- Oops. Added the addendum in the wrong place.
- Added unblocking instructions in windows and macos workflows.
- Try try again
- Fixed partial redraw on linux and wsl.
- Updated dependencies (applaudio).