* Update images for new matplotlib cmaps. * Bugfix: file not updated in all tabs when opened with file dialog in one tab with CustomTkinter. * Bugfix: dimensions not shown when file opened with file dialog. * Updated documentation.
5.0
* Use CustomTkinter if installed. * Add Quit button. * Correct datetime formatting in coordinate printing. * Move from token to trusted publisher on PyPI.
4.4.3
* Use `draw_idle` instead of `draw` in map update method for faster animation. * Change formatting of file string for multiple files.
4.4.2
* Use `matplotlib.colormaps[name]` instead of `matplotlib.colormaps.get_cmap(name)` to work with matplotlib >= v3.9.0.
4.4.1
* Move themes and images back to src/ncvue.
4.4
* Added borders, rivers, and lakes checkbuttons in map. * Bugfix: formatted string used wrong data type in `analyse_netcdf`. * Move themes and images directories from src/ncvue to src directory.