Skip to content

Commit 09883d6

Browse files
committed
🛠️ • v.0.1.0-beta.7
1 parent f95a7b2 commit 09883d6

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: Version
15-
placeholder: e.g. v0.1.0-beta.6
15+
placeholder: e.g. v0.1.0-beta.7
1616
validations:
1717
required: true
1818
- type: dropdown

docs/release-notes/v.0.1.0-beta.7.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FluAutoClicker v0.1.0-beta.7
22

3-
Release date: unreleased
3+
Release date: 06.06.2026
44

55
## Overview
66

7-
unreleased
7+
Mouse wheel scrolling support in macros, export/import of all configuration data at once, a "Reduce Motion" accessibility setting, a "Time Multiplier" playback speed selector, and several important bug fixes in keyboard shortcut settings and profile management.
88

99
## Enhancements
1010

@@ -26,7 +26,7 @@ unreleased
2626

2727
## Notes
2828

29-
- ⚠️ This version has not been fully tested on Linux, so there may be errors in some of the new changes!
29+
- ⚠️ This version has not been tested on Linux, so there may be errors in some of the new changes!
3030
- ⚠️ [v0.1.0-beta.5] Config migration: the `record_mouse_moves` option in macro settings changed from a boolean (true/false) to a string mode ("off"|"instant"|"linear"|"smooth"). Existing configs are auto-migrated: true → instant, false → off. Re-saving the config will store the new string form.
3131
- Wayland macro recording and global hotkeys remain intentionally unavailable for now; the app reports those limitations through capabilities/UX instead of failing silently.
3232
- Linux input automation requires writable `/dev/uinput`. Use the in-app permission prompt or configure a persistent udev rule.

docs/updates/latest-beta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.1.0-beta.6",
3-
"notes": "Hotfix: Fixed a bug with double click in macro mode and disabled macro list animations/smooth scrolling when minimized.",
4-
"pub_date": "2026-06-04T00:00:00Z",
5-
"github_url": "https://github.com/Agzes/FluAutoClicker/releases/tag/v.0.1.0-beta.6"
2+
"version": "0.1.0-beta.7",
3+
"notes": "Mouse wheel scrolling support in macros, export/import of all configuration data at once, a \"Reduce Motion\" accessibility setting, a \"Time Multiplier\" playback speed selector.",
4+
"pub_date": "2026-06-06T00:00:00Z",
5+
"github_url": "https://github.com/Agzes/FluAutoClicker/releases/tag/v.0.1.0-beta.7"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fluautoclicker",
33
"private": true,
4-
"version": "0.1.0-beta.6",
4+
"version": "0.1.0-beta.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --config vite.config.mjs --configLoader native",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluautoclicker"
3-
version = "0.1.0-beta.6"
3+
version = "0.1.0-beta.7"
44
description = "Universal cross-platform automation for mouse, keyboard and macros with high-precision input emulation."
55
authors = ["Agzes"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "FluAutoClicker",
4-
"version": "0.1.0-beta.6",
4+
"version": "0.1.0-beta.7",
55
"identifier": "io.github.agzes.fluautoclicker",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)