Skip to content

Commit 9dc2a3a

Browse files
authored
chore(master): release 1.2.4 (#44)
1 parent 9a1e8e1 commit 9dc2a3a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/refs/heads/main/schemas/config.json",
3-
"pull-request-header": ""
3+
"pull-request-header": "",
4+
".": "1.2.4"
45
}

CHANGELOG.md

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

3+
## [1.2.4](https://github.com/fizzi01/Perpetua/compare/v1.2.3...v1.2.4) (2026-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **daemon:** ensure graceful shutdown ([f1ff45f](https://github.com/fizzi01/Perpetua/commit/f1ff45f55df141589e861ffaf74171dd80486b43))
9+
* **gui:** adjust splash-screen border-radius on Windows ([#45](https://github.com/fizzi01/Perpetua/issues/45)) ([9a1e8e1](https://github.com/fizzi01/Perpetua/commit/9a1e8e127ff8270a00c34f5e7d50b27777f26c6f))
10+
* improve cpu usage and streams performance ([#43](https://github.com/fizzi01/Perpetua/issues/43)) ([f1ff45f](https://github.com/fizzi01/Perpetua/commit/f1ff45f55df141589e861ffaf74171dd80486b43))
11+
* **launcher:** fix launcher behaviour ([f1ff45f](https://github.com/fizzi01/Perpetua/commit/f1ff45f55df141589e861ffaf74171dd80486b43))
12+
313
## [1.2.3](https://github.com/fizzi01/Perpetua/compare/v1.2.2...v1.2.3) (2026-02-17)
414

515

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.3"
3+
version = "1.2.4"
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.3",
4+
"version": "1.2.4",
55
"identifier": "com.federicoizzi.perpetua",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)