Skip to content

Commit 555200d

Browse files
authored
chore(master): release 1.2.3 (#40)
1 parent 6481db3 commit 555200d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [1.2.3](https://github.com/fizzi01/Perpetua/compare/v1.2.2...v1.2.3) (2026-02-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** update macOS app bundle configuration ([781d097](https://github.com/fizzi01/Perpetua/commit/781d097e81895d3688894d5fae283326fb3fa653))
9+
* improve macOS dock icon suppression logic ([781d097](https://github.com/fizzi01/Perpetua/commit/781d097e81895d3688894d5fae283326fb3fa653))
10+
* unhandle mdns service exception, general errors logging improvements ([#39](https://github.com/fizzi01/Perpetua/issues/39)) ([781d097](https://github.com/fizzi01/Perpetua/commit/781d097e81895d3688894d5fae283326fb3fa653))
11+
312
## [1.2.2](https://github.com/fizzi01/Perpetua/compare/v1.2.1...v1.2.2) (2026-02-16)
413

514

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

0 commit comments

Comments
 (0)