Releases: Kotlin/kdoctor
Releases Β· Kotlin/kdoctor
1.1.0
1.0.1
- Handle situation when Command Line Tools were installed before Xcode
Full Changelog: v1.0.0...v1.0.1
1.0.0
- new feature: development team ids for iOS applications (run
kdoctor --team-ids
). π - implemented instant reporting during diagnostic runs (with cool animations in a terminal). β¨
- added a diagnostic to analyze the synthetic gradle project for finding the configuration issues (run
kdoctor -a
). π - added a diagnostic to analyze a user project (run
kdoctor -a
inside a gradle project root directory). π€ - removed dependency on
libcurl
. β‘ - lot of bug fixes and polishing. πͺ
0.0.6
0.0.5
What's Changed
- New colored output
- New short output by default and verbose output with
-v
option - Added a remote compatibility matrix for useful notifications
- All diagnostics were covered with unit tests
Full Changelog: v0.0.4...v0.0.5
0.0.4
What's Changed
- Fix for #16: Failure if system ruby is used on a M1 mac by @vkormushkin in #18
- Fix for #17: Check for JAVA_HOME set in Xcode custom paths by @vkormushkin in #19
Full Changelog: v0.0.3...v0.0.4
0.0.3
What's Changed
- Fix clone repository of README.md by @takahirom in #10
- Rosetta detection and support added by @amatsegor in #12
- Fixed sporadic errors while executing a shell command by @amatsegor in #14
- Implemented detection of Cocoapods installed via Homebrew by @amatsegor in #15
New Contributors
- @takahirom made their first contribution in #10
- @amatsegor made their first contribution in #12
Full Changelog: v0.0.2...v0.0.3
0.0.2
Bug fixes
0.0.1
v0.0.1 Readme file