Update chengelog

This commit is contained in:
tobid7 2024-05-05 20:36:30 +02:00
parent 3fc38405de
commit e0c03f2ec5

View File

@ -2,7 +2,6 @@
## 0.9.5 ## 0.9.5
- Remove Npi Intro and NVID Api - Remove Npi Intro and NVID Api
- Replace Toasts System with Message - Replace Toasts System with Message
- Lots of Optimisations
- Added GetTime - Added GetTime
- Implement Draw2 Api - Implement Draw2 Api
- Implement RD7Color and R7Vec2 - Implement RD7Color and R7Vec2
@ -20,13 +19,16 @@
- Added nimg and swr(render2nimg | SoftwareRender) - Added nimg and swr(render2nimg | SoftwareRender)
- Removed Old Error/Message Handler - Removed Old Error/Message Handler
- GetTextSize (extra buffer) + New TextShorter - GetTextSize (extra buffer) + New TextShorter
- Require specific FLAG for Music/MemTrack - Require specific FLAG for MemTrack
- Replace all lodepng usage by stb_image - Replace all lodepng usage by stb_image
- Move Asset Generator into single python script - Move Asset Generator into single python script
- Remove INI reader - Remove INI reader
- Python based clangformat script - Python based clangformat script
- Move some Init code into functions to not use twice - Move some Init code into functions to not use twice
- Added Font class - Added Font class
- Add LinearAllocator (for std)
- Fix Crash in FilsSystem
- Implement basic Theme System
## 0.9.4 ## 0.9.4
- Implement new Security System To prevent from crashes - Implement new Security System To prevent from crashes
- Implement Functiontrace for better Timing Tests - Implement Functiontrace for better Timing Tests