Skip to content

Commit 27e17d7

Browse files
committed
Add release-notes as pure markdown file and remove old release notes section on index
1 parent dfd2c62 commit 27e17d7

3 files changed

Lines changed: 334 additions & 581 deletions

File tree

public/docs/release-notes.md

Lines changed: 331 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,331 @@
1+
Release Notes
2+
===
3+
4+
<i class="fa fa-tag"></i> 0.4.0 `first-year` <i class="fa fa-clock-o"></i> 2016-04-20 14:30
5+
---
6+
7+
### Features
8+
+ Support docs
9+
+ Support Ionicons and Octicons
10+
+ Support mermaid diagram
11+
+ Support import and export with Gist
12+
+ Support import and export with Google Drive
13+
+ Support more options in YAML metadata
14+
+ Support change keymap and indentation size/type
15+
16+
### Enhancements
17+
* Change header anchor styles
18+
* Refactor server code and configs
19+
* Support experimental spell checking
20+
* Upgrade CodeMirror to 5.13.5
21+
* Update to emit info and disconnect clients if updater get errors
22+
* Support to indicate if the note status is created or updated
23+
* Support more DB types
24+
* Server now use ORM for DBs
25+
* Support static file cache
26+
* Support more ssl settings
27+
* Improve server stablilty
28+
* Improve server performance
29+
* Support Ionicons
30+
* Support container syntax and styles
31+
* Improve input performance
32+
* Change markdown engine from remarkable to markdown-it
33+
* Server now support set sub url path
34+
* Support textcomplete in multiple editing
35+
* Update to filter XSS on rendering
36+
* Update to make sync scroll lerp on last line
37+
* Update to make continue list in todo list default as unchecked
38+
* Support auto indent whole line in list or blockquote
39+
40+
### Fixes
41+
* Fix status bar might be inserted before loaded
42+
* Fix mobile layout and focus issues
43+
* Fix editor layout and styles might not handle correctly
44+
* Fix all diagram rendering method and styles to avoid partial update gets wrong
45+
* Fix to ignore process image which already wrapped by link node
46+
* Fix when cut or patse scroll map might get wrong
47+
* Fix to handle more socket error and info status
48+
* Fix textcomplete not matching properly
49+
* Fix and refactor cursor tag and cursor menu
50+
* Fix Japanese, Chinese font styles
51+
* Fix minor bugs of UI and seletor syntaxes
52+
53+
<i class="fa fa-tag"></i> 0.3.4 `techstars` <i class="fa fa-clock-o"></i> 2016-01-19 00:22
54+
---
55+
### Features
56+
+ Beta Support slide mode
57+
+ Beta Support export to PDF
58+
+ Support TOC syntax
59+
+ Support embed slideshare and speakerdeck
60+
+ Support Graphviz charts
61+
+ Support YAML metadata
62+
+ Support private permission
63+
64+
### Enhancements
65+
* Support pin note in history
66+
* Support IE9 and above
67+
* Support specify and continue line number in code block
68+
* Changed all embed layout to 100% width
69+
* Added auto detect default mode
70+
* Support show last change note user
71+
* Upgrade CodeMirror to 5.10.1 with some manual patches
72+
* Improved server performance
73+
* Support autocomplete for code block languages of charts
74+
75+
### Fixes
76+
* Fixed some server connection issues
77+
* Fixed several issues cause scrollMap incorrect
78+
* Fixed cursor animation should not apply on scroll
79+
* Fixed a possible bug in partial update
80+
* Fixed internal href should not link out
81+
* Fixed dropbox saver url not correct
82+
* Fixed mathjax might not parse properly
83+
* Fixed sequence diagram might render multiple times
84+
85+
<i class="fa fa-tag"></i> 0.3.3 `moon-festival` <i class="fa fa-clock-o"></i> 2015-09-27 14:00
86+
---
87+
### Features
88+
+ Added status bar below editor
89+
+ Added resizable grid in both mode
90+
+ Added title reminder if have unread changes
91+
+ Support todo list change in the view mode
92+
+ Support export to HTML
93+
+ Changed to a new theme, One Dark(modified version)
94+
95+
### Enhancements
96+
* Support extra tags in todo list
97+
* Changed overall font styles
98+
* Optimized build sync scroll map, gain lots better performance
99+
* Support and improved print styles
100+
* Support to use CDN
101+
* Image and link will href to new tab ors window
102+
* Support auto scroll to corresponding position when change mode from view to edit
103+
* Minor UI/UX tweaks
104+
105+
### Fixes
106+
* Change DB schema to support long title
107+
* Change editable permission icon to avoid misunderstanding
108+
* Fixed some issues in OT and reconnection
109+
* Fixed cursor menu and cursor tag are not calculate doc height properly
110+
* Fixed scroll top might not animate
111+
* Fixed scroll top not save and restore properly
112+
* Fixed history might not delete or clear properly
113+
* Fixed server might not clean client properly
114+
115+
<i class="fa fa-tag"></i> 0.3.2 `typhoon` <i class="fa fa-clock-o"></i> 2015-07-11 12:30
116+
---
117+
### Features
118+
+ Support operational transformation
119+
+ Support show other user selections
120+
+ Support show user profile image if available
121+
122+
### Enhancements
123+
* Updated editor to 5.4.0
124+
* Change UI share to publish to avoid misleading
125+
* Added random color in blockquote tag
126+
* Optimized image renderer, avoid duplicated rendering
127+
* Optimized building syncscroll map, make it faster
128+
* Optimized SEO on publish and edit note
129+
130+
<i class="fa fa-tag"></i> 0.3.1 `clearsky` <i class="fa fa-clock-o"></i> 2015-06-30 16:00
131+
---
132+
### Features
133+
+ Added auto table of content
134+
+ Added basic permission control
135+
+ Added view count in share note
136+
137+
### Enhancements
138+
* Toolbar now will hide in single view
139+
* History time now will auto update
140+
* Smooth scroll on anchor changed
141+
* Updated video style
142+
143+
### Fixes
144+
* Note might not clear when all users disconnect
145+
* Blockquote tag not parsed properly
146+
* History style not correct
147+
148+
<i class="fa fa-tag"></i> 0.3.0 `sunrise` <i class="fa fa-clock-o"></i> 2015-06-15 24:00
149+
---
150+
### Enhancements
151+
* Used short url in share notes
152+
* Added upload image button on toolbar
153+
* Share notes are now SEO and mobile friendly
154+
* Updated code block style
155+
* Newline now will cause line breaks
156+
* Image now will link out
157+
* Used otk to avoid race condition
158+
* Used hash to avoid data inconsistency
159+
* Optimized server realtime script
160+
161+
### Fixes
162+
* Composition input might lost or duplicated when other input involved
163+
* Note title might not save properly
164+
* Todo list not render properly
165+
166+
<i class="fa fa-tag"></i> 0.2.9 `wildfire` <i class="fa fa-clock-o"></i> 2015-05-30 14:00
167+
---
168+
### Features
169+
+ Support text auto complete
170+
+ Support cursor tag and random last name
171+
+ Support online user list
172+
+ Support show user info in blockquote
173+
174+
### Enhancements
175+
* Added more code highlighting support
176+
* Added more continue list support
177+
* Adjust menu and history filter UI for better UX
178+
* Adjust sync scoll animte to gain performance
179+
* Change compression method of dynamic data
180+
* Optimized render script
181+
182+
### Fixes
183+
* Access history fallback might get wrong
184+
* Sync scroll not accurate
185+
* Sync scroll reach bottom range too much
186+
* Detect login state change not accurate
187+
* Detect editor focus not accurate
188+
* Server not handle some editor events
189+
190+
<i class="fa fa-tag"></i> 0.2.8 `flame` <i class="fa fa-clock-o"></i> 2015-05-15 12:00
191+
---
192+
### Features
193+
+ Support drag-n-drop(exclude firefox) and paste image inline
194+
+ Support tags filter in history
195+
+ Support sublime-like shortcut keys
196+
197+
### Enhancements
198+
* Adjust index description
199+
* Adjust toolbar ui and view font
200+
* Remove scroll sync delay and gain accuracy
201+
202+
### Fixes
203+
* Partial update in the front and the end might not render properly
204+
* Server not handle some editor events
205+
206+
<i class="fa fa-tag"></i> 0.2.7 `fuel` <i class="fa fa-clock-o"></i> 2015-05-03 12:00
207+
---
208+
### Features
209+
+ Support facebook, twitter, github, dropbox login
210+
+ Support own history
211+
212+
### Enhancements
213+
* Adjust history ui
214+
* Upgrade realtime package
215+
* Upgrade editor package, now support composition input better
216+
217+
### Fixes
218+
* Partial update might not render properly
219+
* Cursor focus might not at correct position
220+
221+
<i class="fa fa-tag"></i> 0.2.6 `zippo` <i class="fa fa-clock-o"></i> 2015-04-24 16:00
222+
---
223+
### Features
224+
+ Support sync scroll
225+
+ Support partial update
226+
227+
### Enhancements
228+
* Added feedback ui
229+
* Adjust animations and delays
230+
* Adjust editor viewportMargin for performance
231+
* Adjust emit refresh event occasion
232+
* Added editor fallback fonts
233+
* Index page auto focus at history if valid
234+
235+
### Fixes
236+
* Server might not disconnect client properly
237+
* Resume connection might restore wrong info
238+
239+
<i class="fa fa-tag"></i> 0.2.5 `lightning` <i class="fa fa-clock-o"></i> 2015-04-14 21:10
240+
---
241+
### Features
242+
+ Support import from dropbox and clipboard
243+
+ Support more code highlighting
244+
+ Support mathjax, sequence diagram and flow chart
245+
246+
### Enhancements
247+
* Adjust toolbar and layout style
248+
* Adjust mobile layout style
249+
* Adjust history layout style
250+
* Server using heartbeat to gain accuracy of online users
251+
252+
### Fixes
253+
* Virtual keyboard might broken the navbar
254+
* Adjust editor viewportMargin for preloading content
255+
256+
<i class="fa fa-tag"></i> 0.2.4 `flint` <i class="fa fa-clock-o"></i> 2015-04-10 12:40
257+
---
258+
### Features
259+
+ Support save to dropbox
260+
+ Show other users' cursor with light color
261+
262+
### Enhancements
263+
* Adjust toolbar layout style for future
264+
### Fixes
265+
* Title might not render properly
266+
* Code border style might not show properly
267+
* Server might not connect concurrent client properly
268+
269+
<i class="fa fa-tag"></i> 0.2.3 `light` <i class="fa fa-clock-o"></i> 2015-04-06 20:30
270+
---
271+
### Features
272+
+ Support youtube, vimeo
273+
+ Support gist
274+
+ Added quick link in pretty
275+
+ Added font-smoothing style
276+
277+
### Enhancements
278+
* Change the rendering engine to remarkable
279+
* Adjust view, todo list layout style for UX
280+
+ Added responsive layout check
281+
+ Auto reload if client version mismatch
282+
+ Keep history stack after reconnect if nothing changed
283+
+ Added features page
284+
285+
### Fixes
286+
* Closetags auto input might not have proper origin
287+
* Autofocus on editor only if it's on desktop
288+
* Prevent using real script and iframe tags
289+
* Sorting in history by time not percise
290+
291+
<i class="fa fa-tag"></i> 0.2.2 `fire` <i class="fa fa-clock-o"></i> 2015-03-27 21:10
292+
---
293+
### Features
294+
+ Support smartLists, smartypants
295+
+ Support line number on code block
296+
+ Support tags and search or sort history
297+
298+
### Enhancements
299+
+ Added delay on socket change
300+
+ Updated markdown-body width to match github style
301+
+ Socket changes now won't add to editor's history
302+
+ Reduce redundant server events
303+
304+
### Fixes
305+
* Toolbar links might get wrong
306+
* Wrong action redirections
307+
308+
<i class="fa fa-tag"></i> 0.2.1 `spark` <i class="fa fa-clock-o"></i> 2015-03-17 13:40
309+
---
310+
311+
### Features
312+
+ Support github-like todo-list
313+
+ Support emoji
314+
315+
### Enhancements
316+
+ Added more effects on transition
317+
+ Reduced rendering delay
318+
+ Auto close and match brackets
319+
+ Auto close and match tags
320+
+ Added code fold and fold gutters
321+
+ Added continue listing of markdown
322+
323+
<i class="fa fa-tag"></i> 0.2.0 `launch-day` <i class="fa fa-clock-o"></i> 2015-03-14 20:20
324+
---
325+
### Features
326+
327+
+ Markdown editor
328+
+ Preview html
329+
+ Realtime collaborate
330+
+ Cross-platformed
331+
+ Recently used history

0 commit comments

Comments
 (0)