Skip to content

Latest commit

 

History

History
204 lines (185 loc) · 21.3 KB

whatsNew.md

File metadata and controls

204 lines (185 loc) · 21.3 KB

#Change-Log

Version 0.9

Version 0.82.1

  • Issues Resolved:

Version 0.82

  • Issues Resolved:

Version 0.8

Version 0.07

Version 0.061

  • Issues Resolved:
    • #154 - Fixed bug with AutoEntry not showing drop-down in right position, when placed in a container

Version 0.06

Version 0.052

  • Issues Resolved:
    • #114 - ability to stop functions being called when a set method is activated

Version 0.051

Version 0.05

  • Open Container - implemented issue #83, can now reopen a container, perform operations on it, and close it.
  • Changed disable entry to readonly, allows entries to be copied (#86)
  • Images now support raw image data.
  • Setters now call any registered functions
  • Rewrite of Meters, proper inheritance, all use gradated fill, Dual/Split Meter swapped (#65).
  • Rewrite of ScrollPane, multi-platform scrolling...
  • Added functions to change the bg/fg of ListBox items (#97).
  • Issues Resolved:
    • #101 & #103 - updates to documentation
    • #99 - ability to create empty containers
    • #97 - ability to set bg/fg colour of list items
    • #94 - basic support for MatPlotLib
    • #90 - raw image data
    • #89 - minimum speed for animated image
    • #88 - preload mouse over images
    • #86 - disabled entry now readonly
    • #85 - setters now call function (if available)
    • #83 - can now reopen container
    • #65 - Meter rewrite
    • #34/#35 - ScrollPane rewrite

Version 0.042

  • Issues Resolved:
    • #95 - fixed issue launching ShowCase under Python 2 (removed icons)
    • #93 - fixed issue with numDialog/textDialog under python 2

Version 0.041

  • Continuous Integration - added landscape.io to monitor code quality
  • Reload Image - function to force a reload of an image, bypassing the cache (issue #87)
  • Minor fixes based off landscape report
  • Issues Resolved:
    • #87 - reloadImage()
    • #84 - Removed requirement for appJar icon in Windows

Version 0.04

  • Internationalisation - it's now possible to support multiple languages, by adding simple config files.
  • Splashscreen - a simple splashscreen is now available.
  • AutoCompletion EntryBox - added a new widget, giving autocompletion in EntryBoxes
  • Function on change in ListBox - now possible to call a function each time a ListBox changes
  • Python 3.6 Support - now supports python3.6 - fixed issue with renamed idelib files
  • Continuous Integration - now uses Travis-CI and Coveralls to check for errors on each commit
  • Updated documentation: Rearrangement of navigation bar, new pages for new features, minor modifications.
  • Issues Resolved:
    • #81 - now allows negative numbers/decimals to be entered correctly in NumericEntries
    • #80 - now support Python 3.6
    • #78 - fixed typo in documentation
    • #74 - SplashScreen
    • #72 - Unit testing
    • #71 - Internationalisation
    • #70 - AutoComplete EntryBox