diff --git a/CHANGES.md b/CHANGES.md index 5934079966..e63bd65920 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ -# 1.7.6 (future) +# 1.7.7 (future) + +# 1.7.6 - ANDROID: Fix Xperia Play input binding - CHEEVOS: Reset when hardcore mode is toggled - CHEEVOS: Update the hashing methods to identify NES, SNES and Lynx games (more accurate and accepting headerless ROMs). @@ -33,6 +35,8 @@ - MIDI: Add a Linux ALSA driver for MIDI. - NETPLAY: Force fast-save-states when netlay is enabled - NETPLAY: Allow quick joining subsystem lobbies +- OSX: Initial CoreAudio V3 audio driver (not yet used in release builds). +- OSX: OpenGL 3.2 Core support for cores. - PS2: Initial PlayStation2 port. - PS4: Initial PlayStation4 port. - RECORDING: Implement recording options in the menu complete with quality profiles, streaming, and proper file naming @@ -43,6 +47,7 @@ - SUBSYSTEM: Remember the last used folder to make loading subsystem type content faster - SWITCH/LIBNX: Improve touch scaling calculation. - SWITCH: Proper button labels. +- TVOS: Initial tvOS port. - VULKAN: Fix RGUI crashing at startup. - VULKAN: Fix secondary screens in overlays not working. - WAYLAND: Implement idle-inhibit support (needed for screensaver suspend). diff --git a/pkg/android/phoenix-gradle/app/src/main/AndroidManifest.xml b/pkg/android/phoenix-gradle/app/src/main/AndroidManifest.xml index 18f81c4611..118e37afd6 100644 --- a/pkg/android/phoenix-gradle/app/src/main/AndroidManifest.xml +++ b/pkg/android/phoenix-gradle/app/src/main/AndroidManifest.xml @@ -2,8 +2,8 @@ diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index c7b2531e27..2a5fd6ab92 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/pkg/android/phoenix64/AndroidManifest.xml b/pkg/android/phoenix64/AndroidManifest.xml index 03dcee9dc2..6bf3142939 100644 --- a/pkg/android/phoenix64/AndroidManifest.xml +++ b/pkg/android/phoenix64/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/pkg/apple/OSX/Info.plist b/pkg/apple/OSX/Info.plist index 76c761dfc9..70cdbafe70 100644 --- a/pkg/apple/OSX/Info.plist +++ b/pkg/apple/OSX/Info.plist @@ -30,17 +30,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.5 + 1.7.6 CFBundleSignature ???? CFBundleVersion - 1.7.5 + 1.7.6 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable NSHumanReadableCopyright - Copyright © 2018 RetroArch. All rights reserved. + Copyright © 2019 RetroArch. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/pkg/apple/OSX/Info_Metal.plist b/pkg/apple/OSX/Info_Metal.plist index 72c6354868..f8573f381d 100644 --- a/pkg/apple/OSX/Info_Metal.plist +++ b/pkg/apple/OSX/Info_Metal.plist @@ -30,17 +30,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.5 + 1.7.6 CFBundleSignature ???? CFBundleVersion - 1.7.5 + 1.7.6 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable NSHumanReadableCopyright - Copyright © 2018 RetroArch. All rights reserved. + Copyright © 2019 RetroArch. All rights reserved. NSMainNibFile MainMenu_Metal NSPrincipalClass diff --git a/pkg/apple/iOS/Info.plist b/pkg/apple/iOS/Info.plist index 68953840e0..6a17a2985d 100644 --- a/pkg/apple/iOS/Info.plist +++ b/pkg/apple/iOS/Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.5 + 1.7.6 CFBundleSignature ???? CFBundleVersion - 1.7.5 + 1.7.6 LSRequiresIPhoneOS LSSupportsOpeningDocumentsInPlace diff --git a/pkg/apple/tvOS/Info.plist b/pkg/apple/tvOS/Info.plist index 297d1226ea..41f7b28407 100644 --- a/pkg/apple/tvOS/Info.plist +++ b/pkg/apple/tvOS/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.5 + 1.7.6 CFBundleVersion - 1.7.5 + 1.7.6 LSRequiresIPhoneOS UIRequiredDeviceCapabilities diff --git a/version.all b/version.all index 49826dea7c..8923094fb7 100644 --- a/version.all +++ b/version.all @@ -6,8 +6,8 @@ # /* - pkg/snap/snapcraft.yaml (including the github url) */ #if 0 -RARCH_VERSION="1.7.5" +RARCH_VERSION="1.7.6" #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.7.5" +#define PACKAGE_VERSION "1.7.6" #endif diff --git a/version.dtd b/version.dtd index 7a7d886a17..ea61e030e4 100644 --- a/version.dtd +++ b/version.dtd @@ -1 +1 @@ - +