File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ downloads/
2222eggs /
2323.eggs /
2424lib /
25+ libdev /
2526lib64 /
2627node_modules /
2728parts /
Original file line number Diff line number Diff line change 66 rev : v3.2.0
77 hooks :
88 - id : trailing-whitespace
9- exclude : libdev/
109 - id : check-docstring-first
1110 - id : check-json
1211 - id : check-added-large-files
1514 - id : requirements-txt-fixer
1615 - id : check-merge-conflict
1716 - id : end-of-file-fixer
18- exclude : libdev/
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.23.0]
9+ ### Fix
10+ - Remove offline mode
11+
12+ ### Refactor
13+ - Implements InteractiveObject for handling all mouse objects in one class
14+
815## [ 0.22.0]
916### Add
1017- Integer axes only show integer ticks
You can’t perform that action at this time.
0 commit comments