Skip to content

Commit 9e6e3b0

Browse files
chore(master): release 1.1.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0f5bca commit 9e6e3b0

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/fizzi01/Perpetua/compare/v1.0.0...v1.1.0) (2026-02-05)
4+
5+
6+
### Features
7+
8+
* **gui:** improve startup handling, implement splash screen, improve internal app state ([#16](https://github.com/fizzi01/Perpetua/issues/16)) ([ff2abfb](https://github.com/fizzi01/Perpetua/commit/ff2abfb7b0773c8db6a070e8de6e7bf463b89060))
9+
10+
11+
### Bug Fixes
12+
13+
* **daemon:** unhandled exceptions when closing streams ([ff2abfb](https://github.com/fizzi01/Perpetua/commit/ff2abfb7b0773c8db6a070e8de6e7bf463b89060))
14+
* **gui:** adjust window shadow and titlebar z-index on Windows, fixed splash-screen border radius ([#19](https://github.com/fizzi01/Perpetua/issues/19)) ([0791728](https://github.com/fizzi01/Perpetua/commit/0791728f4ae4abe15f2834cc6dd7f6f87effce75))
15+
* **gui:** fix app unsync on startup ([ff2abfb](https://github.com/fizzi01/Perpetua/commit/ff2abfb7b0773c8db6a070e8de6e7bf463b89060))
16+
* **gui:** fix critical error by ensuring shutdown command dispatch only if connected ([30f32b1](https://github.com/fizzi01/Perpetua/commit/30f32b17c74a40408b69785e7ca3f8abd6451361))
17+
* **gui:** fixed wrong rendering on macos and missing rounded corners on splashscreen ([#18](https://github.com/fizzi01/Perpetua/issues/18)) ([30f32b1](https://github.com/fizzi01/Perpetua/commit/30f32b17c74a40408b69785e7ca3f8abd6451361))
18+
* **protocol:** handle None case for single chunk in reconstruct_from_chunks ([#20](https://github.com/fizzi01/Perpetua/issues/20)) ([05f72b4](https://github.com/fizzi01/Perpetua/commit/05f72b40b480aa1d4e3e0ea9432e646173f8d3f8))
19+
20+
21+
### Documentation
22+
23+
* add development setup instructions, minor changes ([868d38e](https://github.com/fizzi01/Perpetua/commit/868d38eaa81d517c9ceb488a5f671973a5527c9b))
24+
* fix formatting of note in development instructions ([42801fd](https://github.com/fizzi01/Perpetua/commit/42801fd1f920bca0e9653d4d842f254909a8c607))

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.0.0"
3+
version = "1.1.0"
44
description = ""
55
authors = [
66
{name = "fizzi01"}

0 commit comments

Comments
 (0)