Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.4"
".": "0.3.5"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.3.5](https://github.com/conventoangelo/OverKeys/compare/v0.3.4...v0.3.5) (2026-02-28)


### ✨ Features

* add native debug viewer in advanced tab ([#177](https://github.com/conventoangelo/OverKeys/issues/177)) ([5cc5810](https://github.com/conventoangelo/OverKeys/commit/5cc5810a43081eb05356c03ed0f8fb8420b88407))
* add support and implement wide-mod adjustments ([#174](https://github.com/conventoangelo/OverKeys/issues/174)) ([328201b](https://github.com/conventoangelo/OverKeys/commit/328201b47acd6a778f4980cc9047809865bcc0fa))
* add timestamps to logger for better debugging ([#176](https://github.com/conventoangelo/OverKeys/issues/176)) ([26650b8](https://github.com/conventoangelo/OverKeys/commit/26650b8bdda22310c7ff2d3cc8fa764d4ddb0c9c))


### 🐛 Bug Fixes

* enhance foreign keyboard layout and key mapping ([#175](https://github.com/conventoangelo/OverKeys/issues/175)) ([902bf48](https://github.com/conventoangelo/OverKeys/commit/902bf484640ecab6919051744e730b04dad8e052))
* enhance logging with comprehensive levels and revision tracking ([#178](https://github.com/conventoangelo/OverKeys/issues/178)) ([cd8c031](https://github.com/conventoangelo/OverKeys/commit/cd8c03142e11ed94a3dd9302a74a5302bfcb36b7))


### 📚 Documentation

* update fallback font name from Geist Mono to DM Mono ([6af500b](https://github.com/conventoangelo/OverKeys/commit/6af500b8c285bd16e5b8e3cae5c871694b1cb1f0))


### ⚙️ CI/CD Pipeline

* remove release approval workflow ([0c4a769](https://github.com/conventoangelo/OverKeys/commit/0c4a7697a6bc00f63f95f9cc6fd71fe5f070805f))
* update PR fetching logic to filter by title for release-please ([8aa77b5](https://github.com/conventoangelo/OverKeys/commit/8aa77b5c4b6ef7f7cb9f38642e60037b99833304))
* update release-please workflow to use RELEASE_PLEASE_TOKEN for triggering workflows ([7ce7a56](https://github.com/conventoangelo/OverKeys/commit/7ce7a56e2943e345a080317d046bd5182fab7de7))

## [0.3.4](https://github.com/conventoangelo/OverKeys/compare/v0.3.3...v0.3.4) (2026-02-21)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: overkeys
description: "An open-source, customizable on-screen keyboard for Windows. Learn and practice alternative layouts, personalize appearance, and improve your typing."
publish_to: "none"
version: 0.3.4
version: 0.3.5
repository: https://github.com/conventoangelo/OverKeys

environment:
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile_exe-inno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OverKeys"
#define MyAppVersion "0.3.4" ;{x-release-please-version}
#define MyAppVersion "0.3.5" ;{x-release-please-version}
#define MyAppPublisher "Angelo Convento"
#define MyAppURL "https://github.com/conventoangelo/OverKeys"
#define MyAppExeName "OverKeys.exe"
Expand Down