← Back to team overview

bzr-explorer-dev team mailing list archive

[ANN] Bazaar Explorer 1.1.1 released!

 

On behalf of the Bazaar Explorer Developers, I'm pleased to announce
"Bartolomeu Dias", our 1.1.1 release.

Bazaar Explorer is a desktop application for using the Bazaar version control system, a modern VCS that supports both centralized and distributed version control. Our 1.1.1 release runs on GNU/Linux (both GNOME and KDE), Windows and OS X desktops and is available in many languages.

As release manager I'd like to say big thank you for everybody who
have contributed source code, bug reports, documentation, translations
and inspiration to this release. And especially to Ian, Simon, Gordon and Gary.

NOTE for windows users of standalone bzr installer 2.2 and 2.2.1: please install bzr-explorer 1.1.1, because it fixes ugly bug in explorer 1.1.0.


Download
========
See page https://launchpad.net/bzr-explorer/1.1/1.1.1 for tarball and windows installer.


Full changelog since 1.0.x
==========================
1.1.1 04-Oct-2010
-----------------

Bug fixes:

* Open the shared repository with branches without parent location set
  no more produce traceback. (Alexander Belchenko, Bug #650708)


1.1.0 final 28-Sep-2010
-----------------------

New features:

* Running Update and Unbind actions (qupdate and qunbind dialogs)
  without waiting for user pressing OK in dialogs (using --execute
  option in dialogs). (Luis Arias)

* Add a new tool type, 'shell'. (Tres Seaver)

  Tools of this type pass their command line through to the OS shell. This
  allows "normal" shell scripting techniques to work:

   - Shell variable expansions.
   - Setting environment variables
   - Pipelines
   - Changing directories

Improvements:

* Filtering the working tree is now faster. (Gary van der Merwe)

Bug fixes:

* Custom switch dialog in colocated workspace works correctly with old PyQt 4.4.
  (Bug #582714, Alexander Belchenko)

* Fixed filter bar in repository view (Simon Kersey, #565083)

* Fixed refresh when directory renamed/deleted (Simon Kersey, #568728)

* Fix finding bzr.exe when running from bzrw.exe with out full path in the
  command line. Handel been launched from tortoisebzr without it having to
  change sys.executable. (Bug #641557, Gary van der Merwe)

* Fixed working tree browser show annotate/log options when undocked
  (Simon Kersey, #634989)

Translations:

* Persian translation added.

Notes:

* bzr-explorer now requires qbzr 0.19.


1.1.0 beta1 04-Aug-2010
-----------------------

New features:

* A tree style location selector is now supported as a preference.
  (Gordon Tyler, #403853)

* Language of the GUI can be set in DEFAULT section of bazaar.conf
as ``language = code``. Language codes are the same as for LANG environment
  variable. Environment variable LANGUAGE still preferred over settings
  in bazaar.conf. (Alexander Belchenko)

* To change default language of the GUI via Bazaar Explorer:
  Tools -> Options -> Appearance -> User Interface -> Language.
  Bazaar Explorer should be restarted to apply new language settings.
  (Alexander Belchenko, Bug #433784)

Improvements:

* tree-style toolboxes are now available on Windows.

* Added tool type 'bzr-exec' - tools with this type run immediately, when the
  tool is selected, rather than requiring further user confirmation.

Bug fixes:

* Fixed tools.xml parsing issues (Simon Kersey, #548971)

* Support nested folders in toolbars and the toolbox
  (Simon Kersey, Bug #564811)



Enjoy,
Alexander Belchenko