dtmt/CHANGELOG.adoc
Lucas Schwiderski 4a1e88987c
fix: Force unix path separators for engine values
The engine, and therefore the SDK, too, use unix path separators.
However, on Windows, `PathBuf` automatically produces backslashes.

Fix #46.
2023-03-03 17:36:53 +01:00

34 lines
693 B
Text

= Changelog
== [Unreleased]
=== Added
- dtmt: split `build` into `build` and `package`
- dtmt: implement deploying built bundles
=== Fixed
- all: force unix path separators for engine values
== 2023-03-01
=== Added
- dtmm: build MVP mod manager GUI and mod loading facilities
- dtmt: show status after adding dictionary entries
- dtmt: implement building mod bundles
- dtmt: implement command to create mod project from template
- sdk: statically link Oodle
- sdk: implement bundle database handling
- sdk: statically link LuaJIT
== [v0.2.0] - 2022-12-28
=== Added
- implement decompilation for `.strings` files
=== Fixed
- fix issue where some bundles couldn't be opened anymore