Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsoft-kras committed Apr 15, 2017
1 parent f5698b5 commit 05b936a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
17 changes: 13 additions & 4 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
5.6.0 (Mar 26, 2017)
[+] ***
[+] ***
[+] ***
5.6.0 (Apr 15, 2017)
[+] Added a delete button from the list of destination directories when adding a torrent. Issue #760
[+] Added replacement of invalid characters in torrent files (replacement with "_"). Issue #929
[+] Added warning about using an invalid character "{" in the password. Issue #931
[+] Added output of additional information to the status bar. Issue #924
[+] Added the ability to assign their own shortcut keys to access the functions of the program. Issue #924
[+] Added the ability to assign its file manager to open the torrent directory. Issue #924
[+] Added the ability to compile and run the program on Raspberry PI 3.
[+] Added the ability to copy Magnet Links from the popup menu. Issue #930
[?] Changed the function of opening files in Linux. To select the old option, specify FileOpenDoc=0.
[-] Fixed add / replace torrent tracker. Issue #929.
[?] Fixed compilation of the program from the command line in Linux.
[+] In the Installation for downloading SSL libraries added Visual Redistributable Package (For pure Windows systems. For Linux it would be necessary to make similar)

5.5.1 (Jan 2, 2017)
[+] Added openssl library for SSL/TLS support functions (windows version)
Expand Down
6 changes: 1 addition & 5 deletions main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6666,11 +6666,6 @@ function TMainForm.ExecRemoteFile(const FileName: string; SelectFile: boolean):
end;
end else begin

//{$ifdef mswindows}
// p:=Format(FFileManagerDefaultParam, [s]); // ALERT
// s:=FFileManagerDefault;
//{$endif mswindows}

end;

{$ifdef mswindows}
Expand Down Expand Up @@ -7374,6 +7369,7 @@ procedure TMainForm.OpenCurrentTorrent(OpenFolderOnly: boolean);
sel:=OpenFolderOnly;
end
else begin
//sel:=OpenFolderOnly; // bag? missed?
s:=GetFilesCommonPath(files);
repeat
p:=s;
Expand Down

0 comments on commit 05b936a

Please sign in to comment.