Disable mediaimagepath dialog while scanning files and enable after
[emufront] / doc / changes.txt
index d5dd169..dafd4f4 100644 (file)
@@ -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