1
1
# Changelog for dear-imgui
2
2
3
+ ## [ 1.3.1]
4
+
5
+ - ` imgui ` updated to [ 1.86] .
6
+
3
7
## [ 1.3.0]
4
8
5
9
- Added ` DearImGui.FontAtlas ` and related ` DearImGui.Raw.Font.* ` bits.
6
10
- Removed old font atlas functions from ` DearImGui ` and ` DearImGui.Raw ` .
7
11
8
12
## [ 1.2.2]
9
13
10
- - ` imgui ` updated to 1.85.
14
+ - ` imgui ` updated to [ 1.85] .
11
15
12
16
## [ 1.2.1]
13
17
29
33
30
34
## [ 1.1.0]
31
35
32
- - ` imgui ` updated to 1.84.2.
36
+ - ` imgui ` updated to [ 1.84.2] .
33
37
- Removed unused Window argument from SDL ` newFrame ` to match 1.84.
34
38
- Added GLFW backend callbacks.
35
39
- Added more withXXX wrappers.
44
48
45
49
## [ 1.0.0]
46
50
47
- Initial Hackage release based on 1.83.
51
+ Initial Hackage release based on [ 1.83] .
48
52
49
53
[ 1.0.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0
50
54
[ 1.0.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
@@ -54,3 +58,9 @@ Initial Hackage release based on 1.83.
54
58
[ 1.2.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.1
55
59
[ 1.2.2 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
56
60
[ 1.3.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
61
+ [ 1.3.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
62
+
63
+ [ 1.86 ] : https://github.com/ocornut/imgui/releases/tag/v1.86
64
+ [ 1.85 ] : https://github.com/ocornut/imgui/releases/tag/v1.85
65
+ [ 1.84.2 ] : https://github.com/ocornut/imgui/releases/tag/v1.84.2
66
+ [ 1.83 ] : https://github.com/ocornut/imgui/releases/tag/v1.83
0 commit comments