Skip to content

Commit 3789618

Browse files
committed
chore: update packaging version references for v8.1.2
1 parent 2487f9d commit 3789618

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

packaging/flatpak/com.blitterstudio.amiberry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ modules:
146146
sources:
147147
- type: git
148148
url: https://github.com/BlitterStudio/amiberry
149-
tag: v8.1.1
149+
tag: v8.1.2
150150
commit: c206f446fefa820e41aa35b2160fd9dcc43a914f
151151
x-checker-data:
152152
type: git

packaging/linux/Amiberry.metainfo.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
</screenshot>
6363
</screenshots>
6464
<releases>
65+
<release version="8.1.2" date="2026-03-26">
66+
<description>
67+
<p>Bugfix release: event-driven input dispatch with reduced latency, portable mode toggle in Paths panel, Ctrl+Alt hotkey to release mouse grab, audio queue robustness improvements, ImGui update, file dialog crash fix, autoconfig and x86-64 JIT exception handler fixes, macOS raw disk access fallback, and various bug fixes.</p>
68+
</description>
69+
</release>
6570
<release version="8.1.1" date="2026-03-25">
6671
<description>
6772
<p>Bugfix release: LoongArch64 architecture support, experimental Vulkan renderer, JIT allocator fixes for x86-64, portable install path fixes on Windows, HiDPI scaling fix on Linux, filesystem encoding fix for international filenames, and various bug fixes.</p>

packaging/rpm/amiberry.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global debug_package %{nil}
33

44
Name: amiberry
5-
Version: 8.1.1
5+
Version: 8.1.2
66
Release: 1%{?dist}
77
Summary: Optimized Amiga emulator for ARM64, AMD64 and RISC-V platforms
88

@@ -88,6 +88,9 @@ fi
8888
%{_mandir}/man1/amiberry.1.gz
8989

9090
%changelog
91+
* Thu Mar 26 2026 Dimitris Panokostas <midwan@gmail.com> - 8.1.2-1
92+
- Stable v8.1.2 release
93+
9194
* Tue Mar 25 2026 Dimitris Panokostas <midwan@gmail.com> - 8.1.1-1
9295
- Stable v8.1.1 release
9396

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amiberry",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "Optimized Amiga emulator for various platforms",
55
"homepage": "https://amiberry.com",
66
"dependencies": [

0 commit comments

Comments
 (0)