# # # patch "NEWS" # from [30302e16aa26d5f9f1b08d800095703fbe1edf7c] # to [fc4326b281b368e818dcc57463591ce6eab7e02e] # ============================================================ --- NEWS 30302e16aa26d5f9f1b08d800095703fbe1edf7c +++ NEWS fc4326b281b368e818dcc57463591ce6eab7e02e @@ -1,15 +1,26 @@ xxxx-xx-xx (1.0rc2) xxxx-xx-xx (1.0rc2) - - bugfix: disallow the rename of the workspace root item (there is an - extra command for that, pivot_root, which we eventually support sometime) + - new: annotate files directly from the workspace or the changeset + browser / files view of a revision + - improved: the changeset browser has been overhauled quite a bit: + * it crawls now revisions one after another (no longer wait for automate + ancestors and automate toposort to complete) + * merge revisions and revisions which are not on the same branch are + now colored differently (this can also be configured) + * the possibility to stop the crawling has been added + - improved: revision certificates are now rendered as rich text including + simple formatting for changelog entries; also certificates are now + visually grouped by the key which signed them. - improved: the node info panel now displays the last change as HTML and handles multiple certs of the same type gracefully + - bugfix: disallow the rename of the workspace root item (there is an + extra command for that, pivot_root, which we eventually support sometime) - bugfix: long-running background processes like f.e. netsync operations or file history fetching are now properly stopped if the specific dialog is closed - bugfix: if a running thread should be aborted from within an automate command and the thread in question no longer exists, a warning is now issued - + 2010-02-15 (1.0rc1) NOTE: You need monotone 0.46 or later for this version - new: create new monotone databases and setup new project with a newly