v0.4.0
No breaking changes, just a maintanance release.
What's Changed
- feat: add curl_args config option by @saecki in #42
- feat: throttle auto update by @ten3roberts in #47
- feat: add popup.hide_on_select config option by @saecki in #50
- feat: make programs to open URL's configurable (open_programs) by @saecki in #60
- feat(config): add 'on_attach' by @MunifTanjim in #65
- feat: add refactoring actions by @saecki in #73
Bug fixes
- fix: add diagnostic for invalid crate name casing by @saecki in #45
- fix(toml): inline tables without extra spaces at the end by @figsoda in #48
- fix: popup showing netrw a dir named "crates" exists by @saecki in #54
- fix: trigger initial update when lazy loading by @MunifTanjim in #61
- fix: limit number of parallel requests using a queue by @saecki in #64
- fix: avoid checkhealth deprecation warnings by @jamestrew in #71
- fix: don't show errors for workspace dependencies by @saecki in #72
- fix: don't show possibly misleading info or diagnostics for local depencencies by @saecki in #76
- fix: completion menu not triggering automatically by @saecki in #80
- fix: completion triggered before update has started by @saecki in #81
New Contributors
- @ten3roberts made their first contribution in #47
- @figsoda made their first contribution in #48
- @MunifTanjim made their first contribution in #61
- @jamestrew made their first contribution in #71
Full Changelog: v0.3.0...v0.4.0