mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Prepare 1.2.0 (#98)
This commit is contained in:
parent
24345bb8f3
commit
97825e49f2
13
ChangeLog.md
13
ChangeLog.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog for dear-imgui
|
# Changelog for dear-imgui
|
||||||
|
|
||||||
|
## [1.2.0]
|
||||||
|
|
||||||
|
- Fixed `nullPtr` in place of default arguments.
|
||||||
|
- Added functions for getting window position and size.
|
||||||
|
- Added `invisibleButton`.
|
||||||
|
- Added `inputTextMultiline` and `inputTextWithHint`.
|
||||||
|
- Changed `beginChild` and related `withChild*` to use full arguments.
|
||||||
|
- Added `withChildContext` to run actions inside other child window.
|
||||||
|
- Added `getCurrentContext`, `setCurrentContext`.
|
||||||
|
- Added `image` and `imageButton`.
|
||||||
|
- Added font atlas utilities.
|
||||||
|
|
||||||
## [1.1.0]
|
## [1.1.0]
|
||||||
|
|
||||||
- `imgui` updated to 1.84.2.
|
- `imgui` updated to 1.84.2.
|
||||||
@ -23,3 +35,4 @@ Initial Hackage release based on 1.83.
|
|||||||
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
|
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
|
||||||
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
|
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
|
||||||
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
|
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
|
||||||
|
[1.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
|
|
||||||
name: dear-imgui
|
name: dear-imgui
|
||||||
version: 1.1.0
|
version: 1.2.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