Skip to content

Commit

Permalink
Bump version 0.9.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jul 3, 2015
1 parent 3d65593 commit 3419f00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ https://www.mediafire.com/folder/3ccy2c7g36hp3/Fmd
Changelog:
(! = Important, + = Addition, - = Removal, * = Bug fix/Change/Edit, ? = Require feedback)

0.9.18.0 (04-07-2015)
[+] Added check/stop favorite per item
[+] Added transfer rate graph in download toolbar
[*] Various changes and bug fixes

0.9.17.1 (26-06-2015)
[+] Added "Failed" on download filter
[*] "Delete task + data", only remove chapters that exist in the task
Expand Down
3 changes: 1 addition & 2 deletions mangadownloader/md.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MinorVersionNr Value="9"/>
<RevisionNr Value="17"/>
<BuildNr Value="1"/>
<RevisionNr Value="18"/>
<Attributes pvaPrivateBuild="True"/>
<StringTable Comments="Unofficial Build" FileDescription="Free Manga Downloader" LegalCopyright="©2015 FMD Project Team" OriginalFilename="fmd.exe" ProductName="Free Manga Downloader" ProductVersion="$BuildMode()" PrivateBuild="Cholif"/>
</VersionInfo>
Expand Down
6 changes: 3 additions & 3 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ https://github.com/riderkick/FMD/releases/download/0.9.8.1/fmd_0.9.8.1.7z

## update info above was deprecated

VERSION=0.9.17.1
WIN32=https://github.com/riderkick/FMD/releases/download/0.9.17.1/fmd_0.9.17.1.7z
WIN64=https://github.com/riderkick/FMD/releases/download/0.9.17.1/fmd_0.9.17.1_Win64.7z
VERSION=0.9.18.0
WIN32=https://github.com/riderkick/FMD/releases/download/0.9.17.1/fmd_0.9.18.0.7z
WIN64=https://github.com/riderkick/FMD/releases/download/0.9.17.1/fmd_0.9.18.0_Win64.7z

4 comments on commit 3419f00

@KafeMean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new version doesn't work for me, I went back to 9.17 and it works perfectly, but 9.18 Fails everything.

@riderkick
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What didn't works?

@KafeMean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be just me, but I tried downloading a few things and whenever it finished checking and started to download the pages it would fail. Basically it went red with the "Try resuming" message playing, but if i tried it would happen again. I just went ahead and downloaded 9.17 again, extracted it over the files and it works perfectly now.
Missing the cool graphic above the download bar though, lol.

@riderkick
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's due this code isn't complete yet. I just need to check socket status. 8117be2
This code causing connection to close when timeout reached. I forgot to reset the counter when socket is connected.
Btw, I just checked it seems synapse can handle the timeout without problem. Last time I check synapse using blocking mode on socket, so it's impossible to set timeout without counting the elapsed time manually/. Timeout for connect is hardcoded in communication stack of our operating system. But it seems it have been fixed.
So I revert the commit.
Updates should appear shortly.

Please sign in to comment.