From 99feeb9b5e319a20c246c055562b76ef25aacb85 Mon Sep 17 00:00:00 2001 From: Swann Date: Thu, 27 Feb 2020 22:51:08 +0100 Subject: [PATCH] refactor: cleanup changelog --- CHANGELOG.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6beea..8700ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,31 +6,32 @@ All notable changes to this project will be documented in this file. ### Added -- Blender animation features support (alpha) - - Action - - Armature (Unstable) - - Shape key - - Drivers - - Constraints -- Snap to user timeline tool -- Light probes support (only since 2.83) -- Metaballs support -- Improved modifiers support -- Online documentation -- Improved Undo handling +- Blender animation features support (alpha). + - Action. + - Armature (Unstable). + - Shape key. + - Drivers. + - Constraints. +- Snap to user timeline tool. +- Light probes support (only since 2.83). +- Metaballs support. +- Improved modifiers support. +- Online documentation. +- Improved Undo handling. - Improved overall session handling: - - Time To Leave : ensure clients/server disconnect automatically on connection lost - - Ping: show clients latency - - Non-blocking connection - - Connection state tracking -- Service communication layer for background daemons. + - Time To Leave : ensure clients/server disconnect automatically on connection lost. + - Ping: show clients latency. + - Non-blocking connection. + - Connection state tracking. +- Service communication layer to manage background daemons. ### Changed -- Replication graph pre-loading - UI revamp: - - Show users frame - - Expose IPC(inter process communication) port - - New user list - - Progress bar to track connection status -- Serialization is now based on marshal (2x performance improvements) + - Show users frame. + - Expose IPC(inter process communication) port. + - New user list. + - Progress bar to track connection status. +- Right management takes view-layer in account for object selection. +- Use a basic BFS approach for replication graph pre-load. +- Serialization is now based on marshal (2x performance improvements).