Skip to content

Commit 2eb2443

Browse files
chore: release v0.3.5
1 parent 6dda406 commit 2eb2443

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/conventoangelo/OverKeys/compare/v0.3.4...v0.3.5) (2026-03-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+
* add CONTRIBUTING.md ([ba882be](https://github.com/conventoangelo/OverKeys/commit/ba882bef50034cfbcf2b24661e89511f4bf7fb26))
22+
* correct typos in README and link to contribution guidelines ([f238153](https://github.com/conventoangelo/OverKeys/commit/f2381535364b34608197e8bc4e2d96f87d1b4c88))
23+
* update fallback font name from Geist Mono to DM Mono ([6af500b](https://github.com/conventoangelo/OverKeys/commit/6af500b8c285bd16e5b8e3cae5c871694b1cb1f0))
24+
25+
26+
### ⚙️ CI/CD Pipeline
27+
28+
* remove release approval workflow ([0c4a769](https://github.com/conventoangelo/OverKeys/commit/0c4a7697a6bc00f63f95f9cc6fd71fe5f070805f))
29+
* update PR fetching logic to filter by title for release-please ([8aa77b5](https://github.com/conventoangelo/OverKeys/commit/8aa77b5c4b6ef7f7cb9f38642e60037b99833304))
30+
* update release-please workflow to use RELEASE_PLEASE_TOKEN for triggering workflows ([7ce7a56](https://github.com/conventoangelo/OverKeys/commit/7ce7a56e2943e345a080317d046bd5182fab7de7))
31+
332
## [0.3.4](https://github.com/conventoangelo/OverKeys/compare/v0.3.3...v0.3.4) (2026-02-21)
433

534

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)