File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ downloads/
22
22
eggs /
23
23
.eggs /
24
24
lib /
25
+ libdev /
25
26
lib64 /
26
27
node_modules /
27
28
parts /
Original file line number Diff line number Diff line change 6
6
rev : v3.2.0
7
7
hooks :
8
8
- id : trailing-whitespace
9
- exclude : libdev/
10
9
- id : check-docstring-first
11
10
- id : check-json
12
11
- id : check-added-large-files
15
14
- id : requirements-txt-fixer
16
15
- id : check-merge-conflict
17
16
- 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
15
## [ 0.22.0]
9
16
### Add
10
17
- Integer axes only show integer ticks
You can’t perform that action at this time.
0 commit comments