diff options
author | Jeroen Walter <jeroen@enormkansloos.nl> | 2012-06-26 21:44:38 +0200 |
---|---|---|
committer | Jeroen Walter <jeroen@enormkansloos.nl> | 2012-06-26 21:44:38 +0200 |
commit | 31d5df1f916d5688670b5d9087545e251af9978d (patch) | |
tree | b58a30a4823651ab8f9e138026810ee005a80583 | |
parent | ced2d7c0665741b8700c699ae9a4ec48834901e1 (diff) | |
download | Badaap-Comic-Reader-master.zip Badaap-Comic-Reader-master.tar.gz Badaap-Comic-Reader-master.tar.bz2 |
-rw-r--r-- | CHANGELOG.txt | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0fac474..51453d0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,23 @@ Badaap Comic Reader changelog. +--- 0.4 +- added support for multiple comic folders + * use the $options["folders"] array to specify watched folders + * comic filenames are now stored with their absolute path in the database + * $options["comicfolder"] is deprecated. In order to upgrade the database, make sure to put the folder from $options["folder"] as the first folder in $options["folders"] + * added some missing tables and fields that are in the ComicDB.xml database. They're not used yet. + +--- 0.3 [2012/06/19] +- added php logging +- added client-side error page + + +--- 0.2 [2012/06/15] +- path to comics folder no longer stored in the database, BCR now always uses $options["comicsfolder"] +- fixed error while loading the Comic Info page + + --- 0.1 - first public release: - Add user management pages. - Add comic book detail page, showing the ComicRack metadata from ComicInfo.xml @@ -9,13 +26,6 @@ Badaap Comic Reader changelog. - Create temporary application icons. - Implement the view to modify the user settings. ---- 0.2 [2012/06/15] -- path to comics folder no longer stored in the database, BCR now always uses $options["comicsfolder"] -- fixed error while loading the Comic Info page - ---- 0.3 [2012/06/19] -- added php logging -- added client-side error page |