Skip to content

Commit 2a46e1d

Browse files
committed
chore: update packaging metadata for v8.1.5 release
- RPM spec: add 8.1.5-1 changelog entry - Metainfo: update 8.1.5 release date and expand description - Flatpak: bump amiberry tag to v8.1.5 (commit hash updated by CI post-tag) - Debian changelog: bump to 8.1.5-1 (regenerated at PPA upload) - CLAUDE.md: reflect current project version
1 parent 45c4863 commit 2a46e1d

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Amiberry is an optimized Amiga emulator based on UAE (Unix Amiga Emulator). It p
1313
- **FreeBSD**: x86_64
1414
- **Windows**: x86_64 (MinGW-w64/GCC, dependencies via vcpkg)
1515

16-
- **Version**: 8.0.0 (Public Beta 26)
16+
- **Version**: 8.1.5
1717
- **Languages**: C/C++
1818
- **Build System**: CMake (minimum 3.16)
1919
- **License**: GPL (see LICENSE file)

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
amiberry (8.0.0-1) UNRELEASED; urgency=medium
1+
amiberry (8.1.5-1) UNRELEASED; urgency=medium
22

3-
* Stable v8.0.0 release.
3+
* Stable v8.1.5 release.
44

5-
-- Dimitris Panokostas <midwan@gmail.com> Sat, 15 Mar 2026 22:00:00 +0000
5+
-- Dimitris Panokostas <midwan@gmail.com> Tue, 14 Apr 2026 12:00:00 +0000

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.4
149+
tag: v8.1.5
150150
commit: 8dc7b63cf171caffe0ae5d1a8026da23494f86ca
151151
x-checker-data:
152152
type: git

packaging/linux/Amiberry.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
</screenshot>
6363
</screenshots>
6464
<releases>
65-
<release version="8.1.5" date="2026-04-02">
65+
<release version="8.1.5" date="2026-04-14">
6666
<description>
67-
<p>Android UI fixes</p>
67+
<p>Stable release: Android UI fixes, GUI improvements (loaded-config window title, screenshot controls in Misc panel, filter persistence per config, full CD/HD dialog path handling), optional Softfloat 80-bit FPU emulation, improved VSync frame pacing with adaptive mode, refreshed ImGui and WinUAE sync, macOS full-window focus fixes, iOS groundwork, relative filesystem/hardfile path fixes, and .uaem sidecar timestamp/metadata improvements.</p>
6868
</description>
6969
</release>
7070
<release version="8.1.4" date="2026-04-01">

packaging/rpm/amiberry.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ fi
8888
%{_mandir}/man1/amiberry.1.gz
8989

9090
%changelog
91+
* Tue Apr 14 2026 Dimitris Panokostas <midwan@gmail.com> - 8.1.5-1
92+
- Stable v8.1.5 release
93+
9194
* Wed Apr 01 2026 Dimitris Panokostas <midwan@gmail.com> - 8.1.4-1
9295
- Bugfix release with improved bootstrap and portable mode handling
9396
- Fixed macOS Intel JIT startup crashes and KMSDRM fullscreen/drawable size issues

0 commit comments

Comments
 (0)