# # # patch "NEWS" # from [736197843833684e7cb400ecaf694f269f3c2501] # to [30302e16aa26d5f9f1b08d800095703fbe1edf7c] # # patch "src/model/GetBranchLog.cpp" # from [ba28de4d484911c1e2294d4c2f6f097cac26e283] # to [a736a08a80c0a4e9e9faf5606cea86a09661ecfc] # # patch "src/vocab.h" # from [60909265688bb1ba31d7b6cf6f3277a458fb654f] # to [11a501367f32ecb699ad50dfd5f5c8d19c7a3699] # ============================================================ --- NEWS 736197843833684e7cb400ecaf694f269f3c2501 +++ NEWS 30302e16aa26d5f9f1b08d800095703fbe1edf7c @@ -1,6 +1,8 @@ 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) + - improved: the node info panel now displays the last change as HTML + and handles multiple certs of the same type gracefully - bugfix: long-running background processes like f.e. netsync operations or file history fetching are now properly stopped if the specific dialog is closed ============================================================ --- src/model/GetBranchLog.cpp ba28de4d484911c1e2294d4c2f6f097cac26e283 +++ src/model/GetBranchLog.cpp a736a08a80c0a4e9e9faf5606cea86a09661ecfc @@ -181,7 +181,7 @@ QVariant GetBranchLog::data(const QModel changeLogs.push_back(cert.htmlValue()); } - return QVariant(changeLogs.join("\n---\n")); + return QVariant(changeLogs.join("\n
\n")); } } } ============================================================ --- src/vocab.h 60909265688bb1ba31d7b6cf6f3277a458fb654f +++ src/vocab.h 11a501367f32ecb699ad50dfd5f5c8d19c7a3699 @@ -133,7 +133,7 @@ struct Cert else { inList = true; - htmlValue += "