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