diff --git a/blog/2021/07/20/new-site/index.html b/blog/2021/07/20/new-site/index.html index 3742ef8..4592d77 100644 --- a/blog/2021/07/20/new-site/index.html +++ b/blog/2021/07/20/new-site/index.html @@ -7,4 +7,4 @@ post thumb post thumb post thumb -post thumb

Post-Image

Release 2.1.1

Release 2.1.1

[2.1.1] - 2022-06-15

Added

  • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
  • Swift UI beta for tvOS
  • tvOS theme support
  • Metal shader 200% speedup 👉 @mrjschulte
  • early dosbox testing code (no running yet)

Fixed

  • tgbdual crash on ios fixed

Updated

  • fceux update core to 2.6.2

Post-Image

Release 2.1.0

Release 2.1.0

Changes

Site

  • IPAs now hosted in Amazon S3 for faster downloads/installs.

Core options

  • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
  • New Options exposed for
    • Mupen (N64)
    • Mednafen

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

\ No newline at end of file +post thumb

Post-Image

Release 2.1.1

Release 2.1.1

[2.1.1] - 2022-06-15

Added

  • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
  • Swift UI beta for tvOS
  • tvOS theme support
  • Metal shader 200% speedup 👉 @mrjschulte
  • early dosbox testing code (no running yet)

Fixed

  • tgbdual crash on ios fixed

Updated

  • fceux update core to 2.6.2

Post-Image

Release 2.1.0

Release 2.1.0

Changes

Site

  • IPAs now hosted in Amazon S3 for faster downloads/installs.

Core options

  • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
  • New Options exposed for
    • Mupen (N64)
    • Mednafen

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

\ No newline at end of file diff --git a/blog/2021/09/14/release2.0.2/index.html b/blog/2021/09/14/release2.0.2/index.html index 0680cb4..a94641f 100644 --- a/blog/2021/09/14/release2.0.2/index.html +++ b/blog/2021/09/14/release2.0.2/index.html @@ -1,10 +1,10 @@ Provenance Emu

Release 2.0.2

feature-image

Release 2.0.2

🥰 Patreon

Install Instructions

https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

Changes

More Bug fixes mostly.

Added

  • XCode will detect missing git submodules and auto-clone recursive before building the rest of the project

Fixed

  • #1586 Running same core twice in a row would crash
  • #1593 Cheat codes menu crash fixes and other cheat code quality improvements

Updated

  • #1564 SteamController native SPM package port
  • Jaguar core updated with libretro upstream + my performance hacks. PR made https://github.com/libretro/virtualjaguar-libretro/pull/53#issuecomment-919242560
  • Fix many static analyzer warnings about possible nil pointer/un-malloc’d memory usage, now we check and log nils or early exit where applicable
  • SQLite.swift updated
  • RxRealm updated from 5.0.2 to 5.0.3
  • realm-cocoa updated from 10.14.0 to 10.15.0

About this author

author-image

Joe Mattiello

\ No newline at end of file diff --git a/blog/2021/12/21/release2.0.3/index.html b/blog/2021/12/21/release2.0.3/index.html index c43f847..5c8195d 100644 --- a/blog/2021/12/21/release2.0.3/index.html +++ b/blog/2021/12/21/release2.0.3/index.html @@ -1,10 +1,10 @@ Provenance Emu

Release 2.0.3

feature-image

Release 2.0.3

🥰 Patreon

Install Instructions

https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

Changes

More Bug fixes, some core updates.

[2.0.3] - 2021-12-16

Added

  • Odyssey2 core
  • Mac Catalyst early support (M1 and Intel) (not for public use yet)
  • SNES FAST and PCE FAST core options for Mednafen
  • watch os demo target
  • Odyssey add and use od2 extension
  • Add odyssey to build
  • Tentative support for VecX and CrabEMU
  • macOS testing catalyst
  • Add nitotv methods for tvOS
  • Override openURL for tvOS
  • Add Patron link to readme
  • Add Desmume2015 core
  • DuckStation initial commit
  • Cores add plist feature to ignore
  • Add PPSSPP Source
  • Play! PS2 initial commit
  • Add Dolphin project
  • Add GameCube support classes and metadata (WIP)
  • Add flycast core (WIP)
  • Add a Chinese loading example
  • Add localized strings file and example

Fixed

  • #1621 GBC palette options crashed gambatte
  • #1414 smarter expecptions in PVSystem
  • #1645 PCE Audio setting tweaks to match real hardware
  • #1637 Cheats label name cut off fixed
  • #1649 two PCE module audio related setting tweaks that enable Provenance’s PCE Audio output to match much closer to the measured MDFourier output of a real system, as tested with @artemio from the MDFourier project.
  • Fixed rare crash in OERingBuffer
  • Cores that don’t support saves no loner display save actions in menu
  • OpenVGDB Update (fixes artwork and metadata not loading)
  • Fixed strong self refs in some classes, closures
  • Fixed MD5 mismatch log message
  • Add back a crash logger #1605 add crash logger and fix minor build settings
  • switch jaguar to upstream branch
  • core option as bool for objc
  • RxDataSources switch to SPM package
  • Fix some implicit self block refs
  • closes Conflicts not reported #1601 conflicts reporting correctly
  • fixes Gambatte core immediately crashes #1621 GBC palette options crashed gambatte
  • refs After Resolving an “Import Conflict”, subsequent imports no longer work #1414 smarter expecptions in PVSystem
  • refs WebDav Server Always-On broken #822 add small main queue delay 4webdav start
  • tvOS add multi micro gamepad to infoplist
  • tvOS fix target order setting error
  • Fix minor iCloud warning
  • Fix random warnings
  • Fix force unwraps in appdeleagte
  • Fix finicky tvOS schemes
  • Fix whole/single compilation for rel/arch targets
  • Mednafen, proper ELOG in swift
  • Mednafen remove dead file ref
  • RxSwift fix some threading issues
  • Fix GL_SILENCE_DEPRECATION=1
  • Fix PS2 stealing PS1 bios
  • Fix gamecub stealing n64 roms
  • add nintendo DS enums
  • Replace QuickTableViewController SPM with source
  • PicoDrive fix naming
  • altkit not in catalyst
  • Remove reicast from build
  • Fix catalyst and other build tweaks

Updated

  • Jaguar core upstream & custom performance hacks
  • Mupen/GlideN64/Rice… updated to latest upstream
  • All SPM packages to upstream

Removed

  • Delete Romefile
  • dolphini remove used parent project

About this author

author-image

Joe Mattiello

\ No newline at end of file diff --git a/blog/2021/12/24/release2.0.4/index.html b/blog/2021/12/24/release2.0.4/index.html index 89e095a..b3b2277 100644 --- a/blog/2021/12/24/release2.0.4/index.html +++ b/blog/2021/12/24/release2.0.4/index.html @@ -1,10 +1,10 @@ Provenance Emu

Release 2.0.4

feature-image

Release 2.0.4

🥰 Patreon

Install Instructions

https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

Changes

More Bug fixes, some core updates.

[2.0.4] - 2021-12-16

Fixed

About this author

author-image

Joe Mattiello

\ No newline at end of file diff --git a/blog/2022/02/15/release-2.1.0/index.html b/blog/2022/02/15/release-2.1.0/index.html index 4231a73..3cce282 100644 --- a/blog/2022/02/15/release-2.1.0/index.html +++ b/blog/2022/02/15/release-2.1.0/index.html @@ -1,7 +1,7 @@ Provenance Emu

Release 2.1.0

feature-image

Release 2.1.0

Changes

Site

  • IPAs now hosted in Amazon S3 for faster downloads/installs.

Core options

  • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
  • New Options exposed for
    • Mupen (N64)
    • Mednafen

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Controllers

N64 and PSX new on-screen joystick

Updated N64 on screen controls

iPad SmartKeyboard as a gamepad

GamePad menu Navigation

Fully navigate the iOS/iPad OS UI with any compatible GamePad (MFi, DualShock, Steam, iCade etc) +

Release 2.1.0

feature-image

Release 2.1.0

Changes

Site

  • IPAs now hosted in Amazon S3 for faster downloads/installs.

Core options

  • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
  • New Options exposed for
    • Mupen (N64)
    • Mednafen

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Mednafen new options menu items

Controllers

N64 and PSX new on-screen joystick

Updated N64 on screen controls

iPad SmartKeyboard as a gamepad

GamePad menu Navigation

Fully navigate the iOS/iPad OS UI with any compatible GamePad (MFi, DualShock, Steam, iCade etc) Completely wireless play, no need to be within touching distance of your mobile devices!

Full interface navigation with GamePad

Update UI components for iOS and tvOS

iPad Browser UI

GameBoy Color Select Menu

iOS Menu Icons

Apple TV new options styling

tvOS Settings new Styling

Render Engine

CRT Filter improvements

Experimental Metal backend

All new CRT and more shaders native in Metal.

Google Cardboard / Split View 3D for VirtualBoy

Added a new option to enable Mednafen’s VirtualBoy core to render 3D in left/right split view, with optional middle gap. This is early support for using stereoscopic 3D screens such as 3D TV’s with “Side by Side” mode, or Google Cardboard or similar headset with a mounted iPhone.

Spotlight

Fixed iOS Spotlight Results

Log viewer

Fixed iOS Spotlight Results

About this author

author-image

Joe Mattiello

    footer-logo
    \ No newline at end of file +post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    \ No newline at end of file diff --git a/blog/2022/06/15/release-2.1.1/index.html b/blog/2022/06/15/release-2.1.1/index.html index 4a7a3c6..aacf7eb 100644 --- a/blog/2022/06/15/release-2.1.1/index.html +++ b/blog/2022/06/15/release-2.1.1/index.html @@ -1,10 +1,10 @@ Provenance Emu

    Release 2.1.1

    feature-image

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    About this author

    author-image

    Joe Mattiello

    \ No newline at end of file diff --git a/blog/2022/12/09/release-2.2.0/index.html b/blog/2022/12/09/release-2.2.0/index.html index d9c2a2b..f858e2a 100644 --- a/blog/2022/12/09/release-2.2.0/index.html +++ b/blog/2022/12/09/release-2.2.0/index.html @@ -14,4 +14,4 @@ post thumb post thumb post thumb -post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    \ No newline at end of file +post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    \ No newline at end of file diff --git a/blog/index.html b/blog/index.html index 2c3bc11..1831c7c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -7,4 +7,4 @@ post thumb post thumb post thumb -post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Post-Image

    Release 2.0.4

    Release 2.0.4

    🥰 Patreon

    Post-Image

    Release 2.0.3

    Release 2.0.3

    🥰 Patreon

    Post-Image

    Release 2.0.2

    Release 2.0.2

    🥰 Patreon

    \ No newline at end of file +post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Post-Image

    Release 2.0.4

    Release 2.0.4

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    Post-Image

    Release 2.0.3

    Release 2.0.3

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    Post-Image

    Release 2.0.2

    Release 2.0.2

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    \ No newline at end of file diff --git a/blog/index.xml b/blog/index.xml index 93e45fe..85a854a 100644 --- a/blog/index.xml +++ b/blog/index.xml @@ -22,7 +22,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="211---2022-06-15">[2.1.1] - 2022-06-15</h2> @@ -48,7 +50,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="changes">Changes</h2> @@ -93,7 +97,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.3/Provenance-iOS.ipa">iOS IPA</a></li> @@ -101,7 +107,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.2/Provenance-iOS.ipa">iOS IPA</a></li> @@ -109,5 +117,7 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Welcome to the new Provenance homepage.https://provenance-emu.com/blog/2021/07/20/new-site/Tue, 20 Jul 2021 03:44:53 +0000https://provenance-emu.com/blog/2021/07/20/new-site/<h2 id="welcome">Welcome</h2> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Welcome to the new Provenance homepage.https://provenance-emu.com/blog/2021/07/20/new-site/Tue, 20 Jul 2021 03:44:53 +0000https://provenance-emu.com/blog/2021/07/20/new-site/<h2 id="welcome">Welcome</h2> <p>Welcome to the new site. This is under construction.</p> \ No newline at end of file diff --git a/categories/release/index.html b/categories/release/index.html index 5853c01..bd8803c 100644 --- a/categories/release/index.html +++ b/categories/release/index.html @@ -7,4 +7,4 @@ post thumb post thumb post thumb -post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Post-Image

    Release 2.0.4

    Release 2.0.4

    🥰 Patreon

    Post-Image

    Release 2.0.3

    Release 2.0.3

    🥰 Patreon

    Post-Image

    Release 2.0.2

    Release 2.0.2

    🥰 Patreon

    \ No newline at end of file +post thumb

    Post-Image

    Release 2.1.1

    Release 2.1.1

    [2.1.1] - 2022-06-15

    Added

    • Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected
    • Swift UI beta for tvOS
    • tvOS theme support
    • Metal shader 200% speedup 👉 @mrjschulte
    • early dosbox testing code (no running yet)

    Fixed

    • tgbdual crash on ios fixed

    Updated

    • fceux update core to 2.6.2

    Post-Image

    Release 2.1.0

    Release 2.1.0

    Changes

    Site

    • IPAs now hosted in Amazon S3 for faster downloads/installs.

    Core options

    • Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)
    • New Options exposed for
      • Mupen (N64)
      • Mednafen

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Mednafen new options menu items

    Post-Image

    Release 2.0.4

    Release 2.0.4

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    Post-Image

    Release 2.0.3

    Release 2.0.3

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    Post-Image

    Release 2.0.2

    Release 2.0.2

    Install Instructions

    https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading

    \ No newline at end of file diff --git a/categories/release/index.xml b/categories/release/index.xml index 698e3d4..f9b95b2 100644 --- a/categories/release/index.xml +++ b/categories/release/index.xml @@ -22,7 +22,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="211---2022-06-15">[2.1.1] - 2022-06-15</h2> @@ -48,7 +50,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="changes">Changes</h2> @@ -93,7 +97,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.3/Provenance-iOS.ipa">iOS IPA</a></li> @@ -101,7 +107,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.2/Provenance-iOS.ipa">iOS IPA</a></li> @@ -109,4 +117,6 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p> \ No newline at end of file +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p> \ No newline at end of file diff --git a/index.xml b/index.xml index c204934..f59c361 100644 --- a/index.xml +++ b/index.xml @@ -22,7 +22,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="211---2022-06-15">[2.1.1] - 2022-06-15</h2> @@ -48,7 +50,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="changes">Changes</h2> @@ -93,7 +97,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.3/Provenance-iOS.ipa">iOS IPA</a></li> @@ -101,7 +107,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.2/Provenance-iOS.ipa">iOS IPA</a></li> @@ -109,5 +117,7 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Welcome to the new Provenance homepage.https://provenance-emu.com/blog/2021/07/20/new-site/Tue, 20 Jul 2021 03:44:53 +0000https://provenance-emu.com/blog/2021/07/20/new-site/<h2 id="welcome">Welcome</h2> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Welcome to the new Provenance homepage.https://provenance-emu.com/blog/2021/07/20/new-site/Tue, 20 Jul 2021 03:44:53 +0000https://provenance-emu.com/blog/2021/07/20/new-site/<h2 id="welcome">Welcome</h2> <p>Welcome to the new site. This is under construction.</p><link>https://provenance-emu.com/altstore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/altstore/</guid><description/></item><item><title/><link>https://provenance-emu.com/apps/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/apps/</guid><description/></item><item><title/><link>https://provenance-emu.com/ipa/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/ipa/</guid><description/></item><item><title/><link>https://provenance-emu.com/ota-beta/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/ota-beta/</guid><description/></item><item><title/><link>https://provenance-emu.com/ota/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/ota/</guid><description/></item><item><title/><link>https://provenance-emu.com/patreon/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/patreon/</guid><description/></item><item><title/><link>https://provenance-emu.com/patreon_redirect/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/patreon_redirect/</guid><description/></item><item><title/><link>https://provenance-emu.com/pr/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://provenance-emu.com/pr/</guid><description/></item></channel></rss> \ No newline at end of file diff --git a/tags/release/index.html b/tags/release/index.html index 5853c01..bd8803c 100644 --- a/tags/release/index.html +++ b/tags/release/index.html @@ -7,4 +7,4 @@ <img class="img-fluid d-block mx-auto" src=images/IMG_2309.jpg onerror='this.src=""' alt="post thumb"> <img class="img-fluid d-block mx-auto" src=images/IMG_2310.jpg onerror='this.src=""' alt="post thumb"> <img class="img-fluid d-block mx-auto" src=images/IMG_2311.jpg onerror='this.src=""' alt="post thumb"> -<img class="img-fluid d-block mx-auto" src=images/IMG_2312.jpg onerror='this.src=""' alt="post thumb"></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2022/06/15/release-2.1.1/><img class=img-fluid src=https://provenance-emu.com/images/banners/210banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2022/06/15/release-2.1.1/>Release 2.1.1</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>June 15, 2022</li></ul></div><div class=post-details><p><h1 id=release-211>Release 2.1.1</h1><h2 id=links>Links</h2><ul><li>📲 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-iOS.ipa>iOS IPA</a></strong></li><li>📺 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa>tvOS IPA</a></strong></li><li>📝 <strong><a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1>GitHub</a></strong></li><li>🏪 <strong><a href=/altstore/>AltStore</a></strong></li><li>🥰 <strong><a href=https://patreon.com/provenance/>Patreon</a></strong></li><li><em><strong><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>Installation Instructions</a></strong></em></li></ul><h2 id=211---2022-06-15>[2.1.1] - 2022-06-15</h2><h3 id=added>Added</h3><ul><li>Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected</li><li>Swift UI beta for tvOS</li><li>tvOS theme support</li><li>Metal shader 200% speedup 👉 @mrjschulte</li><li>early dosbox testing code (no running yet)</li></ul><h3 id=fixed>Fixed</h3><ul><li>tgbdual crash on ios fixed</li></ul><h3 id=updated>Updated</h3><ul><li>fceux update core to 2.6.2</li></ul></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2022/02/15/release-2.1.0/><img class=img-fluid src=https://provenance-emu.com/images/banners/210banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2022/02/15/release-2.1.0/>Release 2.1.0</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>February 15, 2022</li></ul></div><div class=post-details><p><h1 id=release-210>Release 2.1.0</h1><h2 id=links>Links</h2><ul><li>📲 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/Provenance%202022-02-15%2023-07-51/Provenance.ipa>iOS IPA</a></strong></li><li>📺 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa>tvOS IPA</a></strong></li><li>📝 <strong><a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0>GitHub</a></strong></li><li>🏪 <strong><a href=/altstore/>AltStore</a></strong></li><li>🥰 <strong><a href=https://patreon.com/provenance/>Patreon</a></strong></li><li><em><strong><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>Installation Instructions</a></strong></em></li></ul><h2 id=changes>Changes</h2><h3 id=site>Site</h3><ul><li>IPAs now hosted in Amazon S3 for faster downloads/installs.</li></ul><h3 id=core-options>Core options</h3><ul><li>Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)</li><li>New Options exposed for<ul><li>Mupen (N64)</li><li>Mednafen</li></ul></li></ul><p><figure><img src=/blog/2022/02/15/release-2.1.0/images/options-mednafen-ios.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-mednafen.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-genesis.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-mupen.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/12/24/release2.0.4/><img class=img-fluid src=https://provenance-emu.com/images/icons/icon.512x512.png onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/12/24/release2.0.4/>Release 2.0.4</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>December 24, 2021</li></ul></div><div class=post-details><p><h1 id=release-204>Release 2.0.4</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.4/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.4/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><p>🥰 <a href=https://patreon.com/provenance/>Patreon</a></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/12/21/release2.0.3/><img class=img-fluid src=https://provenance-emu.com/images/banners/203banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/12/21/release2.0.3/>Release 2.0.3</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>December 21, 2021</li></ul></div><div class=post-details><p><h1 id=release-203>Release 2.0.3</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.3/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.3/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><p>🥰 <a href=https://patreon.com/provenance/>Patreon</a></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/09/14/release2.0.2/><img class=img-fluid src=https://provenance-emu.com/images/icons/icon.512x512.png onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/09/14/release2.0.2/>Release 2.0.2</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>September 14, 2021</li></ul></div><div class=post-details><p><h1 id=release-202>Release 2.0.2</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.2/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.2/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><p>🥰 <a href=https://patreon.com/provenance/>Patreon</a></p></p></div></article></div><div class=col-12><div class="col-12 mt-5"></div></div></div></div></section><footer class=footer-main><div class=container><div class=row><div class="col-12 text-center"><div class=block><ul class="list-inline mb-4"></ul><a href=https://provenance-emu.com/><img src=https://provenance-emu.com/img/logo-small.png alt=footer-logo></a><ul class="social-icon list-inline"><li class=list-inline-item><a href=https://facebook.com/provenance.emu/><i class=tf-ion-social-facebook></i></a></li><li class=list-inline-item><a href=https://twitter.com/provenanceapp><i class=tf-ion-social-twitter></i></a></li><li class=list-inline-item><a href=https://github.com/Provenance-Emu/Provenance><i class=tf-ion-social-github></i></a></li><li class=list-inline-item><a href=https://discord.gg/4TK7PU5><i class=tf-ion-social-discord></i></a></li><li class=list-inline-item><a href=https://twitch.tv/joemattiello/><i class=tf-ion-social-twitch></i></a></li><li class=list-inline-item><a href=https://www.youtube.com/channel/UCKeN6unYKdayfgLWulXgB1w><i class=tf-ion-social-youtube></i></a></li></ul></div></div></div></div></footer><script type=text/javascript>var fastCSS1,css2,fastCSS2,css3,fastCSS3,css4,fastCSS4,css5,fastCSS5,css6,fastCSS6,css1=document.createElement("link");css1.rel="stylesheet",css1.href="https://provenance-emu.com/plugins/bootstrap/bootstrap.min.css",css1.type="text/css",fastCSS1=document.getElementsByTagName("link")[0],fastCSS1.parentNode.insertBefore(css1,fastCSS1),css2=document.createElement("link"),css2.rel="stylesheet",css2.href="https://provenance-emu.com/plugins/themefisher-font/style.css",css2.type="text/css",fastCSS2=document.getElementsByTagName("link")[0],fastCSS2.parentNode.insertBefore(css2,fastCSS2),css3=document.createElement("link"),css3.rel="stylesheet",css3.href="https://provenance-emu.com/plugins/owl-carousel/assets/owl.carousel.min.css",css3.type="text/css",fastCSS3=document.getElementsByTagName("link")[0],fastCSS3.parentNode.insertBefore(css3,fastCSS3),css4=document.createElement("link"),css4.rel="stylesheet",css4.href="https://provenance-emu.com/plugins/owl-carousel/assets/owl.theme.green.min.css",css4.type="text/css",fastCSS4=document.getElementsByTagName("link")[0],fastCSS4.parentNode.insertBefore(css4,fastCSS4),css5=document.createElement("link"),css5.rel="stylesheet",css5.href="https://provenance-emu.com/plugins/fancybox/jquery.fancybox.min.css",css5.type="text/css",fastCSS5=document.getElementsByTagName("link")[0],fastCSS5.parentNode.insertBefore(css5,fastCSS5),css6=document.createElement("link"),css6.rel="stylesheet",css6.href="https://provenance-emu.com/plugins/aos/aos.css",css6.type="text/css",fastCSS6=document.getElementsByTagName("link")[0],fastCSS6.parentNode.insertBefore(css6,fastCSS6)</script><script src=https://provenance-emu.com/></script><script src=https://provenance-emu.com/plugins/jquery/jquery.js></script><script src=https://provenance-emu.com/plugins/bootstrap/bootstrap.min.js></script><script src=https://provenance-emu.com/plugins/owl-carousel/owl.carousel.min.js></script><script src=https://provenance-emu.com/plugins/fancybox/jquery.fancybox.min.js></script><script src=https://provenance-emu.com/plugins/syotimer/jquery.syotimer.min.js></script><script src=https://provenance-emu.com/plugins/aos/aos.js></script><script src=https://provenance-emu.com/plugins/google-map/gmap.js></script><script src=https://provenance-emu.com/js/script.min.js></script><script>(function(e,t,n,s,o,i,a){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,i=t.createElement(n),a=t.getElementsByTagName(n)[0],i.async=1,i.src=s,a.parentNode.insertBefore(i,a)})(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-128934358-3","auto"),ga("send","pageview")</script><script>$(window).on("load",function(){window.dispatchEvent(new Event("resize"))})</script></body></html> \ No newline at end of file +<img class="img-fluid d-block mx-auto" src=images/IMG_2312.jpg onerror='this.src=""' alt="post thumb"></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2022/06/15/release-2.1.1/><img class=img-fluid src=https://provenance-emu.com/images/banners/210banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2022/06/15/release-2.1.1/>Release 2.1.1</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>June 15, 2022</li></ul></div><div class=post-details><p><h1 id=release-211>Release 2.1.1</h1><h2 id=links>Links</h2><ul><li>📲 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-iOS.ipa>iOS IPA</a></strong></li><li>📺 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa>tvOS IPA</a></strong></li><li>📝 <strong><a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1>GitHub</a></strong></li><li>🏪 <strong><a href=/altstore/>AltStore</a></strong></li></ul><ul><li><em><strong><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>Installation Instructions</a></strong></em></li></ul><h2 id=211---2022-06-15>[2.1.1] - 2022-06-15</h2><h3 id=added>Added</h3><ul><li>Controls: PSX on-screen joystick can be disabled in settings. No longer shows when controller is connected</li><li>Swift UI beta for tvOS</li><li>tvOS theme support</li><li>Metal shader 200% speedup 👉 @mrjschulte</li><li>early dosbox testing code (no running yet)</li></ul><h3 id=fixed>Fixed</h3><ul><li>tgbdual crash on ios fixed</li></ul><h3 id=updated>Updated</h3><ul><li>fceux update core to 2.6.2</li></ul></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2022/02/15/release-2.1.0/><img class=img-fluid src=https://provenance-emu.com/images/banners/210banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2022/02/15/release-2.1.0/>Release 2.1.0</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>February 15, 2022</li></ul></div><div class=post-details><p><h1 id=release-210>Release 2.1.0</h1><h2 id=links>Links</h2><ul><li>📲 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/Provenance%202022-02-15%2023-07-51/Provenance.ipa>iOS IPA</a></strong></li><li>📺 <strong><a href=https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa>tvOS IPA</a></strong></li><li>📝 <strong><a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0>GitHub</a></strong></li><li>🏪 <strong><a href=/altstore/>AltStore</a></strong></li></ul><ul><li><em><strong><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>Installation Instructions</a></strong></em></li></ul><h2 id=changes>Changes</h2><h3 id=site>Site</h3><ul><li>IPAs now hosted in Amazon S3 for faster downloads/installs.</li></ul><h3 id=core-options>Core options</h3><ul><li>Added support for more styles of Core Options (multiple select options, enumerations, Int and Float ranges)</li><li>New Options exposed for<ul><li>Mupen (N64)</li><li>Mednafen</li></ul></li></ul><p><figure><img src=/blog/2022/02/15/release-2.1.0/images/options-mednafen-ios.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-mednafen.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-genesis.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure><figure><img src=/blog/2022/02/15/release-2.1.0/images/ios-coreoptions-mupen.jpg width=360><figcaption><h4>Mednafen new options menu items</h4></figcaption></figure></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/12/24/release2.0.4/><img class=img-fluid src=https://provenance-emu.com/images/icons/icon.512x512.png onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/12/24/release2.0.4/>Release 2.0.4</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>December 24, 2021</li></ul></div><div class=post-details><p><h1 id=release-204>Release 2.0.4</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.4/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.4/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><h2 id=install-instructions>Install Instructions</h2><p><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/12/21/release2.0.3/><img class=img-fluid src=https://provenance-emu.com/images/banners/203banner.jpg onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/12/21/release2.0.3/>Release 2.0.3</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>December 21, 2021</li></ul></div><div class=post-details><p><h1 id=release-203>Release 2.0.3</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.3/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.3/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><h2 id=install-instructions>Install Instructions</h2><p><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p></p></div></article></div><div class="col-lg-4 col-md-6"><article class=post-sm><div class=post-thumb><a href=https://provenance-emu.com/blog/2021/09/14/release2.0.2/><img class=img-fluid src=https://provenance-emu.com/images/icons/icon.512x512.png onerror='this.src="https://provenance-emu.com/"' alt=Post-Image></a></div><div class=post-title><h3><a href=https://provenance-emu.com/blog/2021/09/14/release2.0.2/>Release 2.0.2</a></h3></div><div class=post-meta><ul class="list-inline post-tag"><li class=list-inline-item><img src=https://provenance-emu.com/images/team/joe.jpg alt=author-thumb></li><li class=list-inline-item>Joe Mattiello</li><li class=list-inline-item>September 14, 2021</li></ul></div><div class=post-details><p><h1 id=release-202>Release 2.0.2</h1><h2 id=links>Links</h2><ul><li>📲 <a href=/apps/2.0.2/Provenance-iOS.ipa>iOS IPA</a></li><li>📺 <a href=/apps/2.0.2/Provenance-tvOS.ipa>tvOS IPA</a></li><li>📝 <a href=https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2>GitHub</a></li><li>🏪 <a href=/altstore/>AltStore</a></li></ul><h2 id=install-instructions>Install Instructions</h2><p><a href=https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading>https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p></p></div></article></div><div class=col-12><div class="col-12 mt-5"></div></div></div></div></section><footer class=footer-main><div class=container><div class=row><div class="col-12 text-center"><div class=block><ul class="list-inline mb-4"></ul><a href=https://provenance-emu.com/><img src=https://provenance-emu.com/img/logo-small.png alt=footer-logo></a><ul class="social-icon list-inline"><li class=list-inline-item><a href=https://facebook.com/provenance.emu/><i class=tf-ion-social-facebook></i></a></li><li class=list-inline-item><a href=https://twitter.com/provenanceapp><i class=tf-ion-social-twitter></i></a></li><li class=list-inline-item><a href=https://github.com/Provenance-Emu/Provenance><i class=tf-ion-social-github></i></a></li><li class=list-inline-item><a href=https://discord.gg/4TK7PU5><i class=tf-ion-social-discord></i></a></li><li class=list-inline-item><a href=https://twitch.tv/joemattiello/><i class=tf-ion-social-twitch></i></a></li><li class=list-inline-item><a href=https://www.youtube.com/channel/UCKeN6unYKdayfgLWulXgB1w><i class=tf-ion-social-youtube></i></a></li></ul></div></div></div></div></footer><script type=text/javascript>var fastCSS1,css2,fastCSS2,css3,fastCSS3,css4,fastCSS4,css5,fastCSS5,css6,fastCSS6,css1=document.createElement("link");css1.rel="stylesheet",css1.href="https://provenance-emu.com/plugins/bootstrap/bootstrap.min.css",css1.type="text/css",fastCSS1=document.getElementsByTagName("link")[0],fastCSS1.parentNode.insertBefore(css1,fastCSS1),css2=document.createElement("link"),css2.rel="stylesheet",css2.href="https://provenance-emu.com/plugins/themefisher-font/style.css",css2.type="text/css",fastCSS2=document.getElementsByTagName("link")[0],fastCSS2.parentNode.insertBefore(css2,fastCSS2),css3=document.createElement("link"),css3.rel="stylesheet",css3.href="https://provenance-emu.com/plugins/owl-carousel/assets/owl.carousel.min.css",css3.type="text/css",fastCSS3=document.getElementsByTagName("link")[0],fastCSS3.parentNode.insertBefore(css3,fastCSS3),css4=document.createElement("link"),css4.rel="stylesheet",css4.href="https://provenance-emu.com/plugins/owl-carousel/assets/owl.theme.green.min.css",css4.type="text/css",fastCSS4=document.getElementsByTagName("link")[0],fastCSS4.parentNode.insertBefore(css4,fastCSS4),css5=document.createElement("link"),css5.rel="stylesheet",css5.href="https://provenance-emu.com/plugins/fancybox/jquery.fancybox.min.css",css5.type="text/css",fastCSS5=document.getElementsByTagName("link")[0],fastCSS5.parentNode.insertBefore(css5,fastCSS5),css6=document.createElement("link"),css6.rel="stylesheet",css6.href="https://provenance-emu.com/plugins/aos/aos.css",css6.type="text/css",fastCSS6=document.getElementsByTagName("link")[0],fastCSS6.parentNode.insertBefore(css6,fastCSS6)</script><script src=https://provenance-emu.com/></script><script src=https://provenance-emu.com/plugins/jquery/jquery.js></script><script src=https://provenance-emu.com/plugins/bootstrap/bootstrap.min.js></script><script src=https://provenance-emu.com/plugins/owl-carousel/owl.carousel.min.js></script><script src=https://provenance-emu.com/plugins/fancybox/jquery.fancybox.min.js></script><script src=https://provenance-emu.com/plugins/syotimer/jquery.syotimer.min.js></script><script src=https://provenance-emu.com/plugins/aos/aos.js></script><script src=https://provenance-emu.com/plugins/google-map/gmap.js></script><script src=https://provenance-emu.com/js/script.min.js></script><script>(function(e,t,n,s,o,i,a){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,i=t.createElement(n),a=t.getElementsByTagName(n)[0],i.async=1,i.src=s,a.parentNode.insertBefore(i,a)})(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-128934358-3","auto"),ga("send","pageview")</script><script>$(window).on("load",function(){window.dispatchEvent(new Event("resize"))})</script></body></html> \ No newline at end of file diff --git a/tags/release/index.xml b/tags/release/index.xml index 8cf97a0..6e43cd7 100644 --- a/tags/release/index.xml +++ b/tags/release/index.xml @@ -22,7 +22,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/apps/2.1.1/Provenance-tvOS.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.1">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="211---2022-06-15">[2.1.1] - 2022-06-15</h2> @@ -48,7 +50,9 @@ <li>📺 <strong><a href="https://provenance-builds.s3-us-east-2.amazonaws.com/ProvenanceTV-Release%202022-02-15%2023-19-32/Provenance.ipa">tvOS IPA</a></strong></li> <li>📝 <strong><a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.1.0">GitHub</a></strong></li> <li>🏪 <strong><a href="https://provenance-emu.com/altstore/">AltStore</a></strong></li> -<li>🥰 <strong><a href="https://patreon.com/provenance/">Patreon</a></strong></li> +</ul> +<!-- raw HTML omitted --> +<ul> <li><em><strong><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">Installation Instructions</a></strong></em></li> </ul> <h2 id="changes">Changes</h2> @@ -93,7 +97,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.4">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p></description></item><item><title>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.3https://provenance-emu.com/blog/2021/12/21/release2.0.3/Tue, 21 Dec 2021 00:00:12 -0400https://provenance-emu.com/blog/2021/12/21/release2.0.3/<h1 id="release-203">Release 2.0.3</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.3/Provenance-iOS.ipa">iOS IPA</a></li> @@ -101,7 +107,9 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.3">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p>Release 2.0.2https://provenance-emu.com/blog/2021/09/14/release2.0.2/Tue, 14 Sep 2021 19:05:12 -0400https://provenance-emu.com/blog/2021/09/14/release2.0.2/<h1 id="release-202">Release 2.0.2</h1> <h2 id="links">Links</h2> <ul> <li>📲 <a href="https://provenance-emu.com/apps/2.0.2/Provenance-iOS.ipa">iOS IPA</a></li> @@ -109,4 +117,6 @@ <li>📝 <a href="https://github.com/Provenance-Emu/Provenance/releases/tag/2.0.2">GitHub</a></li> <li>🏪 <a href="https://provenance-emu.com/altstore/">AltStore</a></li> </ul> -<p>🥰 <a href="https://patreon.com/provenance/">Patreon</a></p> \ No newline at end of file +<!-- raw HTML omitted --> +<h2 id="install-instructions">Install Instructions</h2> +<p><a href="https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading">https://wiki.provenance-emu.com/installation-and-usage/installing-provenance/sideloading</a></p> \ No newline at end of file