From d38dfa60f6e08dd43ef6b0b6cc139ba6acb2140c Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 03:02:27 +0200 Subject: [PATCH 1/6] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 366c7518be..fb57269433 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # 1.7.9 (future) +# 1.7.8 (v4) +- CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD) (for real this time, got added in the CHANGELOG for v2 then reverted before it hit release) +- IOS: Update for iOS 13, fix the asset packaging issues. + # 1.7.8 (v3) - GLCORE: Ensure correct scaling of menu texture (with RGUI) - IPS: Soft-Patch any IPS size From 97d2be1ff30bb01527b0b5c378f658248c0db9fa Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 03:03:17 +0200 Subject: [PATCH 2/6] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index fb57269433..41b3356388 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ # 1.7.8 (v4) - CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD) (for real this time, got added in the CHANGELOG for v2 then reverted before it hit release) - IOS: Update for iOS 13, fix the asset packaging issues. +- SWITCH: Add 'AI Service' option to Switch (untested). # 1.7.8 (v3) - GLCORE: Ensure correct scaling of menu texture (with RGUI) From ea7e6822531a778565c6459a6ff2731bcbf90ba5 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 03:06:19 +0200 Subject: [PATCH 3/6] Update AndroidManifest.xml --- pkg/android/phoenix/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index 93436cc173..dc3edc7e97 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -2,7 +2,7 @@ From 725430994d0e01379b0682173ad18b97a64090de Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 03:20:14 +0200 Subject: [PATCH 4/6] Update CHANGES.md --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 41b3356388..b509e3df24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,9 @@ # 1.7.8 (v4) - CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD) (for real this time, got added in the CHANGELOG for v2 then reverted before it hit release) -- IOS: Update for iOS 13, fix the asset packaging issues. -- SWITCH: Add 'AI Service' option to Switch (untested). +- IOS: Update for iOS 13, fix the asset packaging issues +- SWITCH: Add 'AI Service' option to Switch (untested) +- SWITCH: Update to newest libnx # 1.7.8 (v3) - GLCORE: Ensure correct scaling of menu texture (with RGUI) From 7c2d2246feab3a9fbefb161aceaf336796082d19 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 04:30:27 +0200 Subject: [PATCH 5/6] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b509e3df24..948beda9c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,7 @@ # 1.7.9 (future) # 1.7.8 (v4) +- COMMON: Enable customisation of runtime 'last played' display format. - CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD) (for real this time, got added in the CHANGELOG for v2 then reverted before it hit release) - IOS: Update for iOS 13, fix the asset packaging issues - SWITCH: Add 'AI Service' option to Switch (untested) From 454b4ea715d453df24a192a9f7fe5e997b68dcf1 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 16 Sep 2019 04:31:30 +0200 Subject: [PATCH 6/6] Update CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 948beda9c3..3a3078f703 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,8 @@ - COMMON: Enable customisation of runtime 'last played' display format. - CHEEVOS: Add hashing support for PSX (bin/cue, chd, or real CD) (for real this time, got added in the CHANGELOG for v2 then reverted before it hit release) - IOS: Update for iOS 13, fix the asset packaging issues +- LOCALIZATION: Update Portuguese Brazilian Translation +- MENU: Add 12-hour time/date versions of all formats - SWITCH: Add 'AI Service' option to Switch (untested) - SWITCH: Update to newest libnx