Skip to content

Commit d95228f

Browse files
authored
New version: Kieirra.Murmure version 1.8.0 (microsoft#353521)
1 parent 2435c44 commit d95228f

File tree

3 files changed

+90
-0
lines changed

3 files changed

+90
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Kieirra.Murmure
5+
PackageVersion: 1.8.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
ProductCode: '{D18713D7-56B6-41D6-955C-0B18BC23B563}'
10+
ReleaseDate: 2026-03-28
11+
AppsAndFeaturesEntries:
12+
- ProductCode: '{D18713D7-56B6-41D6-955C-0B18BC23B563}'
13+
UpgradeCode: '{277BDAB5-E82B-55BC-A17C-DE7AEAF0F249}'
14+
InstallationMetadata:
15+
DefaultInstallLocation: '%ProgramFiles%/murmure'
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/Kieirra/murmure/releases/download/1.8.0/Murmure_x64.msi
19+
InstallerSha256: FDD0AB009023EA67931AD40FF8467527DDDCA31EF8D53A661630BB7475247872
20+
ManifestType: installer
21+
ManifestVersion: 1.12.0
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Kieirra.Murmure
5+
PackageVersion: 1.8.0
6+
PackageLocale: en-US
7+
Publisher: al1x-ai
8+
PublisherUrl: https://github.com/Kieirra
9+
PublisherSupportUrl: https://github.com/Kieirra/murmure/issues
10+
PackageName: murmure
11+
PackageUrl: https://github.com/Kieirra/murmure
12+
License: AGPL-3.0
13+
LicenseUrl: https://github.com/Kieirra/murmure/blob/HEAD/LICENSE
14+
ShortDescription: Fully local, private and cross platform Speech-to-Text with LLM Post-processing
15+
Tags:
16+
- asr
17+
- asr-model
18+
- debian-packages
19+
- linux
20+
- macos
21+
- privacy
22+
- speech-to-text
23+
- windows
24+
ReleaseNotes: |-
25+
Murmure 1.8.0
26+
This release introduces Voice Mode, a hands-free way to control Murmure using wake words, no keyboard needed. It also brings remote LLM server support, full settings import/export with CLI support, and dozens of improvements across shortcuts, rules, and the overall experience.
27+
New Features
28+
- (Major) Voice Mode: Activate Murmure by voice with customizable wake words, no keyboard needed. Includes auto-send enter, and wake word listener stays active during keyboard-triggered recording. (#178, #187)
29+
- (Major) LLM Remote Servers: Connect to remote OpenAI-compatible API servers for LLM Connect, with per-mode provider switching, model search, per-mode voice triggers, and onboarding flow. (#197, #206)
30+
- (Major) Import/Export Settings: Import and export configuration settings partially or fully. Add CLI import support (murmure import <file>) for sysadmin mass deployment. (#212, #223)
31+
- Shortcuts: Add support for mouse buttons, OEM keys (-, =, [, ], ;, ', etc.), <>, F13-F24. Add a shortcut in overlay to cancel recording. (#158, #194, #218, #161)
32+
- Rules: Add regex support for custom rules, improve rule labels, add "?" helper for replacement text, short text correction (auto-lowercase/remove punctuation), and rule reordering. (#163, #168, #195, #170)
33+
- LLM: Allow LLM mode reordering. Add "Voice Dictation" preset for interpreting spoken formatting commands as typographic characters. (#180)
34+
- Dictionary: Add option to clear all dictionary entries. (#159)
35+
- About Page: Redesigned with starry background and sponsor cards. (#198)
36+
- Autostart: Start minimized to tray on autostart. (#201)
37+
- macOS: Add configurable option to show/hide application in Dock. (#226)
38+
- Linux: Add .deb package and install.sh one-liner script for Debian/Ubuntu. (#174)
39+
- Update: Update tauri-plugin-updater to 2.10.0 for multi-format support (.deb, .exe, macOS Intel).
40+
- Sidebar: Add "Release notes" link in sidebar footer.
41+
- Defaults: Improve default settings for new users (transcription in RAM, trailing space). (#187)
42+
Bug Fixes
43+
- Fix overlay scrollbar on Windows (#169), overlay stealing focus (#177), overlay freeze on audio timeout (#252).
44+
- Fix double percentage display during download.
45+
- Use dark mode colors consistently. (#199)
46+
- Improve microphone list and keep manually selected device when disconnected (#204). Fix crash when no microphone is available (#217).
47+
- Improve LLM accuracy with system prompts. Improve response speed of reasoning models by disabling thinking mode. (#213)
48+
- Improve smart mode auto-spacing and word deduplication (parakeet fix). (#219)
49+
- Fix selected text detection when clipboard already contains the same content. (#229)
50+
- Fix ToggleToTalk accidental restart caused by X11 auto-repeat.
51+
- Fix spurious modifier key release on macOS after paste and recording lock management. (#241)
52+
- Fix wake word language-aware validation, history update, and EMA smoothing for VAD.
53+
Thanks
54+
Thanks to all contributors, testers, and supporters who made this release possible:
55+
Contributors: @MissonHxC @thiswillbeyourgithub @buffalodebile @Prinzhorn @diodiogod
56+
Beta testers: @ivan-pourmir @icristescu @laurentkempe @OlafausBerlin @HachetAmaury @KevinGeorge
57+
Tippers: Aparrot, Davidda, David, Gizmo38, IiPo, Jérémy, Mablunt, Mactin, Arnaud, Guy, Alain, FloB, Francis, Richard Edward, @scwall
58+
See full CHANGELOG.
59+
ReleaseNotesUrl: https://github.com/Kieirra/murmure/releases/tag/1.8.0
60+
ManifestType: defaultLocale
61+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Kieirra.Murmure
5+
PackageVersion: 1.8.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)