diff --git a/CMakeLists.txt b/CMakeLists.txt index 5674596e..b85660c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 00000000..3229d197 --- /dev/null +++ b/Changelog.md @@ -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) +