All Versions
20
Latest Version
Avg Release Cycle
2 days
Latest Release
1798 days ago

Changelog History
Page 2

  • v0.1.1 Changes

    September 03, 2020

    ๐Ÿ”– VERSION 0.1.1 (9/3/2020)

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Source Window: Fixed show_source error #166
  • 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

    ๐Ÿ”– VERSION 0.1.0 Beta 13

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Images: Fixed memory leaks for image textures #122
    • ๐Ÿ›  Other: Fixed stop_dearpygui command #102
    • ๐Ÿ›  Labels: Fixed issue with set_label the same #120

    ๐Ÿ†• New Commands:

    • Widgets: add "does_item_exist" command #119
    • Widgets: add "get_item_children" command #123
    • Widgets: add "get_all_items" command #123
    • ๐Ÿ Widgets: add "get_windows" command #123
  • 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:

    • Inputs: input/slider/drag now have an "on_enter" keyword to only
      โš™ run their callbacks on enter key presses
    • App: new command "stop_dearpygui" #102
    • Widgets: new command "set_item_label" #99
    • Widgets: new command "get_item_label" #99
  • 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