Skip to content

v2.4.0

Compare
Choose a tag to compare
@wojciech-kulik wojciech-kulik released this 16 Feb 22:39
· 172 commits to main since this release

New Features

  • Now you can run, uninstall, and test apps on physical devices!
  • <C-r> binding in the device picker to refresh the list of devices
  • Added vim.g.xcodebuild_last_status global variable
  • Added XcodebuildOpenInXcode command to open the project in Xcode
  • Created tips & tricks collection for development in Neovim

Improvements

  • Improved lualine integration
  • Improved error handling
  • Improved presentation of code coverage report
  • Refreshed README.md

Fixes

  • Fixed support for projects with whitespaces in path and/or name
  • Fixed issue with appearing logs panel even if it was disabled in the config
  • Fixed attempt to load project data even if the plugin is not configured (occurred while opening test files)