Bumped to v0.0.4

This commit is contained in:
ptitSeb 2019-03-03 21:24:04 +01:00
parent 9b968777a0
commit 5584e62db3
2 changed files with 9 additions and 1 deletions

8
CHANGELOG.md Normal file → Executable file
View File

@ -1,6 +1,14 @@
Current version
=======
v0.0.4
=======
* Improved the Init of dependant Libs. More things work now.
* Added a lot of wrapped functions.
* Added a few wrapped libs (like libz or some other x11 related libs)
* For trace enabled build, Trace can be enabled only after a certain amount of opcodes (still, a debugger would be better)
* Some fixes in a few opcodes, and implemented x87 rounding (SuperMeatBoy behaves better now)
* FTL 1.6.9 stiil sounds bad, but older 1.5.13 seems fine (different set of libs)
v0.0.2
=======

View File

@ -3,6 +3,6 @@
#define BOX86_MAJOR 0
#define BOX86_MINOR 0
#define BOX86_REVISION 3
#define BOX86_REVISION 4
#endif //__BOX86_VERSION_H_