We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ace37 commit de866c5Copy full SHA for de866c5
docs/changelog.md
@@ -0,0 +1,23 @@
1
+# ImGuiTextSelect Changelog
2
+
3
+This document tracks the changes between ImGuiTextSelect versions. Dates are written in the MM/DD/YYYY format.
4
5
+## 1.1.0 (05/24/2024)
6
7
+### Additions
8
9
+- Added a full example program.
10
+- Added automatic newline insertion for multiline copying.
11
+ - The lines that you pass to ImGuiTextSelect no longer need to end with newlines for multiline copying to work.
12
13
+### Improvements
14
15
+- Removed `#include <string>` from the header file.
16
17
+### Bug Fixes
18
19
+- Fixed a crash when compiling on the debug configuration with MSVC (#2). Thanks @taki640!
20
21
+## 1.0.0 (01/08/2024)
22
23
+Initial release of ImGuiTextSelect.
0 commit comments