Changelog
-
Current
- Fixed some design issues
-
1.2 Further editor improvements
- Added tree view
- Changed editor view to allow scrolling past the end
- Changed password input to use POST request
1.2.1 - Improved video embedding
- Changed password input field for encrypted pads to have focus on load
- Fixed 'Open' button for encrypted pads not working
- Fixed button in delete pad tab being hidden behind another menu item
- Fixed pad name missing from 'This pad is encrypted' page
-
1.1 Improved editor usability
- Added auto-closing brackets
- Added matching brackets highlighting
- Added highlighting occurences of the currently selected word in whole pad
- Added more typographic replacements
- Added random pad ID generation to home page's 'Create new Pad'
- Added report abuse function
1.0.2 - Fixed readonly pads being editable
- Fixed setting readonly state
- Fixed problems with list autocompletion
1.0.1 - Fixed file name for exported files not being set
- Fixed pads being encrypted on creation, although encryption is disabled. This happened only if the hidden password field was not empty, e.g. password managers tend to do this
- Fixed import of markdown files
-
1.0 Added homepage
0.9.8 - Fixed crash if link contains certain invalid characters
- Fixed rendering bugs if collapsibles are present
- Fixed design issues for smaller screen sizes
- Fixed loading screen showing up too late
0.9.7 - Added spoiler tag
- Added more typographic replacements
- Added support for .svg files
- Added drag & drop support for image files
- Improved page loading speed
- Changed labels to remember color after being set once
- Changed code view to not break long URLs
- Fixed page not responding after executing specific auto-formatting functions
0.9.6 - Changed creating new pad: it is now opened directly, instead of asking for the password again
- Fixed encryption being removed after leaving/reloading pad
- Fixed creating encrypted pad not working
- Fixed password input not working in some cases
- Fixed loading current revision of encrypted pads asking for password again
- Fixed password change function for encrypted pads
- Improved database security
0.9.5 - Added function to delete single revisions
- Added HTTPS support
- Changed embedded content to not load automatically
- Fixed connection loss detection after closing and restoring browser tab
0.9.4 - Added optional warning when closing the pad
- Changed most plugins to use HTTPS
- Fixed revision loading
- Fixed noscript overlay being displayed for a short time even if scripts are allowed
- Improved server stability
0.9.3 - Added embedly to custom md-plugin shortlinks
- Added twitch to custom md-plugin shortlinks
- Added logo to status bar
- Fixed status bar overlapping
- Fixed wikipedia shortlink for some special search terms
0.9.2 - Added save revision button to toolbar
- Added noscript overlay
- Fixed embedded content reloading on every change for Reddit, StackOverflow
0.9.1 - Added wikipedia to custom md-plugin shortlinks
- Changed some colors of dark theme
- Fixed embedded content disappearing on change for twitter
-
0.9 Added share sidebar
0.8.3 - Changed ESC key behaviour: close open sidebar, do not switch views
0.8.2 - Added alternative URLs to open pad in specific view
- Added URL parameters to override local settings
0.8.1 - Fixed style could not be toggled when in preview mode
- Fixed sticky scrolling setting not being saved correctly
-
0.8 Added settings sidebar
0.7.3 - Added API calls to settings sidebar
- Changed URL for encrypted pads: password is now hidden
0.7.2 - Added input validation for settings sidebar
- Added connection lost detection for soft errors
- Fixed loading overlay being hidden before the page finished loading
- Fixed revisions not being loaded
0.7.1 - Added settings sidebar HTML
- Fixed cursor position in status bar was only updated if the editor's content changed
-
0.7 Added history
0.6.5 - Added toast-style notifications
- Changed sidebars to close automatically when editor gets focused
- Fixed password prompt not working correctly after wrong password entered
0.6.4 - Added sticky scrolling
- Added spinner display while loading the page
0.6.3 - Added spinner overlay
- Added timeline design to dark theme
- Changed timeline colors for light theme
- Changed scrollbar color for dark theme
- Changed local preferences saving: use localStorage instead of cookies
- Moved pad CSS to separate file
0.6.2 - Added create new pad HTML
- Added create pad API
- Added danger and success alert blocks
- Fixed status bar not being visible
0.6.1 - Added custom md-plugin collapsible elements
- Added cleanup on server exit: close all active pads
- Changed history saving to only add pad content if changes were made
-
0.6 Added auto-reconnect and frontend HTML files
- Added password prompt HTML
- Added auto-reconnect for pads
- Added connection lost overlay
0.5.4 - Added support for dropping text files on the editor
- Replaced md-plugin checkbox with task-checkbox
0.5.3 - Added progressed.io to custom md-plugin shortlinks
- Added shields.io to custom md-plugin shortlinks
0.5.2 - Reduced bundle size by using custom highlight.js package
- Reduced bundle size by removing dependencies from markdown-it-html5-embed
0.5.1 - Added content length to history objects
- Changed readonly pads: added 'allow local changes' option
-
0.5 Added encryption
0.4.3 - Added custom md-plugin image size
0.4.2 - Added export as Markdown file
- Added export as HTML file
- Added md-plugin TOC
- Changed keyboard shortcut CTRL-D to duplicate line instead of remove line
0.4.1 - Added dark theme
-
0.4 Added backend
- Added serverside scripts for pad handling
-
0.3 Added custom md-plugin shortlinksCurrently supported: Github, Twitter, Reddit, StackOverflow, XKCD, Steam, Spotify, Deezer
0.2.1 - Changed md-plugin medialinks: now supports URL parameters
- Changed md-plugin medialinks: YouTube start parameter is now used
-
0.2 Added various markdown plugins
- Added custom md-plugin labels
- Added md-plugin emoji
- Added md-plugin highlightjs
- Added md-plugin abbr
- Added md-plugin sup
- Added md-plugin sub
- Added md-plugin ins
- Added md-plugin kbd
- Added md-plugin checkbox
- Added md-plugin html5-embed
-
0.1 Initial forkInitial fork of simplemde