Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 2.29 KB

CHANGES.md

File metadata and controls

70 lines (39 loc) · 2.29 KB

Full changelog

v0.3.1 - 2024-03-01

What's Changed

Bug Fixes

  • Added fix for using WebEngine and OpenGL in same glue session with Qt6 by @astrofrog in #15

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.3.0...v0.3.1

v0.3.0 - 2023-11-15

What's Changed

New Features

  • Support regions in image viewer by @jfoster17 in #10

Bug Fixes

  • Update splash screen path by @jfoster17 in #8
  • Refresh table sorting when data changes by @jfoster17 in #9

Other Changes

  • Updated/simplified installation instructions by @astrofrog in #7

New Contributors

  • @jfoster17 made their first contribution in #8

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.2.0...v0.3.0

v0.2.0 - 2023-08-21

What's Changed

Bug Fixes

  • Fix imports of parse_data and parse_links by @astrofrog in #4
  • Fixed bug that caused plugins to be loaded twice by @astrofrog in #6

Documentation

  • Fix documentation warnings by @astrofrog in #2
  • Sphinx book theme by @astrofrog in #5

Other Changes

  • Improve compatibility with PySide by @astrofrog in #3

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.1.0...v0.2.0

v0.1.0 - 2023-08-15

What's Changed

Set up initial glue-qt package by extracting Qt-related functionality from glue-core in #1

New Contributors

  • @astrofrog made their first contribution in #1

Full Changelog: https://github.com/glue-viz/glue-qt/commits/v0.1.0