Skip to content

Releases: opensumi/core

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

v2.14.3

18 Feb 01:47
Compare
Choose a tag to compare

v2.14.3

18 February 2022

🐛 Bug Fixes

  • new folder with contextMenu after rename file cause error #460 by @erha19

  • process multi-line output in task- ignore equals problem data #420 by @Aaaaash

v2.14.2

07 Feb 16:44
Compare
Choose a tag to compare

v2.14.2

7 February 2022

🐛 Bug Fixes

  • improve file move and contextMenu operation UX #405 by @erha19

  • change quickopen eventEmitter to private property #406 by @hacke2

  • if view container changed then display or hiding the webviewview #402 by @hacke2

v2.14.1

28 Jan 02:32
Compare
Choose a tag to compare

v2.14.1

25 January 2022

🐛 Bug Fixes

  • add remote opener contribution to contributionProvider #379 by @Aaaaash

OpenSumi Release v2.14.0

24 Jan 13:10
Compare
Choose a tag to compare

v2.14.0

24 January 2022

🎉 New Features

  • only bottom slot will apply hideSlotTabBarWhenHidePanel settings #227 by @lengthmin
  • 隐藏 bottom slot tabbar 时双击 tab 不会再隐藏整个 slot #236 by @lengthmin
  • set explorerResourceIsFolder to true when right click in explorer root #286 by @lengthmin
  • Add terminal context menu #332 by @Aaaaash
  • emit task provider registered event #331 by @Aaaaash
  • Add remote opener #288 by @Aaaaash
  • fire task background begin and ended event #373 by @Aaaaash

🐛 Bug Fixes

  • 修复 Toolbar 按钮的 min-width 属性名 #152 by @yantze
  • 去掉多余的主题 fallback 逻辑 #188 by @Aaaaash
  • 修正主题 fallback 逻辑 #214 by @Aaaaash
  • storage use asAccess with uri #235 by @yantze
  • es editor ures failing after closing diffEditors. #251 by @MMhunter
  • remove redundancy node process clean #230 by @yantze
  • 修复在没有 resolveCompletionItem 的情况下补全列表的 documentation 丢失的问题 #284 by @Ricbet
  • QuickOpen hide do not dispose #325 by @hacke2
  • configuration contributionPoint parse error #322 by @erha19
  • set correct context menu on empty view block #318 by @erha19
  • locating setting id while clicking edit in settings.json #372 by @erha19
  • update replace all button correctly while updating replace the value on search view #369 by @erha19
  • new files on fileTree #365 by @erha19
  • diff editor focus problem #376 by @MMhunter
  • tabsize 配置最小值限制为 1 #375 by @Ricbet
  • wrap replace button with observer on search panel #387 by @erha19
  • auto position setting id when invisible #386 by @erha19

📚 Documentation Changes

💄 Code Style Changes

💄 Style Changes

🪚 Refactors

🚀 Performance Improvements

🧹 Chores

v2.13.10

17 Jan 06:37
Compare
Choose a tag to compare

v2.13.10

13 January 2022

🐛 Bug Fixes

v2.13.9

06 Jan 06:42
Compare
Choose a tag to compare

v2.13.9

6 January 2022

🐛 Bug Fixes

  • try to load the latest theme data while refreshing page #282 by @erha19