Skip to content

Commit

Permalink
1.7.6
Browse files Browse the repository at this point in the history
- WEBUI using fetch()
- js code cleanup
- modal form default slot error
- network retry logic (thanks to ozz-project)
  • Loading branch information
mgholam committed May 23, 2020
1 parent 354ee67 commit 2c9ef84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions BuildVersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// build number = 671
// build number = 673
// build version = 1.7.6

[assembly: System.Reflection.AssemblyFileVersion("1.7.6.671")]
[assembly: System.Reflection.AssemblyFileVersion("1.7.6.673")]
[assembly: System.Reflection.AssemblyVersion("1.7.5.0")]
2 changes: 1 addition & 1 deletion TorpedoSync/ClientCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static DFile Download(Connection share, SyncFile file, long start, int si
return null;
}
}
catch (Exception ex) { _log.Error(ex); }
catch { }// (Exception ex) { _log.Error(ex); }
return null;
}

Expand Down
4 changes: 2 additions & 2 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
1.7.6*
1.7.6
- WEBUI using fetch()
- js code cleanup
- modal form default slot error
- network retry logic
- network retry logic (thanks to ozz-project)

1.7.5
- updated npm packages
Expand Down

0 comments on commit 2c9ef84

Please sign in to comment.