Difference between revisions of "Taurine"

From The iPhone Wiki
Jump to: navigation, search
(Updated with missing versions.)
Line 4: Line 4:
 
| developer = [https://twitter.com/OdysseyTeam_ OdysseyTeam_] [https://twitter.com/coolstarorg CoolStar]
 
| developer = [https://twitter.com/OdysseyTeam_ OdysseyTeam_] [https://twitter.com/coolstarorg CoolStar]
 
| released = {{Start date|2021|04|01|df=yes}}
 
| released = {{Start date|2021|04|01|df=yes}}
| latest release version = 1.0.4
+
| latest release version = 1.1.1
| latest release date = {{Start date and age|2021|04|15|df=yes}}
+
| latest release date = {{Start date and age|2021|09|04|df=yes}}
 
| operating system = iOS
 
| operating system = iOS
 
| language = English
 
| language = English
Line 59: Line 59:
 
* Fixes full system hangs for certain users
 
* Fixes full system hangs for certain users
 
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.0.4/Taurine-1.0.4.ipa Taurine-1.0.4.ipa]
 
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.0.4/Taurine-1.0.4.ipa Taurine-1.0.4.ipa]
  +
|-
  +
| 1.0.5
  +
| {{date|2021|06|06}}
  +
|
  +
* Applies a fix for amfid panics so that it should happen less often
  +
* BSODs dump info about the BSOD to /.last_bsod
  +
* Creating /.verbose_bsod will show a verbose BSOD instead
  +
* SpringBoard alert when tweaks are disabled (either in case of a BSOD or when they’re disabled manually)
  +
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.0.5/Taurine-1.0.5.ipa Taurine-1.0.5.ipa]
  +
|-
  +
| 1.0.6
  +
| {{date|2021|06|11}}
  +
|
  +
* Fixes BSOD looping issues on devices with 2 GB RAM (e.g. A9 or A10)
  +
* Fixes memory spiking issues when loading certain large apps (now only uses 20 KB of RAM whereas 1.0.5 RC could spike temporarily up to ~400 - 500 MB depending on the size of the app)
  +
* Improves performance and reliability in low memory situations
  +
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.0.6/Taurine-1.0.6.ipa Taurine-1.0.6.ipa]
  +
|-
  +
| 1.0.7
  +
| {{date|2021|06|19}}
  +
|
  +
* Adds fix for a stock iOS bug causing bootloops
  +
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.0.7/Taurine-1.0.7.ipa Taurine-1.0.7.ipa]
  +
|-
  +
| 1.1.0
  +
| {{date|2021|06|25}}
  +
|
  +
* Adds a patch to fix the boot loop issue in stock iOS (the /var corruption that previously would require users to wait for the next BSOD to use startup repair)
  +
* Adds battery level indicator to recovery UI
  +
* Increases AMFI timeout so there's less BSODs on older/slower devices
  +
* Adds support for custom themes
  +
* Built with Xcode 12.5.1
  +
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.1.0/Taurine-1.1.0.ipa Taurine-1.1.0.ipa]
  +
|-
  +
| 1.1.1
  +
| {{date|2021|09|04}}
  +
|
  +
* Fixes issues with injection into cfprefsd
  +
* Re-enables tweak injection into cfprefsd
  +
* Reduces memory usage and improves performance system-wide
  +
| [https://github.com/Odyssey-Team/Taurine/releases/download/1.1.1/Taurine-1.1.1.ipa Taurine-1.1.1.ipa]
 
|}
 
|}
   

Revision as of 05:08, 5 September 2021

Odyssey
Developer(s) OdysseyTeam_ CoolStar
Initial release 1 Apr 2021 (2021-04-01)
Stable release 1.1.1 / 4 September 2021; 2 years ago
Operating system iOS
Available in English
Type Jailbreaking
Website taurine.app

Taurine is a semi-untethered jailbreak for all devices running iOS/iPadOS 14.0 through 14.3.

Release History

Version Date Changes Download
1.0 1 April 2021
  • Initial Release of Taurine.
Taurine-1.0.ipa
1.0.1 4 April 2021
  • Fix sandbox issues with certain processes (e.g. WebContent) [pair with libhooker 1.5.4]
  • Fix zombie processes on subsequent userspace reboot
Taurine-1.0.1.ipa
1.0.2 6 April 2021
  • Increase jetsam limits
  • Fix battery drain bug from 1.0.1
  • Redesigned userspace reboot screens!
Taurine-1.0.2.ipa
1.0.3 9 April 2021
  • Fixes CarPlay on Ford vehicles (or the FordPass app) crashing
  • Fixes the shell failing to spawn sometimes (e.g. when spamming open tab in NewTerm)
  • Fixes kernel panics on malformed shell commands
  • Updated bundled bootstrap
Taurine-1.0.3.ipa
1.0.4 15 April 2021
  • Improves battery life
  • Fixes hangs when renaming certain tweak dylibs
  • Fixes userspace reboot failing for certain users
  • Fixes full system hangs for certain users
Taurine-1.0.4.ipa
1.0.5 6 June 2021
  • Applies a fix for amfid panics so that it should happen less often
  • BSODs dump info about the BSOD to /.last_bsod
  • Creating /.verbose_bsod will show a verbose BSOD instead
  • SpringBoard alert when tweaks are disabled (either in case of a BSOD or when they’re disabled manually)
Taurine-1.0.5.ipa
1.0.6 11 June 2021
  • Fixes BSOD looping issues on devices with 2 GB RAM (e.g. A9 or A10)
  • Fixes memory spiking issues when loading certain large apps (now only uses 20 KB of RAM whereas 1.0.5 RC could spike temporarily up to ~400 - 500 MB depending on the size of the app)
  • Improves performance and reliability in low memory situations
Taurine-1.0.6.ipa
1.0.7 19 June 2021
  • Adds fix for a stock iOS bug causing bootloops
Taurine-1.0.7.ipa
1.1.0 25 June 2021
  • Adds a patch to fix the boot loop issue in stock iOS (the /var corruption that previously would require users to wait for the next BSOD to use startup repair)
  • Adds battery level indicator to recovery UI
  • Increases AMFI timeout so there's less BSODs on older/slower devices
  • Adds support for custom themes
  • Built with Xcode 12.5.1
Taurine-1.1.0.ipa
1.1.1 4 September 2021
  • Fixes issues with injection into cfprefsd
  • Re-enables tweak injection into cfprefsd
  • Reduces memory usage and improves performance system-wide
Taurine-1.1.1.ipa