upd
[emufront] / doc / changes.txt
1         - Fixed a bug: main window of configuration editor remained disabled,
2           if the editor window was closed from window manager and not by
3                   'Done' button.
4         - Database changes, delete old database:
5         
6 $ emufront reset
7           
8         - or update your database:
9
10 $ sqlite3 ~/my.db.sqlite
11 > alter table file add column extname;
12 > .quit
13
14 0.1.2a  2010-11-07
15         - Added temp directory configuration
16         - Changed selection model in file list
17         - Layout fixes
18         - Database changes, delete old database:
19         
20 $ emufront reset
21           
22         - or update your database:
23
24 $ sqlite3 ~/my.db.sqlite
25 > CREATE TABLE config (tmpdirpath text); 
26 > .quit
27
28 0.1.1a  2010-11-05 
29         - Fixed a bug with setup editor (user could make multiple instances of
30           setup editor and this caused crashes)
31
32 0.01a   2010-11-05      
33
34         - 1st public release
35         - basic functionality roughly implemented