mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
rom-properties 1.9
This commit is contained in:
parent
046dbac6da
commit
530d503b03
5
NEWS.md
5
NEWS.md
@ -1,10 +1,12 @@
|
||||
# Changes
|
||||
|
||||
## v1.9 (released 2021/??/??)
|
||||
## v1.9 (released 2022/05/22)
|
||||
|
||||
* New features:
|
||||
* OpenMP can now be used to improve decoding performance for some image
|
||||
codecs, including ASTC and BC7.
|
||||
* A .desktop file has been added for rp-config on Linux systems, which
|
||||
adds it to the applications menu on most desktop environments.
|
||||
|
||||
* New parsers:
|
||||
* GodotSTEX: Godot 3 and 4 texture files. Supports most linear encodings,
|
||||
@ -16,6 +18,7 @@
|
||||
encoded using ASTC.
|
||||
* CBMCart: Commodore ROM cartridges, using VICE 3.0's .CRT format. Supports
|
||||
external title screen images for C64 and C128 cartridges.
|
||||
* Lua: PUC LUA binary format (.lub).
|
||||
|
||||
* New parser features:
|
||||
* Added ASTC decoding. All texture formats that support ASTC have been
|
||||
|
11
README.md
11
README.md
@ -10,16 +10,16 @@ video game ROM and disc images.
|
||||
[](https://lgtm.com/projects/g/GerbilSoft/rom-properties/alerts/)
|
||||
[](https://lgtm.com/projects/g/GerbilSoft/rom-properties/context:cpp)
|
||||
|
||||
## v1.8
|
||||
## v1.9
|
||||
|
||||
This release adds a ton of new features, including achievements, WonderSwan
|
||||
(Color) ROMs, and external title screens (via RPDB) for Sega Mega Drive:
|
||||
This release adds a ton of new features, including ASTC and Godot textures,
|
||||
Commodore ROM cartridge images, and various performance improvements.
|
||||
|
||||

|
||||

|
||||
|
||||
Translators needed; file an issue if you'd like to get started on a new translation, or submit a Pull Request if you have a translation ready to go.
|
||||
|
||||
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.8.
|
||||
See [`NEWS.md`](NEWS.md) for a full list of changes in v1.9.
|
||||
|
||||
## Feedback
|
||||
|
||||
@ -202,6 +202,7 @@ button.
|
||||
|:------------------------------:|:--------------:|:--------:|:---------------:|:--------------:|
|
||||
| Executable and Linkable Format | Yes | No | N/A | N/A |
|
||||
| ISO-9660 Disc Images | Yes | Yes | No | N/A |
|
||||
| PUC Lua binaries | Yes | No | N/A | N/A |
|
||||
| Mach-O Binaries | Yes | No | N/A | N/A |
|
||||
| Nintendo amiibo | Yes | No | N/A | Media |
|
||||
| Nintendo Badge Arcade | Yes | No | Image | N/A |
|
||||
|
@ -1,5 +1,5 @@
|
||||
# AppVeyor configuration file.
|
||||
version: '1.8.3.{build}'
|
||||
version: '1.9.0.{build}'
|
||||
|
||||
# Build worker image (VM template)
|
||||
image: Visual Studio 2015
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
rom-properties (1.9-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 1.9 release.
|
||||
|
||||
-- David Korth <gerbilsoft@gerbilsoft.com> Sun, 22 May 2022 13:37:00 -0400
|
||||
|
||||
rom-properties (1.8.3-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 1.8.3 release.
|
||||
|
BIN
doc/img/rp-v1.9-kde5.GodotSTEX.SCU.png
Normal file
BIN
doc/img/rp-v1.9-kde5.GodotSTEX.SCU.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
@ -1 +1 @@
|
||||
1.8.3.1
|
||||
1.9.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user