File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for dear-imgui
2
2
3
+ ## [ 1.5.0]
4
+
5
+ - Added table wrappers.
6
+ - Added popup wrappers.
7
+ - Added ` selectableWith ` /` SelectableOptions ` to expose optional arguments.
8
+ - Fix GHC-9.2 compatibility.
9
+
3
10
## [ 1.4.0]
4
11
5
12
- ` imgui ` updated to [ 1.87] .
@@ -68,6 +75,7 @@ Initial Hackage release based on [1.83].
68
75
[ 1.3.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
69
76
[ 1.3.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
70
77
[ 1.4.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
78
+ [ 1.5.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.0
71
79
72
80
[ 1.87 ] : https://github.com/ocornut/imgui/releases/tag/v1.87
73
81
[ 1.86 ] : https://github.com/ocornut/imgui/releases/tag/v1.86
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : dear-imgui
4
- version : 1.4 .0
4
+ version : 1.5 .0
5
5
author : Oliver Charles
6
6
7
7
license : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments