diff --git a/changelog.txt b/changelog.txt index 00f9849da..04872c5e7 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,16 @@ https://www.mediafire.com/folder/3ccy2c7g36hp3/Fmd Changelog: (! = Important, + = Addition, - = Removal, * = Bug fix/Change/Edit, ? = Require feedback) +0.9.9.2 (09-05-2015) +[!*] Rewrite FavoritesManager + - Now you can add favorite while still checking the favorites, + or checking while there is still add to fav thread running + - Remove completed manga now working + - Broken favorite will be marked red with exclamation icon +[!*] Updater: Fix redirection + - You may have to download manually this version due to broken redirection on previous updater +[*] Various changes and bug fixes + 0.9.9.1 (07-05-2015) [!*] Updater: Bug fixes [+] Added SenMangaRAW, no update list at the moment. diff --git a/mangadownloader/md.lpi b/mangadownloader/md.lpi index 2e273b2e9..391771e21 100644 --- a/mangadownloader/md.lpi +++ b/mangadownloader/md.lpi @@ -18,7 +18,7 @@ - + @@ -338,6 +338,7 @@ + diff --git a/update b/update index b13c3411a..e98d2ca92 100644 --- a/update +++ b/update @@ -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.9.1 -WIN32=https://github.com/riderkick/FMD/releases/download/0.9.9.1/fmd_0.9.9.1.7z -WIN64=https://github.com/riderkick/FMD/releases/download/0.9.9.1/fmd_0.9.9.1_Win64.7z \ No newline at end of file +VERSION=0.9.9.2 +WIN32=https://github.com/riderkick/FMD/releases/download/0.9.9.2/fmd_0.9.9.2.7z +WIN64=https://github.com/riderkick/FMD/releases/download/0.9.9.2/fmd_0.9.9.2_Win64.7z \ No newline at end of file