Skip to content

Releases: opensumi/core

v2.16.0

17 Mar 09:53
Compare
Choose a tag to compare

v2.16.0

17 March 2022

🎉 New Features

🐛 Bug Fixes

  • use web save dialog in Remote Mode #669 by @yantze

  • fix plainWebview may load twice in electron #667 by @MMhunter

  • Add missing i18n #665 by @bytemain

  • fix cannot create connection to backend in electron #616 by @bytemain

  • use sorted editor groups #631 by @erha19

  • validate style when create file #655 by @AhkunTa

  • document formatting provider bug #660 by @Aaaaash

  • fix extension register container hidden state not restore #610 by @bytemain

  • 修复插件进程重启时带视图组件的 sumi 插件副作用清理逻辑 #534 by @bk1012

  • Display containerId when not set title in browserView contributes #556 by @bytemain

  • change handlerValueChange deps and function name #559 by @iamxukai

  • 修复阻止冒泡导致的 popover 自动隐藏不生效问题 #529 by @EAGzzyCSL

  • 修复侧边栏 tab 拖拽时拖拽图显示问题 #520 by @EAGzzyCSL

📚 Documentation Changes

💄 Code Style Changes

💄 Style Changes

🪚 Refactors

  • 通过 vscode.window.createInputBox 创建的 InputBox 可以动态更新显示效果了 #591 by @bytemain

🧹 Chores

v2.15.9

16 Mar 12:57
Compare
Choose a tag to compare

v2.15.9

16 March 2022

🐛 Bug Fixes

  • Tree 增加操作锁逻辑,增强展开折叠稳定性 #658 by @erha19

  • 调整 RemoteOpener 异常抛出行为 #649 by @life2015

  • 修复 ws 模块初始化时的事件响应 #650 by @hacke2

v2.15.7

14 Mar 08:26
Compare
Choose a tag to compare

v2.15.7

14 March 2022

🎉 New Features

  • support markdown tooltip to statusbar #614 by @hacke2

v2.15.5

11 Mar 07:43
Compare
Choose a tag to compare

v2.15.5

11 March 2022

🐛 Bug Fixes

  • fix NodeExtProcessService cannot create RPC connection in electron #608 by @bytemain

  • ensure refresh task before location file on filetree #602 by @erha19

v2.15.4

09 Mar 02:51
Compare
Choose a tag to compare

v2.15.4

9 March 2022

🐛 Bug Fixes

  • optimize connection module export structure #551 by @erha19

  • 修复 less unit 函数在高版本下编译失败 #587 by @winixt

  • use onMouseDown to run quickopen item #584 by @hacke2

  • re-render errors on preference view #548 by @erha19

v2.15.3

02 Mar 02:04
Compare
Choose a tag to compare

26fbc59b764540e12f3ca802c63cd80b111ffb65

2 March 2022

🐛 Bug Fixes

v2.15.2

25 Feb 08:46
Compare
Choose a tag to compare

v2.15.2

25 February 2022

🏗️ Build System

v2.15.1

25 Feb 08:06
Compare
Choose a tag to compare

v2.15.1

25 February 2022

🐛 Bug Fixes

  • 修复某些情况下编辑器打开方式没有被清除的问题- 修复已打开文件注册 openType 可能不生效的问题- 优化打开方式开关样式 #509 by @Aaaaash

  • 回退 monaco editor 到 0.29.1-patch.1 版本 #508 by @Ricbet

Release v2.15.0

23 Feb 10:11
Compare
Choose a tag to compare

v2.15.0

23 February 2022

🎉 New Features

  • 实现编辑器语言版本选择能力 #414 by @hacke2

  • 在远程模式下支持远程连接标题展现 #450 by @yantze

  • 实现 Testing 相关 API 以及支持全新的 Testing UI #421 by @Ricbet

  • 引入Nodemon- Nodemon自定义配置 #443 by @life2015

  • 支持 VSCode TerminalProfileProvider API 同时展示创建终端失败时出现的错误信息 #92 by @bytemain

  • 拦截 telemetry 模块的实现 #441 by @Ricbet

  • 当设置面板的值无效时展示 Warning 信息 #439 by @bytemain

  • 添加 Remote Opener 链接失败时错误回调逻辑 #431 by @life2015

  • 支持 TerminalLink 配置定义 #454 by @bytemain

🐛 Bug Fixes

  • 修复撤销、回退失效的问题 #504 by @Ricbet

  • 修复拆分终端场景下无法监听终端设置的问题 #503 by @Aaaaash

  • 替换空编辑器 Logo 同时支持通过配置进行背景图配置 #499 by @erha19

  • 修复设置面板默认值无法正常显示的问题 #491 by @erha19

  • 修复在文件树根目录无法粘贴文件的问题 #496 by @erha19

  • 仅在 Web 环境下启用 openNewWindow 属性 #485 by @yantze

  • 当状态栏图标无命令时,隐藏 Hover 浮层 #489 by @hacke2

  • 修复命令面板按 esc 键无法隐藏的问题 #478 by @Ricbet

  • 当状态栏图标无 tooltip 时,隐藏 Hover 浮层 #476 by @hacke2

  • 修复 pty 进程退出问题 (#470) #470 by @Aaaaash

  • 修复终端创建时 shellPath 没有正常传递问题 #468 by @bytemain

  • 修复丢失的 sumi API 定义 (#466) #466 by @Aaaaash

  • 修复 OpenerContribution 控制台报错的问题 #456 by @Ricbet

  • 修复 status-bar 中 Popover 下元素的布局问题 #457 by @EAGzzyCSL

  • 修复 popover 组件样式 #455 by @hacke2

  • 终端创建时注入 env 信息 #449 by @bytemain

  • pseudo terminal output #448 by @bytemain

  • 移除 nodemon 多余的文件监听 (#446) #446 by @life2015

  • 修复 tabbar 插入视图后隐藏状态丢失问题 #442 by @EAGzzyCSL

  • 修复了编辑器装饰器样式对齐样式 #430 by @hacke2

  • 修复 SCM 面板打开文件报错问题 #426 by @hacke2

  • 修复 QuickPick 面板可能出现的循环调用问题 #399 by @hacke2

📚 Documentation Changes

💄 Style Changes

🪚 Refactors

  • optimize framework dependency structure #432 by @erha19

🚀 Performance Improvements

🏗️ Build System

🧹 Chores

v2.14.4

22 Feb 10:17
Compare
Choose a tag to compare

b20b8673070fe78e4b8092c8fd74327fc8d391a7

22 February 2022

🐛 Bug Fixes