123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Pomelo - Downloads</title>
- <link rel="icon" href="/favicon.png" type="image/png">
- <script src="https://kit.fontawesome.com/f566336324.js" crossorigin="anonymous"></script>
- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet">
- <style>
- body {
- font-family: Roboto, sans-serif;
- background-color: #fbf6e2;
- margin: 20px;
- padding: 0;
- }
- .container {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- padding: 20px;
- max-width: 900px;
- margin: 0 auto;
- }
- .left-content {
- flex: 1;
- padding-right: 20px;
- }
- .right-content {
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- h1 {
- color: #333;
- }
- p {
- color: #666;
- }
- .button {
- display: inline-block;
- margin-bottom: 20px;
- padding: 10px 20px;
- font-size: 16px;
- font-weight: bold;
- color: #fff;
- background-color: #007bff;
- border: none;
- border-radius: 20px;
- cursor: pointer;
- text-decoration: none;
- transition: transform 0.2s, background-color 0.2s; /* Smooth transition back */
- }
- .button:hover {
- background-color: #006adb;
- transform: scale(1.05); /* Increase size by 5% */
- transition: transform 0.2s, background-color 0.2s; /* Smooth transition */
- }
- h1, p, .button, .left-content, .right-content {
- text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Add drop shadow to text */
- }
- </style>
- </head>
- <body>
- <a href="./" class="button"><i class="fa-solid fa-arrow-left"></i> Go Back to Home</a>
- <div class="container">
- <div class="left-content">
- <h2> Installation will not be as simple as Sideloading with AltStore or SideStore - Please read the setup guide on the Gitlab repo.</h2>
- </div>
- <div class="right-content">
- <a href="https://gitlab.com/pomelo-emu/Pomelo" class="button">Installation Guide</a>
- </div>
- </div>
- </div>
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.6</h1>
- <p>Release Date: November 17, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Add Device Memory in Info</li>
- <li>Resize iPad on-screen controls</li>
- <li>Add Time Spent Playing a game</li>
- <li>Add PomeloRPC Support</li>
- <li>Update AirPlay</li>
- <li>Add Disable Main Screen Option</li>
- <li>Update MoltenVK Settings for Less Stutters</li>
- <li>Add Disable Touch Screen Option</li>
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.6/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.6 .IPA</a>
- <a href="https://github.com/Pomelo-Emu/PomeloRPC/releases/download/1.0/PomeloRPC-macOS.zip" class="button"><i class="fa-solid fa-circle-down"></i> Download PomeloRPC macOS</a>
- </div>
- </div>
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.5.1</h1>
- <p>Release Date: November 15, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Fix a bunch of games</li>
- <li>Make a bunch of games Stable / Stabler</li>
- <li>Fix Audio and Stutters</li>
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.5.1/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.5.1 .IPA</a>
- </div>
- </div>
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.5</h1>
- <p>Release Date: November 14, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Re-add Menu Button</li>
- <li>Add Background to the Emulation View</li>
- <li>Optimize Code</li>
- <li>Fix Crash on Demanding Games (Tested Games include: MK8D, SSMB Ultimate, Portal 2)</li>
- <li>Update App Icons</li>
- <li>Secret (iOS 18.0+)</li>
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.5/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.5 .IPA</a>
- </div>
- </div>
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.4</h1>
- <p>Release Date: November 12, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Removed Apple ID Login</li>
- <li>Add "Hide Menu button" Option in settings</li>
- <li>Add "Open Game" button to launch games outside of the Pomelo files</li>
- <li>Remove Menu Button (will come back in later release)</li>
- <li>Backend changes</li>
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.4/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.4 .IPA</a>
- </div>
- </div>
-
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.3</h1>
- <p>Release Date: November 9, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Added Apple ID Login</li>
- <li>UI Changes</li>
- <li>Add Metal HUD Option (iOS 16+)</li>
- <li>Fix some Stutters</li>
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.3/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.3 .IPA</a>
- </div>
- </div>
-
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.2</h1>
- <p>Release Date: October 22, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Add iOS 15 Support</li>
- <li>Add URLScheme</li>
- <li>Add Shortcuts</li>
- <li>Fixed Mii Maker</li>
- <li>Add 16/9 Full Screen</li>
- <li>Add Saving Game Icons</li>
- <li>(Re) Add Plus button for Importing roms, keys and firmware</li>
- <li>New App Icons</li>
-
-
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.2/Pomelo.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.2 .IPA</a>
- </div>
- </div>
-
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.1</h1>
- <p>Release Date: October 15, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Add Mii Maker.</li>
- <li>Add in app Trollstore JIT Enabling</li>
- <li>Make onscreen controls more translucent</li>
-
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.1/Pomelo-2.1.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.1 .IPA</a>
- </div>
- </div>
- </body>
- <body>
- <div class="container">
- <div class="left-content">
- <h1>Pomelo Release - Version 2.0</h1>
- <p>Release Date: October 10, 2024</p>
- <h2>Changelog:</h2>
- <ul>
- <li>Add Screenshots (may crash on some games)</li>
- <li>Make Bottom Buttons Work</li>
- <li>Add Screenshot Manager</li>
- <li>Re Add BootOS</li>
- <li>Add Games Grid</li>
- <li>Adjust On-Screen Controls</li>
-
- </ul>
- </div>
- <div class="right-content">
- <a href="https://github.com/Pomelo-Emu/pomelo-emu.github.io/releases/download/2.0/Pomelo-2.0.ipa" class="button"><i class="fa-solid fa-circle-down"></i> Download v2.0 .IPA</a>
- </div>
- </div>
- </body>
- </html>
|