QBzr 0.10 released!
Alexander Belchenko
bialix at ukr.net
Tue Jun 2 20:53:15 BST 2009
On behalf of QBzr developers I'm happy to announce long awaiting release of QBzr v.0.10!
In this release: log widget with revisions graph used in qannotate,
and qcommit (to show pending merges); you can search for tags and bugs
in qlog; improvements to show qlog for multiple files or for dir content;
more context menus; various bugfixes.
Download
--------
Sources tarball:
http://launchpad.net/qbzr/+milestone/0.10.0/+download/qbzr-0.10.0.tar.gz
Various installers for Windows available here:
https://launchpad.net/qbzr/trunk/0.10.0
Changelog
---------
* qlog:
* Added search for tags and bugs.
* Fixed a bug with qlog FILE where it was not showing revisions if the
revision that changed the file had been merge into another branch before
it was merged into the mainline. (Bug #350166)
* Fixed a bug when clicking refresh with multiple branches open.
(Bug #351633)
* When viewing a remote branch, qlog will load the revisions from local
current directory if availible.
* Improvements to the graph layout.
* When opening diffs, there is less of a delay.
* When running qlog DIR, revisions that change the children of the directory
are also displayed. This only works if you are using bzr 1.14.
(Bug #314528)
* When runing qlog FILE1 FILE2 or qlog DIR, changes to the specified files are
displayed in bold. By default diff will show changes only to selected
items. Full diff could be invoked via context menu.
* Add context menu to file list.
* qannotate:
* Use the log widget to display the revision list with a folding graph. The
graph can be disabled by using the --no-graph command line argument.
(Bug #328595)
* Fixed a bug where qannotate crashes if you scroll to the bottom of the
file and the file's last line is blank. (Bug #340956)
* Add option to the log context menu to select a revision to annotate.
* qcommit:
* Use the log widget to display the pending merges list with a folding
graph. (Bug #328592)
* qdiff:
* Fixed a bug with the error reporting when launching external diffs.
* qpull/qpush/qmerge:
* If there is no default saved location then set focus on URL combobox
What is QBzr?
-------------
QBzr is a cross-platform GUI front end for Bazaar, based on Qt toolkit.
http://bazaar-vcs.org/QBzr
https://launchpad.net/qbzr
More information about the bazaar
mailing list