Skip to content

Commit b70734d

Browse files
committed
Release v6.7.0
#11
1 parent f41484e commit b70734d

File tree

10 files changed

+21
-14
lines changed

10 files changed

+21
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snapbackup",
3-
"version": "6.6.0",
3+
"version": "6.7.0",
44
"description": "The one-click backup utility",
55
"license": "GPL-3.0",
66
"type": "module",
@@ -62,7 +62,7 @@
6262
"interactive": "browser-sync . --startPath website-target/1-dev --files website-target"
6363
},
6464
"devDependencies": {
65-
"@fortawesome/fontawesome-free": "~6.6",
65+
"@fortawesome/fontawesome-free": "~6.7",
6666
"add-dist-header": "~1.4",
6767
"browser-sync": "~3.0",
6868
"copy-file-util": "~1.2",
49.6 MB
Binary file not shown.
228 KB
Binary file not shown.
52.7 MB
Binary file not shown.

releases/snapbackup.jar

-632 Bytes
Binary file not shown.

src/java/org/snapbackup/SnapBackup.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ else if ("--list".equalsIgnoreCase(args[0]))
3535
DataModel.doCmdLineList();
3636
else if ("--current".equalsIgnoreCase(args[0]))
3737
DataModel.doCmdLineBackup(UserPreferences.readPref("CurrentProfile"));
38-
else if ("~".equals(args[0])) //DEPRECATED
39-
DataModel.doCmdLineBackup(UserPreferences.readPref("CurrentProfile")); //DEPRECATED
4038
else
4139
DataModel.doCmdLineBackup(args[0]);
4240
}

src/java/org/snapbackup/settings/SystemAttributes.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ public class SystemAttributes {
2121
// Release constants
2222
public static final String appTitle = "Snap Backup";
2323
public static final String appName = "SnapBackup"; //".properties" name
24-
public static final String appVersion = "6.6.0"; //keep in sync with package.json
24+
public static final String appVersion = "6.7.0"; //keep in sync with package.json
25+
// 6.7.0 - 2024/12/11 - Update Italian translation
2526
// 6.6.0 - 2024/02/04 - Support Apple silicon (M1, M2, and M3)
2627
// 6.5.0 - 2022/09/30 - Auto save settings and new --list and --current CLI flags
2728
// 6.4.1 - 2022/08/28 - Filter out files stored in remote clouds
@@ -71,6 +72,7 @@ public class SystemAttributes {
7172
{ "Andy Saksono", "https://en.wikipedia.org/wiki/Indonesian_language" }, //"id"
7273
{ "Dany", "https://en.wikipedia.org/wiki/Romanian_language" }, //"ro"
7374
{ "Vahidin Qerimi", "http://vahidin.wordpress.com" }, //"sq"
75+
{ "WVam", "https://github.com/WVam" }, //"it"
7476
};
7577
public static final String appAuthors = "Dem Pilafian"; //names of code contributors
7678
public static final String appCopyright =

src/resources/properties/SnapBackup_it.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Err02ItemNotFound= Il file o la cartella di destinazione non sono reperibil
168168
Err03ZippingFile= Impossibile creare la cartella compressa.
169169
Err04BackupFileMissing= File di salvataggio mancante o illeggibile.
170170
Err05NoArchiveFolder= Cartella mancante per il file di archiviazione esterna.
171-
Err06CannotWriteArchive=Impossibile scrivere nel file di archiviazione esterna: verificare i permessi.
171+
Err06CannotWriteArchive=Impossibile scrivere nel file di archiviazione esterna -- verificare i permessi.
172172
Err07ArchiveNotFile= La cartella compressa di destinazione non sembra un file.
173173
Err08ArchiveCanceled= Archiviazione esterna annullata dall'utente.
174174
Err09ArchiveProblem= C'è stato un problema durante la copia del file per l'archiviazione esterna.

website/root/about/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@ <h2>About</h2>
1717
Vice Presidents of Umlauts and Other Wild Characters:
1818
<p class=indent>
1919
<a href=https://en.wikipedia.org/wiki/Italian_language> Giorgio Ponza</a><br>
20-
<a href=http://www.bi-on.de> Pascál Bihler</a><br>
20+
<a href=https://www.bi-on.de> Pascál Bihler</a><br>
2121
<a href=https://users.soe.ucsc.edu/~carlosm> Carlos Maltzahn</a><br>
22-
<a href=http://esperanto.net> Suzanne Bolduc</a><br>
22+
<a href=https://esperanto.net> Suzanne Bolduc</a><br>
2323
<a href=https://en.wikipedia.org/wiki/Russian_language> Elena Kogan</a><br>
2424
<a href=https://en.wikipedia.org/wiki/Dutch_language> Oscar Laurens Schrover</a><br>
2525
<a href=http://biomodel.uah.es> Angel Herráez</a><br>
2626
<a href=https://en.wikipedia.org/wiki/Portuguese_language>Antonio de Rezende, Jr.</a><br>
2727
<a href=https://en.wikipedia.org/wiki/Slovene_language> Sašo Topolovec</a><br>
2828
<a href=https://en.wikipedia.org/wiki/Indonesian_language>Andy Saksono</a><br>
2929
<a href=https://en.wikipedia.org/wiki/Romanian_language> Dany</a><br>
30-
<a href=http://vahidin.wordpress.com> Vahidin Qerimi</a><br>
30+
<a href=https://vahidin.wordpress.com> Vahidin Qerimi</a><br>
31+
<a href=https://github.com/WVam> WVam</a><br>
3132
</p>
3233
</div>
34+
<br>
3335
Chief Usability Officer:
3436
<p class=indent>
3537
<a href=https://centerkey.com/dem>Dem Pilafian</a>

website/templates/news.html

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<div class=news>
2+
<div>
3+
<cite>December 11, 2024</cite>
4+
<p>Snap Backup release 6.7.0 improves the Italian translation thanks to
5+
<a href=https://github.com/WVam>WVam</a>.</p>
6+
</div>
27
<div>
38
<cite>February 4, 2024</cite>
49
<p>Snap Backup release 6.6.0 supports Apple silicon (M1, M2, and M3).</p>
@@ -15,18 +20,18 @@
1520
<cite>August 16, 2015</cite>
1621
<p>Snap Backup 6.0.0 is released with support for larger backup files.</p>
1722
</div>
23+
</div>
24+
<!-- - - - - - - - - - - - - - - -->
25+
<div class=reveal-button data-reveal=more-news>More news...</div>
26+
<div class=reveal-target data-reveal=more-news>
27+
<!-- - - - - - - - - - - - - - - -->
1828
<div>
1929
<cite>January 26, 2014</cite>
2030
<p>The new code repository has been created on
2131
<a href=https://github.com/snap-backup/snapbackup>GitHub</a>
2232
<i data-brand=github-alt data-href=https://github.com/snap-backup/snapbackup></i>.
2333
</p>
2434
</div>
25-
</div>
26-
<!-- - - - - - - - - - - - - - - -->
27-
<div class=reveal-button data-reveal=more-news>More news...</div>
28-
<div class=reveal-target data-reveal=more-news>
29-
<!-- - - - - - - - - - - - - - - -->
3035
<div>
3136
<cite>January 27, 2013</cite>
3237
<p>Domain registration for <i>snapbackup.org</i> is now with

0 commit comments

Comments
 (0)