Skip to content

Commit 5eaf755

Browse files
committed
feat(io): remove offline mode
1 parent b468b9f commit 5eaf755

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ downloads/
2222
eggs/
2323
.eggs/
2424
lib/
25+
libdev/
2526
lib64/
2627
node_modules/
2728
parts/

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ repos:
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
@@ -15,4 +14,3 @@ repos:
1514
- id: requirements-txt-fixer
1615
- id: check-merge-conflict
1716
- id: end-of-file-fixer
18-
exclude: libdev/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)