X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fchanges.txt;h=dafd4f4d9d15a8fd7b3f4b53a992cba89dc5fc34;hb=4b670234117109b6a6a5a80cafea0605b164c986;hp=f4d58eaee7a4bc3d0b2ad4b029d4c119a8a673fa;hpb=6b18730f76f38e5347c4e80b43ca14a24934384b;p=emufront diff --git a/doc/changes.txt b/doc/changes.txt index f4d58ea..dafd4f4 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -1,4 +1,19 @@ - - Database changes, delete old database or update your database: +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; @@ -8,7 +23,11 @@ $ sqlite3 ~/my.db.sqlite - Added temp directory configuration - Changed selection model in file list - Layout fixes - - Database changes, delete old database or update your database: + - Database changes, delete old database: + +$ emufront reset + + - or update your database: $ sqlite3 ~/my.db.sqlite > CREATE TABLE config (tmpdirpath text);