blob: de01abe28a7800819be9ad57b7990d1c1cffe525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
whiteboard (1.9) UNRELEASED; urgency=medium
* Updated build environment
* Added missing image files
-- Roland Reichwein <mail@reichwein.it> Mon, 20 Feb 2023 10:10:27 +0100
whiteboard (1.8) unstable; urgency=medium
* Added config.maxconnections, defaults to 1000
* Fixed package dependencies for PDF generation
* Touch documents on read (i.e. reset timeout on read)
* Validate id, server-side
-- Roland Reichwein <mail@reichwein.it> Sun, 19 Feb 2023 18:42:32 +0100
whiteboard (1.7) unstable; urgency=medium
* Fix crash on stats.html page reload/close
* Focus on reconnect button
* Added Markdown to PDF download via pandoc
-- Roland Reichwein <mail@reichwein.it> Fri, 10 Feb 2023 18:01:37 +0100
whiteboard (1.6) unstable; urgency=medium
* Added stats.html
* Use boost strands instead of mutex
-- Roland Reichwein <mail@reichwein.it> Mon, 06 Feb 2023 07:58:39 +0100
whiteboard (1.5) unstable; urgency=medium
* Move from FCGI to websocket interface
* Position changes w/o file transmit
* Print version on main page
* Add reconnect button
* Add diff handling
-- Roland Reichwein <mail@reichwein.it> Mon, 30 Jan 2023 21:05:35 +0100
whiteboard (1.4) unstable; urgency=medium
* Move from filesystem based documents to sqlite
* Add tests
* Separated out libreichwein
-- Roland Reichwein <mail@reichwein.it> Sat, 21 Jan 2023 12:20:20 +0100
whiteboard (1.3) unstable; urgency=medium
* Page design (center)
* Follow editor's cursor
-- Roland Reichwein <mail@reichwein.it> Mon, 05 Dec 2022 19:22:27 +0100
whiteboard (1.2) unstable; urgency=medium
* Fix build on Debian 11
* UglifyJS on best-effort base
-- Roland Reichwein <mail@reichwein.it> Sat, 03 Dec 2022 17:03:11 +0100
whiteboard (1.1) unstable; urgency=medium
* Compress Javascript
* Add QR Code
-- Roland Reichwein <mail@reichwein.it> Sat, 03 Dec 2022 16:10:06 +0100
whiteboard (1.0) unstable; urgency=medium
* Initial release
-- Roland Reichwein <mail@reichwein.it> Sat, 05 Nov 2022 13:34:57 +0100
|