miqt/CHANGELOG.md

27 lines
574 B
Markdown
Raw Normal View History

2024-09-01 02:37:40 +00:00
# CHANGELOG
2024-09-04 06:56:37 +00:00
## 2024-09-04 v0.3.0
- Expand binding to cover enum types
- Add dockerfiles for Go1.23
- Embed qwindows plugin and qwindowsvistastyle into static Windows builds
- Add `windowsmanifest` example
2024-09-01 07:02:35 +00:00
## 2024-09-01 v0.2.2
- Support compiling on Windows
2024-09-01 02:37:40 +00:00
## 2024-09-01 v0.2.1
- Qt types returned as nil pointers are now returned as Go nil pointers
- Add `mdoutliner` example
## 2024-08-29 v0.2.0
- Expand binding to cover many excluded methods and inner classes
## 2024-08-25 v0.1.0
- Initial public release (QtCore, QtGui, QtWidgets)
- Add `helloworld` example