You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#337
Add a hook to remove background images, when plugin has been uninstalled.
当插件被卸载时,添加钩子去清理背景图。
ver1.2.3 (2022/11.3)
#306, #329
fix css broken caused by mutiple write.
修复多实例写入造成的css损坏。
ver1.2.2 (2022/10.31)
add feature fullscreen.
添加全屏背景图支持。
ver1.2.1 (2022/7/20)
fix loading local image.
修复加载本地图片的问题。
ver1.2.0 (2022/7/18)
大量调整,相当部分来自:https://github.com/shalldie/vscode-background/pull/293
main:
Auto sudo command to install. 自动提权。
Another way to uninstall. 额外的卸载方式。
ver1.1.31 (2022/6/1)
调整 web css 路径,// https://github.com/microsoft/vscode/pull/141263
update path of web css.
ver1.1.30 (2021/12/17)
适配 web,比如 code-server。
adapt to vscode web, for example code-server.
ver1.1.29 (???)
忘记了。
forget.
ver1.1.28 (2021/06/29)
同步一下最近的更新,没有功能上的调整。
Synchronize the latest updates.
ver1.1.27 (2021/03/13)
修复vscode升级带来的自定义图片问题,感谢 `NoDocCat`
Fix the problem of custom image caused by vscode upgrade, thx for `NoDocCat`.
ver1.1.26 (2020/07/07)
给首屏(空白屏)添加图片。
add image to home screen(empty screen).
ver1.1.25 (2020/05/14)
添加 `loop` 模式,可以循环展示图片。
add loop mode, which can repeat your image.
ver1.1.23 (2019/12/10)
优化部分代码,卸载插件时自动清理样式,不一定生效,,, (依赖node)。
optimize code, auto remove style after uninstalled (depend on node).some times it doesn't work.
ver1.1.20 (2019/8/18)
更新css文件地址。去掉对自定义路径的编码。
update the address of css file.remove the encoding for custom path.
ver1.1.19 (2018/7/6)
更新样式。
update style.
ver1.1.18 (忘记什么时候更新的了。forget when)
好像是更新文档之类。
seems to update docs.
ver1.1.17 (2017/11/12)
fix bug: 在vscode更新的时候,遗漏了 非初次加载插件&&css文件未hack 的情况。
产生原因:用ts重写的时候遗漏。
fix bug: while vscode updated,extension can't work well.
why it happens: My fault,i forgot it when rewrite it by typescript.Sorry...
ver1.1.16 (2017/10/30)
用 typescript 重写了一下,因为旧代码太恶心了。
rewrite by typescript,because the old code is so rubbish. :D
修复了旧版本的一个bug:插件卸载之后,注册的事件并没有dispose掉。
fix bug: After extension has been uninstalled,the event doesn't dispose currently.
ver1.1.14 (2017/7/3)
Fix the bug,which "z-index" caught.
修复背景图后置的 z-index 导致样式影响问题
ver1.1.13 (2017/6/29)
"background.useFront":boolean
add config to on the top of code,or behind the code.
添加图片前置,后置功能。
ver1.1.12 (2017/6/27)
Config opacity. 添加自定义透明度功能。
remove background to the css3 [::after],so u can config opacity now!
把background的背景移植到css3属性[::after]上,所以现在可以配置透明度。