Skip to content

Commit f1fc49b

Browse files
committed
v1.6.12
1 parent dd3ab19 commit f1fc49b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ $pallets_dat = array(['標準','palette.txt'],['PCCS_HSL','p_PCCS.txt'],['マン
6969

7070
[すべての履歴はこちら](changelog.md)
7171

72+
### [2025/06/09] v1.6.12
73+
74+
- 「続きから描く」が機能しなくなっていたの修正
75+
7276
### [2025/06/09] v1.6.11
7377

7478
- misskey投稿時にツールが不明になるバグ修正

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## すべての履歴
44

5+
### [2025/06/09] v1.6.12
6+
7+
- 「続きから描く」が機能しなくなっていたの修正
8+
59
### [2025/06/09] v1.6.11
610

711
- misskey投稿時にツールが不明になるバグ修正

noreita/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//--------------------------------------------------
66

77
//スクリプトのバージョン
8-
define('REITA_VER', 'v1.6.11'); //lot.250609.1
8+
define('REITA_VER', 'v1.6.12'); //lot.250610.0
99

1010
//phpのバージョンが古い場合動かさせない
1111
if (($php_ver = phpversion()) < "7.3.0") {
@@ -1621,7 +1621,7 @@ function paintcom($tmpmode): void {
16211621
function in_continue(): void {
16221622
global $blade, $dat;
16231623

1624-
$no = filter_input(INPUT_GET, 'no', FILTER_VALIDATE_INT);
1624+
$no = filter_input(INPUT_GET, 'no'); // 画像ファイル名なので文字列として取得
16251625
$dat['othermode'] = 'incontinue';
16261626
$dat['continue_mode'] = true;
16271627

0 commit comments

Comments
 (0)