mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
rom-properties 2.1
This commit is contained in:
parent
803de996bd
commit
ad98897d6b
2
NEWS.md
2
NEWS.md
@ -1,6 +1,6 @@
|
||||
# Changes
|
||||
|
||||
## v2.1 (released 2022/??/??)
|
||||
## v2.1 (released 2022/12/24)
|
||||
|
||||
* New features:
|
||||
* Initial support for Nautilus 43 (GTK4). Nautilus 43 reworked the property
|
||||
|
40
README.md
40
README.md
@ -8,43 +8,27 @@ video game ROM and disc images.
|
||||
[](https://scan.coverity.com/projects/10146)<br>
|
||||
[](https://github.com/GerbilSoft/rom-properties/actions/workflows/codeql-analysis.yml)
|
||||
|
||||
## v2.0 - Stella Edition
|
||||
## v2.1
|
||||
|
||||

|
||||

|
||||
|
||||
This release is dedicated to my beagle, Stella, who sadly passed away on
|
||||
September 4, 2022.
|
||||
Major changes in v2.1 include:
|
||||
|
||||
rom-properties 2.0 has two major changes:
|
||||
* Support for GTK4 UI frontends, e.g. Nautilus 43. Note that Nautilus 43 has
|
||||
significantly limited the functionality of property pages, so it's only
|
||||
partially implemented at the moment.
|
||||
|
||||
* The configuration UI has been ported to the GTK+ UI toolkit. This allows
|
||||
GTK+ desktop users to use rp-config without having to install the Qt/KDE
|
||||
UI frontend.
|
||||
* Right-click menu option for "Convert to PNG" for supported texture files,
|
||||
e.g. DDS and KTX.
|
||||
|
||||
* libromdata is now linked as a shared library instead of as a static library:
|
||||
libromdata.so.1 on Linux; romdata-1.dll on Windows. This significantly
|
||||
reduces the overall size of all installed packages.
|
||||
* rp-config now has a built-in update checker on the "About" tab.
|
||||
|
||||
* Note that the libromdata ABI is *not* guaranteed to remain stable across
|
||||
releases, and it only exports symbols required for the UI frontends. The
|
||||
library is *not* intended for general use with other programs. I will try
|
||||
to prevent major ABI breakages across releases, but if it happens, the
|
||||
SOVERSION will be incremented.
|
||||
|
||||
Other significant changes:
|
||||
|
||||
* String tables have also been refactored to use less memory and reduce the
|
||||
number of relocations, which improves startup performance.
|
||||
|
||||
* Atari 7800 ROM images are now supported.
|
||||
|
||||
* Assorted fixes for the Lua, Nintendo 3DS, N64, and ELF parsers, including
|
||||
fixes for big-endian systems.
|
||||
* KTX2: RG88 texture format and swizzling are now supported.
|
||||
|
||||
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 v2.0.
|
||||
See [`NEWS.md`](NEWS.md) for a full list of changes in v2.1.
|
||||
|
||||
## Feedback
|
||||
|
||||
@ -77,7 +61,7 @@ On Windows XP/2003 and earlier, you will need the MSVC 2015-2017 runtime:
|
||||
* 32-bit: https://aka.ms/vs/15/release/VC_redist.x86.exe
|
||||
* 64-bit: https://aka.ms/vs/15/release/VC_redist.x64.exe
|
||||
|
||||
For instructions on compiling from source, see doc/COMPILING.md .
|
||||
For instructions on compiling from source, see [`doc/COMPILING.md`](doc/COMPILING.md).
|
||||
|
||||
### Linux
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# AppVeyor configuration file.
|
||||
version: '2.0.0.{build}'
|
||||
version: '2.1.0.{build}'
|
||||
|
||||
# Build worker image (VM template)
|
||||
image:
|
||||
|
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,4 +1,16 @@
|
||||
rom-properties (2.0-1ppa1~xenial6) xenial; urgency=medium
|
||||
rom-properties (2.1-1ppa1~xenial2) xenial; urgency=medium
|
||||
|
||||
* Fixes for KDE4 and GTK builds.
|
||||
|
||||
-- David Korth <gerbilsoft@gerbilsoft.com> Sat, 24 Dec 2022 12:36:49 -0500
|
||||
|
||||
rom-properties (2.1-1ppa1~xenial1) xenial; urgency=medium
|
||||
|
||||
* 2.1 release.
|
||||
|
||||
-- David Korth <gerbilsoft@gerbilsoft.com> Sat, 24 Dec 2022 11:01:26 -0500
|
||||
|
||||
rom-properties (2.0-1ppa1~xenial6) xenial; urgency=medium
|
||||
|
||||
* Need to set RP_LIBROMDATA_IS_DLL in the current *and* parent scope.
|
||||
|
||||
|
BIN
doc/img/rp-v2.1-thunar.ConvertToPNG.png
Normal file
BIN
doc/img/rp-v2.1-thunar.ConvertToPNG.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
@ -1 +1 @@
|
||||
2.0.0.1
|
||||
2.1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user