Skip to content

Commit

Permalink
RELEASE: 3.21.01.18
Browse files Browse the repository at this point in the history
Improving collaboration, productivity and layout.

Collaboration:
* Refactored timeline
* Showing the number of pending tasks on the diary page
* Diary activity and tasklist follow access rights
* Rights management for diagrams, tables and graphs
* Users can unsubscribe from a memo

Productivity:
* Storing selected text when coding a memo
* Integrating all articulations at once
* A dedicated memo (automatically) gathers all statements (putting articulations into words)
* Filtering grounding candidates by type
* Autosaving a memo when it is edited
* Replacing legacy text memos (structured in speech turns) with (unstructured) interview memo
* Gathering diaries into collections
* Exporting a complete diary (to JSON, PDF, XML or HTML)

Layout:
* Updating libraries
* New logos for front page, menu and favicon
* Introducing spinners (to indicate loading)
* Drawing diagrams in SVG (instead of CSS)
* Moving the editor toolbar to the header
* Guide the user step by step (with toasts)
  • Loading branch information
christophe-lejeune committed Jan 18, 2021
1 parent e4fa72e commit 8397422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/shows/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function(o, req) {
return {
body: JSON.stringify({
service: 'Cassandre',
revision: '3.20.07.10',
revision: '3.21.01.18',
update_seq: req.info.update_seq
})
}
Expand Down

0 comments on commit 8397422

Please sign in to comment.