diff options
-rw-r--r-- | doc/Changelog | 6 | ||||
-rw-r--r-- | etc/geneticone.cfg | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/Changelog b/doc/Changelog index 996cdfc..ba091ef 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,9 @@ +0.3.4: +- removed several minor and less minor bugs +- added preference window +- some speedup work (e.g. do not redraw the whole list if something is +updated) + 0.3.3: - removed bug which always apended a package to the emerge-queue - and never to the unmerge-queue diff --git a/etc/geneticone.cfg b/etc/geneticone.cfg new file mode 100644 index 0000000..c0b4d4e --- /dev/null +++ b/etc/geneticone.cfg @@ -0,0 +1,4 @@ +[Main] +usefile = geneticone +useperversion = True + |