Skip to content

Commit 2aa9c7c

Browse files
chore: release v0.3.5
1 parent cd8c031 commit 2aa9c7c

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.4"
2+
".": "0.3.5"
33
}

CHANGELOG.md

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

3+
## [0.3.5](https://github.com/conventoangelo/OverKeys/compare/v0.3.4...v0.3.5) (2026-02-28)
4+
5+
6+
### ✨ Features
7+
8+
* add native debug viewer in advanced tab ([#177](https://github.com/conventoangelo/OverKeys/issues/177)) ([5cc5810](https://github.com/conventoangelo/OverKeys/commit/5cc5810a43081eb05356c03ed0f8fb8420b88407))
9+
* add support and implement wide-mod adjustments ([#174](https://github.com/conventoangelo/OverKeys/issues/174)) ([328201b](https://github.com/conventoangelo/OverKeys/commit/328201b47acd6a778f4980cc9047809865bcc0fa))
10+
* add timestamps to logger for better debugging ([#176](https://github.com/conventoangelo/OverKeys/issues/176)) ([26650b8](https://github.com/conventoangelo/OverKeys/commit/26650b8bdda22310c7ff2d3cc8fa764d4ddb0c9c))
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* enhance foreign keyboard layout and key mapping ([#175](https://github.com/conventoangelo/OverKeys/issues/175)) ([902bf48](https://github.com/conventoangelo/OverKeys/commit/902bf484640ecab6919051744e730b04dad8e052))
16+
* enhance logging with comprehensive levels and revision tracking ([#178](https://github.com/conventoangelo/OverKeys/issues/178)) ([cd8c031](https://github.com/conventoangelo/OverKeys/commit/cd8c03142e11ed94a3dd9302a74a5302bfcb36b7))
17+
18+
19+
### 📚 Documentation
20+
21+
* update fallback font name from Geist Mono to DM Mono ([6af500b](https://github.com/conventoangelo/OverKeys/commit/6af500b8c285bd16e5b8e3cae5c871694b1cb1f0))
22+
23+
24+
### ⚙️ CI/CD Pipeline
25+
26+
* remove release approval workflow ([0c4a769](https://github.com/conventoangelo/OverKeys/commit/0c4a7697a6bc00f63f95f9cc6fd71fe5f070805f))
27+
* update PR fetching logic to filter by title for release-please ([8aa77b5](https://github.com/conventoangelo/OverKeys/commit/8aa77b5c4b6ef7f7cb9f38642e60037b99833304))
28+
* update release-please workflow to use RELEASE_PLEASE_TOKEN for triggering workflows ([7ce7a56](https://github.com/conventoangelo/OverKeys/commit/7ce7a56e2943e345a080317d046bd5182fab7de7))
29+
330
## [0.3.4](https://github.com/conventoangelo/OverKeys/compare/v0.3.3...v0.3.4) (2026-02-21)
431

532

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: overkeys
22
description: "An open-source, customizable on-screen keyboard for Windows. Learn and practice alternative layouts, personalize appearance, and improve your typing."
33
publish_to: "none"
4-
version: 0.3.4
4+
version: 0.3.5
55
repository: https://github.com/conventoangelo/OverKeys
66

77
environment:

scripts/compile_exe-inno.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OverKeys"
5-
#define MyAppVersion "0.3.4" ;{x-release-please-version}
5+
#define MyAppVersion "0.3.5" ;{x-release-please-version}
66
#define MyAppPublisher "Angelo Convento"
77
#define MyAppURL "https://github.com/conventoangelo/OverKeys"
88
#define MyAppExeName "OverKeys.exe"

0 commit comments

Comments
 (0)