Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 9, 2024
1 parent 4ac930c commit 44246df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ else()
cmake_minimum_required(VERSION 3.10)
endif()

project(HelloImGui LANGUAGES C CXX VERSION "1.0.0")
project(HelloImGui LANGUAGES C CXX VERSION "1.3.0") # 1.3.0 WIP
set(CMAKE_CXX_STANDARD 17)

if (IOS)
Expand Down
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# v1.3.0

## New Features

* Added EdgeToolbars: see [definition](https://github.com/pthom/hello_imgui/blob/4ac930c0ae7441e394d9e9665a5ddf6bf64d5950/src/hello_imgui/runner_callbacks.h#L68-L97), [callbacks](https://github.com/pthom/hello_imgui/blob/4ac930c0ae7441e394d9e9665a5ddf6bf64d5950/src/hello_imgui/runner_callbacks.h#L133-L135), [example usage](https://github.com/pthom/hello_imgui/blob/4ac930c0ae7441e394d9e9665a5ddf6bf64d5950/src/hello_imgui_demos/hello_imgui_demodocking/hello_imgui_demodocking.main.cpp#L694-L708), and [demo](https://traineq.org/ImGuiBundle/emscripten/bin/demo_docking.html)

0 comments on commit 44246df

Please sign in to comment.