mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Prepare 1.5.0 (#140)
This commit is contained in:
parent
08d4b423ad
commit
04fe618871
@ -1,5 +1,12 @@
|
|||||||
# Changelog for dear-imgui
|
# Changelog for dear-imgui
|
||||||
|
|
||||||
|
## [1.5.0]
|
||||||
|
|
||||||
|
- Added table wrappers.
|
||||||
|
- Added popup wrappers.
|
||||||
|
- Added `selectableWith`/`SelectableOptions` to expose optional arguments.
|
||||||
|
- Fix GHC-9.2 compatibility.
|
||||||
|
|
||||||
## [1.4.0]
|
## [1.4.0]
|
||||||
|
|
||||||
- `imgui` updated to [1.87].
|
- `imgui` updated to [1.87].
|
||||||
@ -68,6 +75,7 @@ Initial Hackage release based on [1.83].
|
|||||||
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
|
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
|
||||||
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
|
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
|
||||||
[1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
|
[1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
|
||||||
|
[1.5.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.0
|
||||||
|
|
||||||
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
|
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
|
||||||
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
|
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
|
|
||||||
name: dear-imgui
|
name: dear-imgui
|
||||||
version: 1.4.0
|
version: 1.5.0
|
||||||
author: Oliver Charles
|
author: Oliver Charles
|
||||||
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
|
maintainer: ollie@ocharles.org.uk, aenor.realm@gmail.com
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user