v3.3.0
This release introduces mainly bug fixes and integration improvements. Now the plugin is integrated with oil.nvim. On top of that, target auto-detection has been added, so that you don't have to select target for a new file every time.
Oil.Integration.mp4
Another significant change is how build configuration is handled. Now switching between schemes should work as expected. Build configuration selection has been removed, because now it relies on the scheme itself.
What's Changed
- fix: collecting xcodebuild logs by @wojciech-kulik in #91
- fix: parsing logs that contain "error:" phrase which is not error itself by @wojciech-kulik in #93
- fix!: handling build configurations by @wojciech-kulik in #96
- fix!: removed
XcodebuildSelectProject
command by @wojciech-kulik in #97 - feat: support for user schemes (not shared) by @wojciech-kulik in #98
- fix: incorrect showing of connected iOS devices for macOS projects by @wojciech-kulik in #99
- feat: oil.nvim integration by @wojciech-kulik in #100
- feat(project-manager): auto-select target for new files when only one… by @wojciech-kulik in #101
- feat(integrations): target auto-detection for new files by @wojciech-kulik in #102
- fix(integrations): creating groups from nvim-tree and oil.nvim by @wojciech-kulik in #102
- feat: improved performance of adding project files by @wojciech-kulik in #103
Full Changelog: v3.2.0...v3.3.0