- main window now has a small view displaying log messages

- mod list will now be highlighted when grouping is active is active
- download tooltip now supports bbcode markup in the description
- bbcode translator will now translate some named colors
- algorithm for detection of mod order problems is now more sophisticated
- exposed more functionality to python plugins
- updated to qt 4.8.6 dlls
- bugfix: plugin list wasn't
- bugfix: state changes in mod list wasn't always reported
- bugfix: loot client will now create necessary directory
- bugfix: NCC sometimes used wrong source path for extracting
- bugfix: removed noisy debug message
This commit is contained in:
Tannin
2014-05-04 14:50:01 +02:00
parent 96081888f1
commit 617c76e9f8
5 changed files with 200 additions and 5 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ QString ProxyPython::description() const
VersionInfo ProxyPython::version() const
{
return VersionInfo(1, 2, 1, VersionInfo::RELEASE_FINAL);
return VersionInfo(1, 3, 0, VersionInfo::RELEASE_FINAL);
}
bool ProxyPython::isActive() const