Skip to content

Commit

Permalink
RELEASE: 3.19.12.20
Browse files Browse the repository at this point in the history
Improving process, layout, productivity, collaboration, performance and compatibility.

Process:
* Easier installation (thanks to Docker).

Layout:
* Introducing static graphs;
* Responsive KWICs.

Productivity and collaboration:
* Saving sorting preference from one session to another;
* Preventing simultaneous modifications of a memo;
* Notifying current modifications.

Performance:
* Incremental list of memos composing the diary;
* Incremental list of modification in the history of the diary and in the user page.

Compatibility:
* Better interaction with LaSuli.
  • Loading branch information
christophe-lejeune committed Dec 20, 2019
1 parent 2e83c82 commit a0ba35a
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.19.06.23',
revision: '3.19.12.20',
update_seq: req.info.update_seq
})
}
Expand Down

0 comments on commit a0ba35a

Please sign in to comment.