File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
tritask-language-features Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## v0.1.0
4
+ - Windows, MacOS 双方ともに動作確認
5
+ - Add Task 操作を Smart Add の挙動に変更
6
+ - 何もない行で Add Task を行うと, 実行日は今日になる
7
+ - タスク行で Add Task を行うと, そのタスクと同じ実行日が用いられる
8
+ - ここが今回の追加ポイント
9
+ - 従来は常に「実行日 = 今日」だった
10
+ - Jump to the top of today todo 操作を追加
11
+ - ソート後などにカーソルが下に吹き飛んだ後も, この操作で一発で戻れる
12
+ - MacOS 時に Report today 操作を行うとエラーになる不具合を修正
13
+ - 元々 MacOS に対応していないのに呼び出せていたので, 呼び出されないようにした
14
+ - MacOS 時の Completion Date 操作に Ctrl + P のショートカットキーを導入
15
+ - (開発) 内部の Tritask エンジンを v1.8.1 → v1.10.1 にアップデート
16
+ - (開発) 品質の向上
17
+ - lint と prettier を導入
18
+ - テストコードを導入
19
+ - VSCode API が推奨する Promise の書き方を踏襲
20
+
3
21
## v0.0.2
4
22
- MacOS 10.14(Mojave) での動作をサポート
5
23
- 動作要件として ` python3 ` コマンドを必須にする
Original file line number Diff line number Diff line change 4
4
"description" : " Tritask commands for .trita files." ,
5
5
"publisher" : " stakiran" ,
6
6
"repository" : " https://github.com/tritask/tritask-vscode" ,
7
- "version" : " 0.0.2 " ,
7
+ "version" : " 0.1.0 " ,
8
8
"engines" : {
9
9
"vscode" : " ^1.51.0"
10
10
},
You can’t perform that action at this time.
0 commit comments