Skip to content

Commit

Permalink
NewBreeze v2.0.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusbritanicus committed Oct 15, 2013
1 parent cee682f commit e13fdbd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.0.0
- Enabled drag and drop support
- Copy and Move are now background processes
- NBSidePanel is now NBSidePanelView, with cusom delegate NBSidePanelDelegate
- NBTreeView is now stable, except for drag and drop

Version 2.0.0-preview
- GUI design changes
- Delete is now a threaded Core IO
Expand Down
2 changes: 1 addition & 1 deletion Gui/Dialogs/NBMessageDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void NBMessageDialog::buttonClickHandler() {

void NBMessageDialog::aboutNewBreeze() {

QString title = QString( "About NewBreeze v2.0.0-preview" );
QString title = QString( "About NewBreeze v2.0.0" );
QString text = QString(
"<p><b><center>Fast and light-weight File Manager</center></b></p>" \
"<p>Built on top of the Powerful Qt4 GUI Toolkit, this file manager " \
Expand Down

0 comments on commit e13fdbd

Please sign in to comment.