Author: jflesch
Date: 2007-07-11 21:31:50 +0000 (Wed, 11 Jul 2007)
New Revision: 14036
Modified:
trunk/apps/Thaw/src/thaw/core/Main.java
Log:
Thaw 0.7.1
- Obsolete keys in an indexes are now displayed in red
- Add some new themes (liquid and InfoNode)
- Tabs have a new behavior
- Downloads / insertions are now displayed differently : Background color are
no more used to show the states
- Add a systray icon (see the plugin list ; require Java 1.6 !)
- A button "details" in the index browser can provide you some stats
- In the configuration, in advanced mode, you can now choose the directory used
for temporary files
- 'Remove finished transfers' doens't remove the failed ones anymore
- In advanced mode, you can now choose the language of the interface
(English/French)
- the GTK theme is marked as buggy. Please don't use it.
- Insertion date is now included in the indexes
- TransferLogs has been partially rewrited
- The PeerMonitor panel is now retractable
- mDns can now be desactivated : It's a plugin
- Some keyboard shortcuts were added:
- The key 'Delete' should work almost everywhere
- 'Alt-B' add the selected index to the blacklist
- 'Alt-R' refresh the selected index
Modified: trunk/apps/Thaw/src/thaw/core/Main.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/Main.java 2007-07-11 21:06:20 UTC (rev
14035)
+++ trunk/apps/Thaw/src/thaw/core/Main.java 2007-07-11 21:31:50 UTC (rev
14036)
@@ -18,7 +18,7 @@
public final static int
_major = 0,
_minor = 7,
- _update = 0;
+ _update = 1;
public final static String
_svnBuildNumber = "@custom@";