All Versions
20
Latest Version
Avg Release Cycle
2 days
Latest Release
1798 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.1 Changes
September 03, 2020 -
v0.1.0 Changes
September 03, 2020
๐ VERSION 0.1.0
๐ New Commands:
- Events: Added set_mouse_move_callback #117
- Callbacks: Added set_exit_callback #142
- Callbacks: Added set_mouse_release_callback #161
๐ Fixes:
- ๐ Tabs: Fixed tabs being run-time addable
- ๐ Mouse/key Callbacks: Now work for built-in windows
- ๐ Active Window: Fixed names in debug
-
v0.1.0-beta9 Changes
August 22, 2020๐ VERSION 0.1.0 Beta 9
๐ Fixes:
- Tables: set_value as an empty list caused crash #93
- ๐ Text: fixed truncation issue with large strings #92
- ๐ Label Text: fixed truncation issue with large strings #92
๐ New Commands:
- Fonts: added custom_glyph_chars and custom_glyph_ranges to add_addition_font
-
v0.1.0-beta17 Changes
September 02, 2020
๐ VERSION 0.1.0 Beta 17
๐ Fixes:
- Plot: Adding new data to a plot bring all data into view
- ๐ MacOs: Fixed unthrottled event loop when minimized
- ๐ง Linux: Fixed unthrottled event loop when minimized
-
v0.1.0-beta15 Changes
September 01, 2020
๐ VERSION 0.1.0 Beta 15
๐ Decorated log: https://github.com/hoffstadt/DearPyGui/releases/tag/v0.1.0-beta15
๐ New Commands:
- Application: "set_vsync" now availble
- Standard Windows: "set_window_pos" now works for standard windows #146
- Standard Windows: "get_window_pos" now works for standard windows #146
- Standard Windows: "set_item_height" now works for standard windows #146
- Standard Windows: "set_item_width" now works for standard windows #146
- Standard Windows: "get_item_height" now works for standard windows #146
- Standard Windows: "get_item_width" now works for standard windows #146
๐ The names for the standard windows are:
- ๐ documentation##standard
- about##standard
- metrics##standard
- source##standard
- debug##standard
- ๐ style##standard
- logger##standard
๐ Fixes:
- Main Window: Fixed set_window_size bug for MacOs/Linus #143
-
v0.1.0-beta14 Changes
August 31, 2020
๐ VERSION 0.1.0 Beta 14
๐ Decorated log: https://github.com/hoffstadt/DearPyGui/releases/tag/v0.1.0-beta14
๐ Fixes:
- ๐ Data Source: Fixed seg faults related to data source #127
- ๐ Debug Window: Fixed item deletion crash #128
- ๐ Debug Window: Fixed debug item names #107
๐ฅ Breaking Changes:
- ๐ Table Widget: Removed data source from table widget
-
v0.1.0-beta13 Changes
August 29, 2020 -
v0.1.0-beta12 Changes
August 28, 2020๐ Fixes:
- ๐ Key/Mouse Callbacks: fixed issue where key/mouse callbacks were
sending there ID as the sender (and as a string). They know
send the active window as the sender and approriate information
through data. #108
๐ New Commands:
- ๐ Key/Mouse Callbacks: fixed issue where key/mouse callbacks were
-
v0.1.0-beta11 Changes
August 27, 2020๐ Python 3.7 support
-
v0.1.0-beta10 Changes
August 25, 2020
๐ VERSION 0.1.0 Beta 10
๐ Decorated log: https://github.com/hoffstadt/DearPyGui/releases/tag/v0.1.0-beta10
๐ Fixes:
- ๐ Render Callback: fixed issue with debug window freezing main callback #95
- Child Widget: child widget now shows a horizontal scrollbar if contents are too large #91 kinda
- ๐ Multiline: fixed issue where multiline did not work with other flags (i.e. readonly) #94
- ๐ Logger: fixed issue with auto-scroll in logger (this is actually a Dear ImGui bug) #97
- โก๏ธ Data Storage: data storage is now updated at the end of each frame. No need to update by calling add_data again
- ๐ Other: fixed issue where imgui ini file was appearing
๐ New Commands:
- Simple Plot: add simple plot now has a "data_source" keyword
- Table: add table now has a "data_source" keyword
- Drawing: delete_drawing_item
๐ New Features:
- Data Storage: non primitive types can not by used within reaccessing data_storage