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