Initial implementation of Setup model and view (new generation).
[emufront] / doc / changes.txt
1 0.1.3a  2010-11-13
2         - Created initial support for M.A.M.E and similar (the container zip
3           is used as is).
4         - Fixed: Fixed a bug with regular expression (If filename was one
5           character, it wasn't included. Also if the file length column started without empty 
6           space it wasn't scanned).
7         - Fixed: Regular expression. If dates in unzip output was in wrong format, the files were not
8           added.
9         - Fixed: main window of configuration editor remained disabled,
10           if the editor window was closed from window manager and not by
11                   'Done' button.
12         - Database changes, delete old database:
13         
14 $ emufront reset
15           
16         - or update your database:
17
18 $ sqlite3 ~/my.db.sqlite
19 > alter table file add column extname;
20 > .quit
21
22 0.1.2a  2010-11-07
23         - Added temp directory configuration
24         - Changed selection model in file list
25         - Layout fixes
26         - Database changes, delete old database:
27         
28 $ emufront reset
29           
30         - or update your database:
31
32 $ sqlite3 ~/my.db.sqlite
33 > CREATE TABLE config (tmpdirpath text); 
34 > .quit
35
36 0.1.1a  2010-11-05 
37         - Fixed a bug with setup editor (user could make multiple instances of
38           setup editor and this caused crashes)
39
40 0.01a   2010-11-05      
41
42         - 1st public release
43         - basic functionality roughly implemented