We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd6010 commit 6614d3bCopy full SHA for 6614d3b
src/releaseNote.ts
@@ -14,6 +14,29 @@ export type ReleaseNote = {
14
}[];
15
};
16
export const releaseNotes: ReleaseNote[] = [
17
+ {
18
+ version: "4.4.5",
19
+ description: ["ScombZ Utilities v4.4.5では、機能の追加を行いました。"],
20
+ released: true,
21
+ date: {
22
+ firefox: "2025/1/16",
23
+ chrome: "2025/1/16",
24
+ },
25
+ contents: [
26
27
+ genre: "feature",
28
+ title: "複数ファイル同時提出機能の追加",
29
+ explain:
30
+ "複数のファイルを選択して同時に提出できる機能を追加しました。クリックしてファイルを選択するか、ドラッグ&ドロップが行えます。またこの機能の実装に伴い、ドラッグ&ドロップへの自動切り替え機能を削除しました。",
31
32
33
+ genre: "optimization",
34
+ title: "ポップアップ画面の初期タブ設定を追加",
35
36
+ "ポップアップ画面を開いたときに最初に表示されるタブを設定できるようにしました。設定画面から変更できます。",
37
38
+ ],
39
40
{
41
version: "4.4.4",
42
description: [
0 commit comments