Skip to content

Commit 0159c00

Browse files
committed
chore: bump version
1 parent a2a594a commit 0159c00

3 files changed

Lines changed: 1 addition & 31 deletions

File tree

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -185,30 +185,3 @@ Double-click the `.pyw` file and a tray icon should appear, right-click the icon
185185

186186
[Read the Docs](https://jigsawwm.readthedocs.io/en/latest/)
187187

188-
189-
## Changelog
190-
191-
### 2023-07-12 (v2.0)
192-
193-
- refactor: divided features into multiple services to allow users to use only what they need
194-
- feat: replace the `hotkey` module with the `jmk` module, which mimics the basic functionality
195-
of [QMK](https://qmk.fm/) as an alternative to [AutoHotkey](https://www.autohotkey.com/)
196-
197-
### 2023-04-07
198-
199-
- hotkey support mouse buttons, forward/backward buttons as modifier
200-
201-
### 2023-04-05
202-
203-
- add `smartstart` feature
204-
- BREAKING CHANGE: rename `svcmgr` to `services`
205-
- adopt `pyproject.toml`
206-
207-
### 2023-03-21
208-
209-
- add `svcmgr` feature
210-
211-
### 2023-02-02
212-
213-
- support portrait mode monitor (rotate layout by 90 degree)
214-
- update readme

build-and-upload-pipy.ps1

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name="jigsawwm"
3-
version="2.0.1"
3+
version="2.1.0"
44
authors=[
55
{ name="Klesh Wong", email="klesh@qq.com" },
66
]

0 commit comments

Comments
 (0)