Skip to content

Commit

Permalink
Release Ver2.53
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentaroh committed Jun 15, 2021
1 parent cbdecd9 commit 817841d
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Change_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 2021-06-15 Ver2.53

- Added support for changing the execution order of tasks in the schedule.
- Added support for specifying the length of file names to ignore.

#### 2021-05-14 Ver2.52

- Fixed an error in Media Scan.
Expand Down
5 changes: 5 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Change_JA.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 2021-06-15 Ver2.53

- スケジュールでタスクの実行順序を変更できるようにした
- 無視するファイル名の長さを指定できるようにした。

#### 2021-05-14 Ver2.52

- Media Scanでエラーになる現象に対応
Expand Down
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_EN_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ If checked, it will not process directories/files that contain characters that c

If checked, files with a file size of 0 bytes will be ignored.

### Ignore the file if the length of the file name is longer than the specified value

Specifies the maximum length (in bytes) of the output file name. Ignores the file if the number of bytes in the file name exceeds the maximum.

### Manuals
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[Manual](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_FR_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ Si cette case est cochée, le système ne traitera pas les répertoires/fichiers

Si cette case est cochée, les fichiers dont la taille est de 0 octet sont ignorés.

### Ignorer le fichier si la longueur du nom du fichier est supérieure à la valeur spécifiée.

Spécifie la longueur maximale (en octets) du nom du fichier de sortie. Ignore le fichier si le nombre d'octets dans le nom du fichier dépasse le maximum.

### Manuels
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[Manual](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_IT_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ Se spuntato, il sistema non processerà le directory/file che contengono caratte

Se spuntato, i file con una dimensione di 0 byte vengono ignorati.

### Ignora il file se la lunghezza del nome del file è più lunga del valore specificato

Specifica la lunghezza massima (in byte) del nome del file di output. Ignora il file se il numero di byte nel nome del file supera il massimo.

### Manuali
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[Manual](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_JA_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ SmbFile.setLastModified()やFile.setLastModified()が失敗する場合に有効

チェックするとファイルサイズが0バイトのファイルを無視します。

### ファイル名の長さが指定した値より長い場合はファイルを無視する

出力ファイル名の最大長(バイト数)を指定します。ファイル名のバイト数が最大値を超えた場合はファイルを無視します。

### ドキュメント
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[マニュアル](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_RU_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv

Если флажок установлен, файлы с размером файла 0 байт игнорируются.

### Игнорировать файл, если длина имени файла больше указанного значения

Задает максимальную длину (в байтах) имени выходного файла. Игнорирует файл, если количество байтов в имени файла превышает максимальное значение.

### Руководства
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[Manual](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
4 changes: 4 additions & 0 deletions SMBSync2/src/main/assets/SMBSync2_Help_ZH_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv

如果选中,文件大小为0字节的文件将被忽略。

### 如果文件名的长度超过指定值,则忽略该文件

指定输出文件名的最大长度(字节数)。如果文件名中的字节数超过最大值,则忽略该文件。

### 使用说明书
[FAQ](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_FAQ_JA.htm)
[Manual](https://sentaroh.github.io/Documents/SMBSync2/SMBSync2_Desc_JA.htm)
Binary file modified debug_apk/SMBSync2_debug.apk
Binary file not shown.
Binary file modified help/@help_smbsync2.xlsm
Binary file not shown.

0 comments on commit 817841d

Please sign in to comment.