File tree Expand file tree Collapse file tree 2 files changed +53
-1
lines changed
Expand file tree Collapse file tree 2 files changed +53
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = [
1313 } ,
1414 {
1515 text : '更新日志' , items : [
16- { text : 'v3.6.9' , link : '/pages/ojodioj /' } ,
16+ { text : 'v3.6.9-PATCH ' , link : '/pages/jkljjodioj /' } ,
1717 // {text: '素材', link: '/pages/b45deb/'},
1818 ]
1919 } ,
Original file line number Diff line number Diff line change 1+ ---
2+ title : v3.6.9-PATCH
3+ date : 2023-09-09 23:13:43
4+ permalink : /pages/jkljjodioj/
5+ article : false
6+ ---
7+
8+
9+ v3.6.9-PATCH 更新内容
10+
11+ > tip:
12+ > 当前版本是个过度版本, 为v3.7.0将要发布的` 自动刷题 ` 规划功能铺路。
13+ > 另外v3.6.9-PATCH版本已经发布到` Jetbrains ` 插件市场,欢迎使用
14+
15+
16+ ## feature
17+
18+ 1 . 针对不同操作系统预编译c++代码, 提高cpp debug服务启动速度
19+
20+ 2 . 优化Leetcode-Runner在不同OS上的功能, 适配Mac, Linux
21+
22+ 3 . 优化编码区域界面, 向Leetcode平台编码UI靠拢
23+
24+ 4 . 优化Debug Command Line指令使用体验
25+
26+ 5 . 优化Debug 功能选择对应语言构建工具的配置
27+
28+ 6 . 优化不同操作系统弹窗可能会导致的异常
29+
30+ 7 . 修改文件重定位打开逻辑, 提高稳定性
31+
32+ 8 . 提供debug setting的默认配置, 提高用户体验
33+
34+ ## bug fix
35+
36+ #30 : 有用户反馈创建文件出现报错
37+
38+ #8 : 编码区域的分割栏判定范围过窄,需要放大
39+
40+ #33 : 左侧题目内容,右侧编码内容(调整editor分布)
41+
42+ #34 : c++ debug服务构建,服务部分代码能不能提前编译,每次只编译Solution.cpp,从而提高cpp debug服务整体启动速度
43+
44+ #37 : 干!mac自带g++,cpp的debug功能得改一下,根据OS改变系统需要获取的工具路径
45+
46+ #38 : debug功能适配MAC
47+
48+ #40 : python在debug的时候出现无法执行指令错误,初步判断可能是存在冗余""的原因
49+
50+ 解决用户初次登陆时, Web Auth登录成功后, 窗口没有关闭的异常情况
51+
52+ 修复调试设置模块未设置提示信息
You can’t perform that action at this time.
0 commit comments