mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
doc/CHANGELOG: summary for v0.6.0
This commit is contained in:
parent
beee883f4e
commit
99a29d0cea
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2024-10-31 v0.6.0
|
||||
|
||||
- **BREAKING:** Represent `QByteArray` as Go `[]byte`
|
||||
- **BREAKING:** Reorder class constructors for stability
|
||||
- **BREAKING:** More accurate bindings for some namespaces, enums, integer types, void pointers, and type aliases
|
||||
- Add macOS support
|
||||
- Add Qt 6 binding
|
||||
- Add bindings for QPrintSupport, QScintilla, and ScintillaEdit
|
||||
- Add `uic` and `rcc` implementations for Qt Designer
|
||||
- Add extra `UnsafeNew`, `UnsafePointer` class methods
|
||||
- Fix an issue with `cgo.Handle` correctness
|
||||
- Docs: Add Windows (MSYS2), macOS (Homebrew / Docker) build guide
|
||||
- Docs: Add FAQs for custom locations, pkg-config, Qt 5/6 upgrades, extra library bindings
|
||||
|
||||
## 2024-09-24 v0.5.0
|
||||
|
||||
- **BREAKING:** Shorter enum names
|
||||
|
Loading…
Reference in New Issue
Block a user