downloads.html 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Pomelo - Downloads</title>
  7. <link rel="icon" href="/favicon.png" type="image/png">
  8. <script src="https://kit.fontawesome.com/f566336324.js" crossorigin="anonymous"></script>
  9. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet">
  10. <style>
  11. body {
  12. font-family: Roboto, sans-serif;
  13. background-color: #fbf6e2;
  14. margin: 20px;
  15. padding: 0;
  16. }
  17. .container {
  18. display: flex;
  19. flex-direction: row;
  20. justify-content: space-between;
  21. padding: 20px;
  22. max-width: 900px;
  23. margin: 0 auto;
  24. }
  25. .left-content {
  26. flex: 1;
  27. padding-right: 20px;
  28. }
  29. .right-content {
  30. display: flex;
  31. flex-direction: column;
  32. align-items: flex-end;
  33. }
  34. h1 {
  35. color: #333;
  36. }
  37. p {
  38. color: #666;
  39. }
  40. .button {
  41. display: inline-block;
  42. margin-bottom: 20px;
  43. padding: 10px 20px;
  44. font-size: 16px;
  45. font-weight: bold;
  46. color: #fff;
  47. background-color: #007bff;
  48. border: none;
  49. border-radius: 20px;
  50. cursor: pointer;
  51. text-decoration: none;
  52. transition: transform 0.2s, background-color 0.2s; /* Smooth transition back */
  53. }
  54. .button:hover {
  55. background-color: #006adb;
  56. transform: scale(1.05); /* Increase size by 5% */
  57. transition: transform 0.2s, background-color 0.2s; /* Smooth transition */
  58. }
  59. h1, p, .button, .left-content, .right-content {
  60. text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Add drop shadow to text */
  61. }
  62. </style>
  63. </head>
  64. <body>
  65. <a href="./" class="button"><i class="fa-solid fa-arrow-left"></i> Go Back to Home</a>
  66. <div class="container">
  67. <div class="left-content">
  68. <h2> Installation will not be as simple as Sideloading with AltStore or SideStore - Please read the setup guide on the Gitlab repo.</h2>
  69. </div>
  70. <div class="right-content">
  71. <a href="https://gitlab.com/pomelo-emu/Pomelo" class="button">Installation Guide</a>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="container">
  76. <div class="left-content">
  77. <h1>Pomelo Release - Version 2.6</h1>
  78. <p>Release Date: November 17, 2024</p>
  79. <h2>Changelog:</h2>
  80. <ul>
  81. <li>Add Device Memory in Info</li>
  82. <li>Resize iPad on-screen controls</li>
  83. <li>Add Time Spent Playing a game</li>
  84. <li>Add PomeloRPC Support</li>
  85. <li>Update AirPlay</li>
  86. <li>Add Disable Main Screen Option</li>
  87. <li>Update MoltenVK Settings for Less Stutters</li>
  88. <li>Add Disable Touch Screen Option</li>
  89. </ul>
  90. </div>
  91. <div class="right-content">
  92. <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>
  93. <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>
  94. </div>
  95. </div>
  96. <div class="container">
  97. <div class="left-content">
  98. <h1>Pomelo Release - Version 2.5.1</h1>
  99. <p>Release Date: November 15, 2024</p>
  100. <h2>Changelog:</h2>
  101. <ul>
  102. <li>Fix a bunch of games</li>
  103. <li>Make a bunch of games Stable / Stabler</li>
  104. <li>Fix Audio and Stutters</li>
  105. </ul>
  106. </div>
  107. <div class="right-content">
  108. <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>
  109. </div>
  110. </div>
  111. <div class="container">
  112. <div class="left-content">
  113. <h1>Pomelo Release - Version 2.5</h1>
  114. <p>Release Date: November 14, 2024</p>
  115. <h2>Changelog:</h2>
  116. <ul>
  117. <li>Re-add Menu Button</li>
  118. <li>Add Background to the Emulation View</li>
  119. <li>Optimize Code</li>
  120. <li>Fix Crash on Demanding Games (Tested Games include: MK8D, SSMB Ultimate, Portal 2)</li>
  121. <li>Update App Icons</li>
  122. <li>Secret (iOS 18.0+)</li>
  123. </ul>
  124. </div>
  125. <div class="right-content">
  126. <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>
  127. </div>
  128. </div>
  129. <div class="container">
  130. <div class="left-content">
  131. <h1>Pomelo Release - Version 2.4</h1>
  132. <p>Release Date: November 12, 2024</p>
  133. <h2>Changelog:</h2>
  134. <ul>
  135. <li>Removed Apple ID Login</li>
  136. <li>Add "Hide Menu button" Option in settings</li>
  137. <li>Add "Open Game" button to launch games outside of the Pomelo files</li>
  138. <li>Remove Menu Button (will come back in later release)</li>
  139. <li>Backend changes</li>
  140. </ul>
  141. </div>
  142. <div class="right-content">
  143. <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>
  144. </div>
  145. </div>
  146. <div class="container">
  147. <div class="left-content">
  148. <h1>Pomelo Release - Version 2.3</h1>
  149. <p>Release Date: November 9, 2024</p>
  150. <h2>Changelog:</h2>
  151. <ul>
  152. <li>Added Apple ID Login</li>
  153. <li>UI Changes</li>
  154. <li>Add Metal HUD Option (iOS 16+)</li>
  155. <li>Fix some Stutters</li>
  156. </ul>
  157. </div>
  158. <div class="right-content">
  159. <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>
  160. </div>
  161. </div>
  162. <div class="container">
  163. <div class="left-content">
  164. <h1>Pomelo Release - Version 2.2</h1>
  165. <p>Release Date: October 22, 2024</p>
  166. <h2>Changelog:</h2>
  167. <ul>
  168. <li>Add iOS 15 Support</li>
  169. <li>Add URLScheme</li>
  170. <li>Add Shortcuts</li>
  171. <li>Fixed Mii Maker</li>
  172. <li>Add 16/9 Full Screen</li>
  173. <li>Add Saving Game Icons</li>
  174. <li>(Re) Add Plus button for Importing roms, keys and firmware</li>
  175. <li>New App Icons</li>
  176. </ul>
  177. </div>
  178. <div class="right-content">
  179. <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>
  180. </div>
  181. </div>
  182. <div class="container">
  183. <div class="left-content">
  184. <h1>Pomelo Release - Version 2.1</h1>
  185. <p>Release Date: October 15, 2024</p>
  186. <h2>Changelog:</h2>
  187. <ul>
  188. <li>Add Mii Maker.</li>
  189. <li>Add in app Trollstore JIT Enabling</li>
  190. <li>Make onscreen controls more translucent</li>
  191. </ul>
  192. </div>
  193. <div class="right-content">
  194. <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>
  195. </div>
  196. </div>
  197. </body>
  198. <body>
  199. <div class="container">
  200. <div class="left-content">
  201. <h1>Pomelo Release - Version 2.0</h1>
  202. <p>Release Date: October 10, 2024</p>
  203. <h2>Changelog:</h2>
  204. <ul>
  205. <li>Add Screenshots (may crash on some games)</li>
  206. <li>Make Bottom Buttons Work</li>
  207. <li>Add Screenshot Manager</li>
  208. <li>Re Add BootOS</li>
  209. <li>Add Games Grid</li>
  210. <li>Adjust On-Screen Controls</li>
  211. </ul>
  212. </div>
  213. <div class="right-content">
  214. <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>
  215. </div>
  216. </div>
  217. </body>
  218. </html>