Skip to content

Commit

Permalink
Version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Mar 9, 2022
1 parent a450931 commit ca2af63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ Most of the plugins are written in C++.
# History
0.61
- Fixed bug in GUI regarding palette format controls
0.6
- Support reading "raw" data as the input image (SMS/GG raw tile data, .bin extension)
- Print time taken to console
- Support 32-colour images (provided they fit in the dual-palette limitations of SMS/GG)
- Avoid holding image file handles open
- Fixed planar mode checkbox
- Bundling tile compression DLLs
- Show help in commandline mode
0.5
- Rewrite to C#. Commandline mode is now much faster and operates sequentially.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.6.{build}
image: Visual Studio 2019
version: 0.61.{build}
image: Visual Studio 2022
configuration: Release
platform: x86
build:
Expand Down

0 comments on commit ca2af63

Please sign in to comment.