Release v0.39.1
This is a patch release to fix some issues that came out with the recent 0.39.0
release.
The main user-facing issue here is reducing the serialization interval to 1 minute by default and allowing it to be configured using the serialization_interval
configuration parameter.
Thanks to the many community contributions which helped quickly fix a lot of the bugs found in the release! It's good to see so many people relying heavily on the tool and helping maintain it so quickly.
What's Changed
- Fix styled underlines in editors by @mike-lloyd03 in #2918
- fix(ux): LaunchPlugin and some cwd fixes by @imsnif in #2916
- optimize: update refresh prorcess for sysinfo to reduce cpu usage by @xuanyuan300 in #2920
- Dropping to shell in command panes reuses CWD by @d-alonso in #2915
- feat(config): add serialization interval configuration by @imsnif in #2923
- fix(plugins): reloading plugin after crash by @imsnif in #2929
New Contributors
- @mike-lloyd03 made their first contribution in #2918
- @xuanyuan300 made their first contribution in #2920
- @d-alonso made their first contribution in #2915
Full Changelog: v0.39.0...v0.39.1