Skip to content

Commit 67e169d

Browse files
authored
Prepare 1.4.0 (#129)
1 parent ae3fdb8 commit 67e169d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for dear-imgui
22

3+
## [1.4.0]
4+
5+
- `imgui` updated to [1.87].
6+
- Added `DearImGui.Vulkan.vulkanAddTexture`.
7+
- Added `DearImGui.GLFW.glfwCursorPosCallback`.
8+
* Apps that don't install backend callbacks, *must* call it themselves.
9+
- Added flags `use-wchar32` (default on) and `disable-obsolete` (default off).
10+
311
## [1.3.1]
412

513
- `imgui` updated to [1.86].
@@ -59,7 +67,9 @@ Initial Hackage release based on [1.83].
5967
[1.2.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.2
6068
[1.3.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
6169
[1.3.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
70+
[1.4.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
6271

72+
[1.87]: https://github.com/ocornut/imgui/releases/tag/v1.87
6373
[1.86]: https://github.com/ocornut/imgui/releases/tag/v1.86
6474
[1.85]: https://github.com/ocornut/imgui/releases/tag/v1.85
6575
[1.84.2]: https://github.com/ocornut/imgui/releases/tag/v1.84.2

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: dear-imgui
4-
version: 1.3.1
4+
version: 1.4.0
55
author: Oliver Charles
66
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)