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
![](https://private-user-images.githubusercontent.com/9987486/379174027-8607a82a-9488-4677-91a3-3297d499b3ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjU0NTcsIm5iZiI6MTczOTU2NTE1NywicGF0aCI6Ii85OTg3NDg2LzM3OTE3NDAyNy04NjA3YTgyYS05NDg4LTQ2NzctOTFhMy0zMjk3ZDQ5OWIzYmEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTRUMjAzMjM3WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjNiMmE2OTA1ZmNlMmQ1ZjQ3NGMwZWVlYzIwYWZmZGM1YTQxNjdjY2JmNTMzMThhYWFlNzg3OTY2Njc3NzEzZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.zREUbZvX81Sw0NtrpE5QLMTX71wfxdOTg50nqz2QM0Q)
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。