X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fchanges.txt;h=dafd4f4d9d15a8fd7b3f4b53a992cba89dc5fc34;hb=4b670234117109b6a6a5a80cafea0605b164c986;hp=d5dd169b5df1f531d0089bcb20cb1db9a7fc378e;hpb=33d45bcf67da0d4c909f64be13c238d5dd30a12d;p=emufront diff --git a/doc/changes.txt b/doc/changes.txt index d5dd169..dafd4f4 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -1,5 +1,41 @@ +0.1.3a 2010-11-13 + - Created initial support for M.A.M.E and similar (the container zip + is used as is). + - Fixed: Fixed a bug with regular expression (If filename was one + character, it wasn't included. Also if the file length column started without empty + space it wasn't scanned). + - Fixed: Regular expression. If dates in unzip output was in wrong format, the files were not + added. + - Fixed: main window of configuration editor remained disabled, + if the editor window was closed from window manager and not by + 'Done' button. + - Database changes, delete old database: + +$ emufront reset + + - or update your database: - - +$ sqlite3 ~/my.db.sqlite +> alter table file add column extname; +> .quit + +0.1.2a 2010-11-07 + - Added temp directory configuration + - Changed selection model in file list + - Layout fixes + - Database changes, delete old database: + +$ emufront reset + + - or update your database: + +$ sqlite3 ~/my.db.sqlite +> CREATE TABLE config (tmpdirpath text); +> .quit + +0.1.1a 2010-11-05 + - Fixed a bug with setup editor (user could make multiple instances of + setup editor and this caused crashes) 0.01a 2010-11-05