You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow all types of annotations (formerly 'ranges', i.e. Additions, Deletions, Substitutions, Highlights and Comments) to appear in the right-margin of the editor, instead of only comments
Filter the visible annotations by right clicking on empty space in the margin
Set the types of annotations that are visible by default in the settings
When selecting an annotation in the editor, it will appear 'focused'
Style
Remove strike-through style on deletions with an attached comment
Fixes
Accept/reject preview of Substitution suggestions being the wrong way around (fixes #15, thanks @Eusorph for the report)
Edits to Comment replies not being updated in the global annotations view
Prevent loading errors on certain commands when a view is not fully rendered yet
Refactors
All of the plugin's CSS classes have been renamed for consistency. Each class now starts with .cmtr-XYZ. Feedback on the names of these classes before official release of the plugin would be highly appreciated.
The 'Suggestions Gutter' (the left editor gutter showing additions/deletions/substitutions in blocks) is now called the 'Diff Gutter' internally
The 'Comments Gutter' (the right editor gutter showing comments) is now called the 'Annotation Gutter' internally, to reflect the fact that every type of range can appear in there
For both these changes, all pre-existing settings will be automatically migrated