Skip to content

chore: release v0.2.7#45

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--overkeys
Closed

chore: release v0.2.7#45
github-actions[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--overkeys

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 New release prepared

0.2.7 (2025-03-27)

✨ Features

  • add app and tray icon (e323fe7)
  • add auto-hide keyboard functionality (b8ff98b)
  • add auto-hide on startup functionality (da91757)
  • add auto-hide on startup functionality (670edf4)
  • add color wheels for picking colors (0df237a)
  • add focal layout (#12) (785d877)
  • add font weight options (e8db800)
  • add functionality to preferences window and local data persistence (11d96a1)
  • add keypress detection and feedback (3f2b8ca)
  • add layout options to tray menu (461f7d7)
  • add minimumSize to Preferences window (3f5d045)
  • add more font options (b702703)
  • add open on start up functionality (f6523f4)
  • add sample alternative language layouts (1f23fef)
  • add separate preferences window (3c03597)
  • add separate setting for markerColorNotPressed (60d9d37)
  • add split matrix and matrix keymap styles (#3) (7775335)
  • add support for a number/top row (#21) (63a1f20)
  • add support for kanata (#18) (54fb513)
  • add support for more layouts (#1) (1ede8d9)
  • add support for multiple/alternative keyboard layout (#23) (a363424)
  • add support for optional grave accent (`) key (#25) (414533c)
  • add tactile markers settings and additional keyboard settings (f3338d3)
  • add tray menu (95504fa)
  • improve Preferences window (#28) (97ffaed)
  • improve slider latency by using onChangeEnd instead (c587009)
  • make advanced settings toggle more intuitive/functional (#40) (02cd74a)
  • make loading own layout easier by using useUserLayout (39321d1)
  • preferences screen revamp (#16) (73f2665)
  • set initial position to screen center bottom (26e17e1)

🐛 Bug Fixes

  • add missing semicolon to new layout (ce390fa)
  • added Manrope fonts to pubspec.yaml (6c81fe5)
  • allow active window to remain in focus (#34) (ccaf8aa)
  • allow overkeys to close when no open windows (46cda03)
  • change generated default user_config (1e79c8b)
  • clipping caused of changing key size (83257d2)
  • close all open windows before closing overkeys (0575bb5)
  • could only either connect to kanata or useUserLayout at a time (bb49104)
  • fontFamilyFallback set to working Geist Mono (7cd3c12)
  • layout submenu now has a checked state (410b24c)
  • more symbols now supported for key press state (3911bdd)
  • non-1920x1080 displays now supported (9b43243)
  • opacity reverts to set opacity when fading in (647025c)
  • opacity stays the same upon layout change (546ae16)
  • remove images used by README in pubspec.yaml (007e63d)
  • remove unresponsive release-please on inno-setup script (aad3f3c)
  • reset keyboard press states on session unlock (#35) (ff9986c)
  • resolve auto-hide issue when moving window (#17) (bc2c779)
  • sync tray and preferences window auto-hide option (6778ed8)
  • try smaller gif size to make README work (fd0c6ba)
  • window now appears when auto-hide is turned off (92f2f79)
  • x-release-please touch inno-setup (a3e0245)

🧹 Miscellaneous Chores

  • add CODEOWNERS file to define repository owner (240eab5)
  • add release-notes-template.md (0defcdb)
  • bump version to 0.2.1 (a914d68)
  • bump version to 0.2.2 (4652e85)
  • bump version to 0.2.3 (f7f8d03)
  • bump version to 0.2.3-alpha.1 (78afab8)
  • bump version to 0.2.4 (914e110)
  • bump version to 0.2.5 (578a0e6)
  • release v0.2.6 (#44) (037f4c4)
  • remove .vscode from repository (947a56f)
  • remove mobile and web directories in the repository (082af51)
  • run flutter pub upgrade --major-versions (bd908cd)
  • run flutter pub upgrade --major-versions (50f2e29)
  • run prettier write (b6942d6)
  • update file description in Runner.rc (f4c908d)
  • update README.md (182e2dd)
  • update README.md (b6ededc)
  • update README.md (98082e8)
  • update README.md (ab620a2)
  • update README.md (2e7dd6d)
  • update README.md (02692ee)
  • update README.md (f9c59ee)
  • update version number to 0.1.1 (efc9523)
  • upgrade flutter dependencies/packages (d3bed45)

📚 Documentation

  • add configuration instructions (f90bb8d)
  • add issue templates (1ad9f1e)
  • add loading your own layout section (6c2a1a9)
  • convert to github blob url loading (2943ad8)
  • update logo size on README.md (cf739a0)
  • update README to include gifs and samples (5da26d4)
  • update README.md (d3b672a)
  • update README.md (ae4ebba)
  • update README.md (740c5e5)

⚙️ CI/CD Pipeline

  • add .dlls and inno-setup script (614dd42)
  • add inno-setup script to release-please (a0835a9)
  • add winget-releaser to workflow (0bb56b9)
  • initialize release-please (010e5ee)
  • remove release-type in yaml file (38b85c3)
  • update PR title pattern (78a643e)
  • update release-please action reference to googleapis (093d5ab)
  • update release-please configuration for improved changelog sections and patterns (21af092)
  • update release-please configuration with package details and changelog path (706a3fe)

💅 Code Style

  • change default fontWeight to Medium (53b67bc)
  • remove border of Color picker options (78bf340)
  • trimmed overkeys icon (b6f4bbf)

🔨 Refactoring

  • change project name to "OverKeys" (06cd5b1)
  • changed tray menu event handling (67ed584)
  • move keyboard_layouts.dart to models folder (47e0f23)
  • moved layout option in tray menu completely to preferences (324c79a)
  • rename to userLayouts and defaultUserLayout (2afc26e)
  • update version and description in preferences window and Runner.rc (b86a952)
  • update version and description in preferences window and Runner.rc (b8b6af7)

⏪ Reverts

  • add back rp in inno-setup (e528592)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant