Skip to content

Commit

Permalink
update ignited to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LitRitt committed Jan 19, 2024
1 parent 824ac6d commit 6dcdb49
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 5 deletions.
19 changes: 14 additions & 5 deletions _includes/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"https://f005.backblazeb2.com/file/lit-apps/assets/ignited/settings-dark.png"
],
"versions": [
{
"version": "1.8.5",
"date": "2024-01-19T10:00:00-04:00",
"size": 65555254,
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.5/Ignited.ipa",
"localizedDescription": "Changed\n\u2022 Shrinks icon file sizes\n\u2022 Makes the background blur show when a controller is connected\n\u2022 Changes \"View patreon\" button to \"View membership\" when signed into Patreon\n\u2022 Updates Premium members page to load dynamically from PatreonAPI\n\nFixed\n\u2022 Fixes emulation not pausing when app is in the background\n\u2022 Fixes emulation not pausing when the screen is locked\n\u2022 Fixes issue causing Harmony to skip seeding database\n\u2022 Fixes game artwork losing shadows when toggling VRAM and OpenGLES options",
"minOSVersion": "14.0",
"sha256": "b1e346450f2d287bcf39866006a01bcf7999572e82974753486c06ad6c2ae4da"
},
{
"version": "1.8.4",
"date": "2024-01-13T10:00:00-04:00",
Expand Down Expand Up @@ -94,11 +103,11 @@
"sha256": "4204b60f89d66190e5c49ebcf10d59c3fb85d38c37e6985395e065213bc59014"
}
],
"version": "1.8.4",
"versionDate": "2024-01-13T10:00:00-04:00",
"versionDescription": "New\n\u2022 Battery Safety Feature\n \u2022 Allows users to set low and critical battery level\n \u2022 At low battery (5-10%) a popup is shown and auto save states start being created periodically\n \u2022 At critical battery (2-5%) the currently playing game will save and close, and games cannot be launched until the device is charged\n\u2022 N64 Overscan Feature\n \u2022 Allows users to remove the black bars surrounding N64 games\n \u2022 Overscan settings can be edited using the new pause menu button while playing N64 games\n \u2022 Overscan settings are backed up with Ignited Sync\n\u2022 Adds \"Learn More...\" links to guide users to relevant documentation\n \u2022 Added to library when no games are present\n \u2022 Added to MelonDS core BIOS section footers\n \u2022 Added to controller skins section footer\n\nChanged\n\u2022 Updated Firé Ball icon\n\u2022 Changes Live Artwork feature to be disabled by default\n\nFixed\n\u2022 Fixes visual bugs on MelonDS core settings screen\n\u2022 Fixes crashes when presenting alerts\n\u2022 Fixes library play menu not updating when deleting a game",
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.4/Ignited.ipa",
"size": 73931114,
"version": "1.8.5",
"versionDate": "2024-01-19T10:00:00-04:00",
"versionDescription": "Changed\n\u2022 Shrinks icon file sizes\n\u2022 Makes the background blur show when a controller is connected\n\u2022 Changes \"View patreon\" button to \"View membership\" when signed into Patreon\n\u2022 Updates Premium members page to load dynamically from PatreonAPI\n\nFixed\n\u2022 Fixes emulation not pausing when app is in the background\n\u2022 Fixes emulation not pausing when the screen is locked\n\u2022 Fixes issue causing Harmony to skip seeding database\n\u2022 Fixes game artwork losing shadows when toggling VRAM and OpenGLES options",
"downloadURL": "https://cdn.ignitedemulator.com/versions/1.8.5/Ignited.ipa",
"size": 65555254,
"permissions": [
{
"type": "photos",
Expand Down
45 changes: 45 additions & 0 deletions bucket/ignited/versions/1.8.5/manifest.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://cdn.ignitedemulator.com/versions/1.8.5/Ignited.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>url</key>
<string>https://github.com/LitRitt/Ignited/blob/develop/Resources/Assets.xcassets/AppIcon.appiconset/57.png</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>url</key>
<string>https://github.com/LitRitt/Ignited/blob/develop/Resources/Assets.xcassets/AppIcon.appiconset/1024.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.litritt.ignited</string>
<key>bundle-version</key>
<string>1.8.5</string>
<key>kind</key>
<string>software</string>
<key>platform-identifier</key>
<string>com.apple.platform.iphoneos</string>
<key>title</key>
<string>Ignited</string>
</dict>
</dict>
</array>
</dict>
</plist>

0 comments on commit 6dcdb49

Please sign in to comment.