Skip to content

Commit

Permalink
Bump version 0.9.142.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Feb 16, 2018
1 parent a6b458e commit 50f661b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Project page: https://github.com/riderkick/FMD
Changelog:
(! = Important, + = Addition, - = Removal, * = Bug fix/Change/Edit, ? = Require feedback)

0.9.141.0 (16-02-2018)
[+] Added ManhwaCo [EN-SC]
[+] Added HentaiHere [H]
[*] Fixed update list issue
[*] Update Indonesian localization
[*] Update Russian localization
[*] Update Turkish localization
[*] Various changes and bug fixes
Full changes: https://github.com/riderkick/FMD/compare/0.9.141.0...0.9.142.0

0.9.141.0 (15-02-2018)
[+] Added new updater only to extract update package
[*] Download new version in the background
Expand All @@ -12,6 +22,8 @@ Changelog:
Full changes: https://github.com/riderkick/FMD/compare/0.9.140.0...0.9.141.0

0.9.140.0 (14-02-2018)
[+] Added SeaOtterScans [EN-SC]
[+] Added MangaSh
[*] Various changes and bug fixes
Full changes: https://github.com/riderkick/FMD/compare/0.9.139.0...0.9.140.0

Expand Down
11 changes: 5 additions & 6 deletions mangadownloader/md.lpi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="11"/>
<Version Value="10"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
Expand All @@ -22,7 +22,7 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MinorVersionNr Value="9"/>
<RevisionNr Value="141"/>
<RevisionNr Value="142"/>
<Attributes pvaPrivateBuild="True"/>
<StringTable Comments="https://github.com/riderkick/FMD" FileDescription="Free Manga Downloader" LegalCopyright="©2015-2018" OriginalFilename="fmd.exe" ProductName="Free Manga Downloader" ProductVersion="$BuildMode()" PrivateBuild="riderkick"/>
</VersionInfo>
Expand Down Expand Up @@ -267,10 +267,9 @@
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="1">
<Mode0 Name="default"/>
</Modes>
<local>
<FormatVersion Value="1"/>
</local>
</RunParams>
<RequiredPackages Count="9">
<Item1>
Expand Down
10 changes: 5 additions & 5 deletions update
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION=0.9.141.0
; WIN32=https://sourceforge.net/projects/newfmd/files/0.9.141.0/fmd_0.9.141.0.7z/download
; WIN64=https://sourceforge.net/projects/newfmd/files/0.9.141.0/fmd_0.9.141.0_Win64.7z/download
WIN32=https://github.com/riderkick/FMD/releases/download/0.9.141.0/fmd_0.9.141.0.7z
WIN64=https://github.com/riderkick/FMD/releases/download/0.9.141.0/fmd_0.9.141.0_Win64.7z
VERSION=0.9.142.0
; WIN32=https://sourceforge.net/projects/newfmd/files/0.9.142.0/fmd_0.9.142.0.7z/download
; WIN64=https://sourceforge.net/projects/newfmd/files/0.9.142.0/fmd_0.9.142.0_Win64.7z/download
WIN32=https://github.com/riderkick/FMD/releases/download/0.9.142.0/fmd_0.9.142.0.7z
WIN64=https://github.com/riderkick/FMD/releases/download/0.9.142.0/fmd_0.9.142.0_Win64.7z

0 comments on commit 50f661b

Please sign in to comment.