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.5"
".": "0.3.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.6](https://github.com/conventoangelo/OverKeys/compare/v0.3.5...v0.3.6) (2026-08-16)


### ✨ Features

* add key modifiers to layout configuration ([#202](https://github.com/conventoangelo/OverKeys/issues/202)) ([6d9d1f2](https://github.com/conventoangelo/OverKeys/commit/6d9d1f2cd3b543281b52f75748efe25dd1703408))

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


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.5
version: 0.3.6
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.5" ;{x-release-please-version}
#define MyAppVersion "0.3.6" ;{x-release-please-version}
#define MyAppPublisher "Angelo Convento"
#define MyAppURL "https://github.com/conventoangelo/OverKeys"
#define MyAppExeName "OverKeys.exe"
Expand Down
Loading