Skip to content

Commit b296b64

Browse files
chore(master): release 1.2.1 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17e544c commit b296b64

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/fizzi01/Perpetua/compare/v1.2.0...v1.2.1) (2026-02-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **mouse:** optimize and fix edge crossing ([#31](https://github.com/fizzi01/Perpetua/issues/31)) ([c776755](https://github.com/fizzi01/Perpetua/commit/c7767550d5b584f1995e6a3c4277603109ce754d))
9+
* overall mouse control performance boost and improvement ([#33](https://github.com/fizzi01/Perpetua/issues/33)) ([17e544c](https://github.com/fizzi01/Perpetua/commit/17e544cc460bd5d8ee0548b8513f4aaf3b7bbd32))
10+
11+
12+
### Documentation
13+
14+
* update README for clarity and improved structure ([0f07e6c](https://github.com/fizzi01/Perpetua/commit/0f07e6c8faf74332aa49440d03991ac3163dd511))
15+
316
## [1.2.0](https://github.com/fizzi01/Perpetua/compare/v1.1.0...v1.2.0) (2026-02-12)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Perpetua"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = ""
55
authors = [
66
{name = "fizzi01"}

src-gui/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Perpetua",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"identifier": "com.federicoizzi.perpetua",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)