valentinbreiz
released this
11 Mar 16:32
·
19 commits
to master
since this release
- ✨ Add exit command
- ✨ Implement version checker button in system info app
- ✨ Add context menu to taskbar network button
- ✨ Add GUI debug in settings app
- ✨ Add kill and kill /f command
- ✨ Make input managers processes
- ⚡️ Speed UP FPS using XMM alpha blending
- ⚡️ Speed up boot logs
- 💄 Change icons
- 🐛 Fix window resize on right and bottom borders
- 🐛 Fix UI width (can now be any size)
- 🐛 Fix component draw bug when moving things
- 🐛 Fix right click X position if outside screen
- 🐛 Fix textbox cursor blink interval
- 🐛 Fix windows topbar not resizing
- 🐛 Fix crash when moving window to top left
- 🐛 Fix picture window not showing picture
- 🐛 Fix version command
- 🐛 Various fixes
For devs:
- ✨ Implement Application.Dispose + Component.Dispose
- ✏️ Code architecture change