Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

48 lines (36 loc) · 3.35 KB

Changelog

v0.6.0 (2022-07-12)

Feature

  • Fix time axis selection and fix label for node tests (4c909c5)
  • Add preference, fix date selection of cftime (3a82746)
  • Allow nodes to be automatically load by only updating one node, smaller issues have been solved, particularly with the implementation of time selection and grid import (1681959)

Fix

  • Fix backwards compatibility with blender 2.83 and blendernc preferece (618b54c)
  • Update precommit black rev (36ff67f)
  • Remove bottleneck dependencies to remove issue of installation (99032ca)
  • Add support for coordname including time for preference frame computation (a6ae7aa)
  • Solve security vulnerabilities in dependencies (Pillow) (d19fa33)
  • Fix test and using multiple outputs for one single math node (11b58d2)
  • Solve bugs and add support of multiple outputs (a4a3124)
  • Add full suport of frame selection & fix other bugs (d91000e)

v0.5.1 (2022-03-30)

Fix

  • Add colorcet to installation instructions (c3e43f1)

v0.5.0 (2022-02-25)

Feature

  • Add colorcet colormaps support (6bd8d83)

Fix

v0.4.11 (2021-09-20)

v0.4.10 (2021-09-03)

Fix

  • Bump manual version of bl_info, blender greps the bl_info instead of running the script (0e02620)
  • Distribution and change init.py using version pattern (a530014)

Documentation

  • Dev install of commitlint (03c959c)
  • Add commitlint installation (26244e7)
  • Add info to contribute (c1a0e6d)

v0.4.9 (2021-09-02)

Fix

  • Add placeholder for changelog update (0ef525f)