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 b12d792 commit db6a6f1Copy full SHA for db6a6f1
src/releaseNote.ts
@@ -14,6 +14,29 @@ export type ReleaseNote = {
14
}[];
15
};
16
export const releaseNotes: ReleaseNote[] = [
17
+ {
18
+ version: "4.2.1",
19
+ description: ["ScombZ Utilities v4.2.1では、表示の調整を行いました。"],
20
+ released: true,
21
+ date: {
22
+ firefox: "2024/8/27",
23
+ chrome: "2024/8/27",
24
+ },
25
+ contents: [
26
27
+ genre: "fix",
28
+ title: "自作課題追加ボタンの表示位置変更",
29
+ explain:
30
+ "各科目ごとのページに表示される自作課題追加ボタンの位置が、TAや教員向けに表示されるボタンの位置と被ってしまっていた問題を修正しました。表示位置を左下から右下に変更しました。",
31
32
33
+ genre: "optimization",
34
+ title: "英訳の修正",
35
36
+ "一部の英訳が不適切だったため、修正を行いました。また、適切に表示されなかった部分を修正しました。",
37
38
+ ],
39
40
{
41
version: "4.2.0",
42
description: ["ScombZ Utilities v4.2.0では、機能の追加を行いました。"],
0 commit comments