Update changelog

This commit is contained in:
Benito Palacios Sanchez 2022-11-26 14:18:41 +01:00
parent 27df2cd65a
commit 3263fc2bae
No known key found for this signature in database
GPG Key ID: A93AF54952355F7E
2 changed files with 19 additions and 4 deletions

View File

@ -56,7 +56,7 @@ Thread at GBAtemp.net: http://gbatemp.net/topic/303529-tinke-072/
* NTFP => NiTro File Palette (palette) * NTFP => NiTro File Palette (palette)
* RAW => Raw image (tiles) * RAW => Raw image (tiles)
* MAP => Raw map info (map) * MAP => Raw map info (map)
* Common formats => PNG, JPG, TGA * Common formats => PNG, JPG, TGA, GIF
## Textures ## Textures
* BTX0 (NSBTX) * BTX0 (NSBTX)
@ -73,7 +73,7 @@ Thread at GBAtemp.net: http://gbatemp.net/topic/303529-tinke-072/
## Text ## Text
* Sound definition => SADL, XSADL, SARC, SBDL, SMAP. * Sound definition => SADL, XSADL, SARC, SBDL, SMAP.
* BMG => Pack text file * BMG => Pack text file
* Common formats => TXT, XML, INI, H, BAT, C, MAKEFILE, LUA, CSV, BUILDTIME * Common formats => TXT, XML, INI, H, BAT, C, MAKEFILE, LUA, CSV, BUILDTIME, HTML, CSS, JS, DTD
## Compression ## Compression
Thanks to DSDEcmp library [DSDecmp](http://code.google.com/p/dsdecmp) (credits to *barubary*) Thanks to DSDEcmp library [DSDecmp](http://code.google.com/p/dsdecmp) (credits to *barubary*)
@ -104,7 +104,10 @@ Thread at GBAtemp.net: http://gbatemp.net/topic/303529-tinke-072/
* Tetris DS (YLUP) * Tetris DS (YLUP)
* Tokimeki Memorial Girl's Side 3rd Story (B3SJ) * Tokimeki Memorial Girl's Side 3rd Story (B3SJ)
* Cake Mania 2 (CAKX) * Cake Mania 2 (CAKX)
* Jump! Ultimate Stars (ALAR, DSIG, DSCP) * Jump! Ultimate Stars: ALAR, DSIG, DSCP
* Sonic Rush Adventure (ASCx, A3Yx, BXSx)
* Club Penguin
* Big Hero 6
---- ----

View File

@ -1,7 +1,19 @@
0.9.2 0.9.2
** Improve Hexadecimal Viewer for Mono (Linux and Mac OS) ** Improve Hexadecimal Viewer for Mono (Linux and Mac OS)
* Fix crash opening HexViewer from FAT dialog on Mono. * Fix crash opening HexViewer from FAT dialog on Mono.
* Fix project files and compile script for Windows. * Migrate to .NET Framework 4.8
* Support HTML, CSS, JS and DTD files in text plugin
* Support GIF in image plugin
* Add support for Sonic Rush Adventure
* Add support for Jump Ultimate Star
* Improvements in Layton plugin (support games and formats)
* Nitro Texture Compressor for compression 4x4 blocks
* Save banner in other image formats
* Improve language files
* Fixes for NFTR
* Fixes for decompression (autoformat) and unpacking with non-zero relative offset
* Add McDonalds Maker Code (N6)
* Fix build scripts for Linux and Windows
0.9.1 0.9.1
** Support partition cell sections (#18, #19). ** Support partition cell sections (#18, #19).