Releases: shalldie/vscode-background
Releases · shalldie/vscode-background
v2.0.3
v2.0.2
What's Changed
- docs: Update README(整理README) by @Octopus058 in #480
- (fix #479) docs: updated localization for Japanese by @shim4stat in #483
- Feat fullscreen optimization(全屏方案优化) by @shalldie in #484
- Preload images. 图片预加载 by @shalldie
- fix(l10n): 🐛 修复插件提示在linux下不显示为中文的问题 (fix #485) by @hbcraft in #486
- Fix backup when upgrading vscode through package manager in some Linux by @shalldie in #493
New Contributors
- @Octopus058 made their first contribution in #480
- @shim4stat made their first contribution in #483
- @hbcraft made their first contribution in #486
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
v2.0.0
This is a major version that has added more features, which will bring you a better coding experience!
- More configurable sections:
fullscreen
,sidebar
,editor
,panel
. - Clear and concise configuration.
- Added quick commands that can be invoked through the 「Background」 button in the bottom-right corner of the statusbar.
- No more warnings about
Your Code installation appears to be corrupt
!!! - Added support for multiple languages (l10n).
- More content can be found in README.md,Migration from v1。