Releases: XcodesOrg/XcodesApp
v1.8.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Xcodes now DOES NOT require any Apple ID and password when downloading Xcode! 🎉
At long last! you no longer are required to provide your Apple username and password in order to download Xcode (as long as your using XcodeReleases datasource).
- No more 2FA prompts!
- No more errors when you haven't signed the latest developer EULA!
- No more nervous feeling giving your password to a 3rd Party.
Changes
🚀 Enhancements
- Add ability to download Xcode without logging in using XcodeReleases (#290) @MattKiazyk
🌎 Localization
- Fix French Translation (#288) @florentmorin
- updated German translation (#285) @drct
- Added Turkish missing translations in 1.7.0 (#277) @egrimo
- Fix "Unarchiving" localization in Japanese (#280) @swiftty
- Update Localizable.strings for Russian language (2) (#271) @duffpod
- Update zh_Hans localizations. (#270) @megabitsenmzq
🧰 Maintenance
- Fix Finnish language name typo in README (#284) @marcusziade
- Update readme with Taiwan flag (#274) @ymhuang0808
- Bump actions/cache from 3.0.7 to 3.0.8 (#276) @dependabot
- Bump actions/cache from 3.0.6 to 3.0.7 (#272) @dependabot
v1.7.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Please follow us on Twitter at @xcodesapp to be notified when new releases happen!
Changes
Support for 5 new languages! Thanks to all the 1st time contributors! 🎉 We're up to 14 supported languages!
🚀 Enhancements
- Ability to change the installation directory (#268) @MattKiazyk
- Add option to rename Xcode to Xcode.app on select. (#267) @MattKiazyk
- Use monospaced digit font for download progress (#264) @gredman
- Adds Copy Release Notes URL context menu (#255) @d-date
- Turkish Language Improvements & WWDC Message Localization (#246) @egrimo
🌎 New Languages
- Add Finnish Localization (#262) @marcusziade
- Add Japanese Localization (#249) @tatsuz0u
- Add Ukrainian Localization (#259) @gelosi
- Add German Localization (#243) @drct
- Add Traditional Chinese Localization (#240) @itszero
🐛 Bug Fixes
- Fix macOS Ventura crash on Settings View (#258) @GetToSet
- Fix crash on sign in sheet cancel (#257) @swiftty
- Update Release Date format on InfoPane for better localization (#251) @d-date
- Fix minimum version supported localization alert message (#253) @MattKiazyk
- Fixed wrong localization key for Github Repo in AboutView (#248) @duffpod
🧰 Maintenance
- Bump actions/cache from 3.0.5 to 3.0.6 (#269) @dependabot
- Bump tzinfo from 1.2.9 to 1.2.10 in /AppCast (#266) @dependabot
- Bump actions/cache from 3.0.4 to 3.0.5 (#263) @dependabot
- Bump actions/cache from 3.0.3 to 3.0.4 (#241) @dependabot
v1.6.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Please follow us on Twitter at @xcodesapp to be notified when new releases happen!
Changes
Support for 4 new languages! Thanks to all the 1st time contributors! 🎉
🚀 Enhancements
- Adding Italian localization 🇮🇹 (#229) @gualtierofrigerio
- Adding Chinese-Simplified localizations. 🇨🇳 (#222) @megabitsenmzq
- Add Korean Localization 🇰🇷 (#233) @ryan-son
- Adding Turkish Language 🇹🇷 (#219) @egrimo
- Update Localizable.strings for Russian language (#234) @duffpod
- Added a new bottom status bar @MattKiazyk
- Updated unxip binary to latest @MattKiazyk
🧰 Maintenance
- Bump actions/cache from 3.0.2 to 3.0.3 (#236) @dependabot
v1.5.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Please follow us on Twitter at @xcodesapp to be notified when new releases happen!
Localization Support 🎉
Salut Hola привет नमस्ते
Xcodes now supports localization! Included in v1.5 is 4 languages thanks to our amazing contributors below! We've added Spanish, French, Russian and Hindi!
Want to add another language - just make a PR on the Github
🚀 Enhancements
- Hindi Localization (#212) @KGurpreet
- French Localization (#210) @dompepin
- Russian Localization (#208) @alexmazlov
- Spanish Localization (#205) @cesartru88
- Support Localization (#203) @MattKiazyk
🐛 Bug Fixes
- Fixes some localization formatting (#206) @MattKiazyk
- Fix: Load create SymLink preference on start (#202) @MattKiazyk
🧰 Maintenance
- Update Sparkle to 2.1 (#218) @MattKiazyk
v1.4.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Please follow us on Twitter at @xcodesapp to be notified when new releases happen!
🚀 Enhancements
Remember to turn on the Unxip Experiment for faster unxipping!
Adds option to create symbolic link at Path Xcode.app (#198) @MattKiazyk
- Some 3rd party services and libraries check specifically for
Xcode.app
which Xcodes doesn't support as we separate the version numbers. This adds the ability to make a Symbolic Link calledXcode.app
that points to the xcode version you want.
Add Preference to make Symbolic Link Automatic on Xcode Select (#200) @MattKiazyk
- In addition to the above enhancement. Go to
Preferences > Advanced
to automatically create the symbolic link to whichever Xcode version you make Active/Select. - Note this will not work if you are manually setting via Xcode or command line.
Add check for min MacOS version when installing (#199) @MattKiazyk
- Sometimes we don't update our MacOS as quickly as Apple would like us to. When you install an Xcode version, we will now check it's minimum supported MacOS version and prompt you as a warning.
🐛 Bug Fixes
Use a fixed locale for API response date parsing (#196) @aerickson14
- If your Mac was set to a date time preference not of North America, Xcodes had trouble decoding a DateTime string. Thanks to @SimonRice for the detail on fixing that.
🧰 Maintenance
- Bump actions/cache from 3.0.1 to 3.0.2 (#197) @dependabot
- Bump actions/cache from 2.1.7 to 3.0.1 (#195) @dependabot
v1.3.1
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Changes
🧪 Experiments
Included in this release is the ability to turn on experiments inside of Xcodes! (Settings > Experiments)
In the first experiment - thanks to the wonderful work of https://github.com/saagarjha/unxip - unxipping speed is increased by up to 70% on some newer Macs.
This experiment is turned OFF by default - so make sure you increase your productivity by trying this new experiement!
🚀 Enhancements
- add a unxip experiment for faster unxipping (#179) @MattKiazyk
- Show a message when user is not authorized yet (#165) @qyzdo
🐛 Bug Fixes
- Allow Non-Paid Apple Developer to download versions. (#168) @MattKiazyk
🧰 Maintenance
- Fix typo (#191) @jordanekay
- Bump actions/checkout from 2.4.0 to 3 (#186) @dependabot
- Bump actions/cache from 2.1.6 to 2.1.7 (#170) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#166) @dependabot
v1.3.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Changes
🧪 Experiments
Included in this release is the ability to turn on experiments inside of Xcodes! (Settings > Experiments)
In the first experiment - thanks to the wonderful work of https://github.com/saagarjha/unxip - unxipping speed is increased by up to 70% on some newer Macs.
This experiment is turned OFF by default - so make sure you increase your productivity by trying this new experiement!
🚀 Enhancements
- add a unxip experiment for faster unxipping (#179) @MattKiazyk
- Show a message when user is not authorized yet (#165) @qyzdo
🐛 Bug Fixes
- Allow Non-Paid Apple Developer to download versions. (#168) @MattKiazyk
🧰 Maintenance
- Bump actions/cache from 2.1.6 to 2.1.7 (#170) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#166) @dependabot
v1.2.0
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Changes
🚀 Enhancements
- Better handling of when AppleId is not a developer (#159) @MattKiazyk
- Adds a quick toolbar option for opening preferences (#158) @MattKiazyk
- Adds ability to switch the local cache directory (#155) @MattKiazyk
- Add new filter for Release or Beta versions (#153) @Binlogo
- Add Xcode release date to info pane in Xcodes.app (#147) @provTheodoreNewell
🐛 Bug Fixes
- Better handling of duplicate builds and buttons not working (#156) @MattKiazyk
🧰 Maintenance
- Xcodes.app now builds on Xcode 12.5.1 (previously 12.4.0)
- Bump addressable from 2.7.0 to 2.8.0 in /AppCast (#161) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#160) @dependabot
- Bump rexml from 3.2.4 to 3.2.5 in /AppCast (#140) @dependabot
- Bump actions/cache from 2.1.5 to 2.1.6 (#136) @dependabot
- Updates developer dir on CI runs to xcode 12.5 (#150) @MattKiazyk
We're at 1.6k 🌟 on Github! Thank you for your support! Please spread the word! The more developers on Xcodes, the less pain in the world!
1.1.0 (7)
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Changes
- Handle required log in scenarios better instead of showing errors (#127) @aerickson14
- Create universal aria2 binary (#123) @senmu
🚀 Enhancements
- Adds MacOS notifications (#126) @MattKiazyk Turn on via Settings!
- Show sign in errors inline on sign in view (#129) @aerickson14
🐛 Bug Fixes
- only present a single alert at time (#131) @aerickson14
🧰 Maintenance
- Bump actions/checkout from 2 to 2.3.4 (#133) @dependabot
- Bump actions/setup-ruby from 1 to 1.1.3 (#134) @dependabot
- include updates to sparkle license (#130) @aerickson14
- Bump actions/cache from v2.1.4 to v2.1.5 (#119) @dependabot
- Bump kramdown from 2.3.0 to 2.3.1 in /AppCast (#118) @dependabot
1.0.5 (6)
Install Xcodes using one of the methods listed here.
Update Xcodes by selecting Check for Updates... in the Xcodes menu in the menu bar.
Changes
🚀 Enhancements
- Updates estimated time on info pane to 2 lines for better readability (#115) @MattKiazyk
- Auto Install Xcode if wanted (#114) @MattKiazyk
🧰 Maintenance
- Add install and update instructions to release notes (#111) @interstateone