QSvn 0.5.0 Release Notes

I'm proud to announce you the version 0.5.0 of QSvn. This is the next step on the long way to version 1.0. New in this version are the capabilities to copy, move and rename a file. Also you can now create directories.

The Windows Installer is now build with Qt 4.2.2 and Subversion 1.4.3.

Release Date

February 25, 2007

ChangeLog

  • switch to CMake build system

New Features

  • #2 Add-, Commit- Delete- and Revert-Dialogs are now modeless.
  • #5 Show strict node history in Show Log is selectable.
  • #12 Optionally stores all QSvn-Settings in an IniFile?. You can set the IniFile? through a command line parameter given to QSvn on startup. Example for Windows: qsvn.exe --inifile=c:\myini.ini
  • #13 Copy file
  • #14 Move file
  • #15 Rename file
  • #16 Make directory
  • Check for empty Log Messages in Commit Dialog (optional).
  • Commit Dialog shows conflicted files too.
  • Enable Multiselect for Working Copies.
  • Show Log Dialog shows the logs-path in the window title.
  • FileList? watch the File System for changes. All changes are immediately visible. Also in all FileSelector? windows (commit, revert, add, delete)

New Features (Windows only)

  • Store encrypted passwords on Windows Versions with CryptAPI (Windows 2000 and above)
  • Use DLL svnqt-qt4 instead of static link svnqt-qt4 into qsvn.exe.

Changes

  • Reorder Menu-Items

Bugfixes

* #7 show log don't always show details on select a new log entry.

Download

Source Code

Download the Source Code as a compressed tar.gz.

Precompiled Binaries

For Windows users i provide precompiled binaries in a installable MSI file. You need Microsoft Windows Installer to install it.

Cheers, ar