Releases: DumbWareio/DumbPad
v1.0.4 - An even better editor experience
| Feature/Fix | Description | Preview |
|---|---|---|
New Code Syntax Highlighting |
Highlight code syntax in markdown preview mode with copy code language labels with support for ~180 languages from highlightjs |
|
New Split Preview |
View live edits in markdown side-by-side your editor with resize handle (mobile-friendly) | |
New Default View Setting |
Select between editor, split, or full as your default view (client-side setting) | |
New Notepad names used a filenames |
/data folder will now use notepad names as filenames with unique filename for better experience from terminal |
|
Fix Undo/Redo history |
Refactor undo/redo history to session stack per client per notepad for better independent tracking | |
Fix Better tab indent/deindent handling |
Tabbing should now correctly work in editor |
What's Changed
- Feat/add code syntax highlighting by @gitmotion in #65
- Suggestion by @mguilherme #64
- use notepad names for filenames by @gitmotion in #67
- Feat/add split preview by @gitmotion in #68
- Fix preview styles on light/dark toggle and marked-alerts fix by @gitmotion in #70
- v1.0.4 - Add support for code syntax highlighting, notepadnames for filenames, & 3-way toggle for split preview by @gitmotion in #69
Full Changelog: v.1.0.1...v1.0.4
Note
Service worker should auto bust and reload your cache for you but it that doesn't work
Make sure to clear your browser cache and reload to reflect the new changes
Dev console > Application > Storage > Clear site data
After the new cache has been applied, new versions will auto bust and reload your cache for you moving forward
Stay dumb friends!
v.1.0.1 - your new markdown editor
What's Changed
v1.0.1 - Query Param support, enhance markdown previews with new styles, mirror markdown preview styles for print, new setting, service worker versioning by @gitmotion in #61
- Add new service worker versioning with cache busting (still requires clearing cache for the new change but should auto reload moving forward)
- Query Param support for direct notepad selection
- with browser history navigation for back and forward functionality &
newcopy link button - unique notepad naming appending
-1, -2, -3respectively to notepad names - fixes: #18, #8
- thanks to @Justinzobel & @accforgithubtest for the feedback!
- with browser history navigation for back and forward functionality &
- Enhanced Markdown Preview styles with support for tables, github style alerts, checkbox lists, and more
- fixes - #8
- thanks to @mguilherme for the feedback!
- Print preview revamp:
- print now mirrors style of markdown preview accurately
- auto expands expandable details section for print previews
- New setting to disable auto expand details sections for print previews
Note
New service worker changes should auto bust and reload your cache for you but it that doesn't work
Make sure to clear your browser cache and reload to reflect the new changes
Dev console > Application > Storage > Clear site data
After the new cache has been applied, new versions will auto bust and reload your cache for you moving forward
Full Changelog: v1.0.0...v.1.0.1
PR:
Previews
Thanks and stay dumb! 🚀
v1.0.0 - Initial Release
Versioned docker tags added! 🚀
At the moment you can use dumbwareio/dumbpad:1.0.0 or dumbwareio/dumbpad:latest as the docker image
- moving forward any new changes will become a version release and you can always update/rollback to other versions as needed
What's Changed:
- Update input type for the PIN element from 'text' to 'password'. by @shivamsnaik in #3
- Add a COOKIE property to store the last used notes while creation, deletion, and loading notepads. by @shivamsnaik in #4
- Add print functionality, Custom site title, and BASE_URL support by @abiteman in #11
- Update Readme & Add New Logo by @abiteman in #12
- Update CORS configuration to use BASE_URL environment variable by @greirson in #14
- Added Co-editing/Realtime collaboration by @abiteman in #17
- Update README.md - Promote Collaborative editing to feature by @Justinzobel in #20
- Notepad Name Change autofocus and Enter to save by @abiteman in #25
- Update Cursor Tracking logic & broadcast notepad name changes by @abiteman in #26
- Added markdown parsing to preview pane, download/print options, and collaboration mode by @gitmotion in #34
- Update baseurl port to same mapped port on docker compose by @gitmotion in #35
- Added shortcuts for notepad controls, tooltips for shortcuts, and status abstraction by @gitmotion in #36
- Added shortcut for iterating forward and backwards through notepads list by @gitmotion in #38
- Add Fuzzy Search for Filename and File contents searching by @gitmotion in #39
- Improve responsive design better pc, tablet, mobile experience by @gitmotion in #40
- Added PWA Registration by @gitmotion in #43
- Fix undefined BASE_URL issue by @gitmotion in #44
- Added ALLOWED_ORIGINS env variable to allow more than one origin by @gitmotion in #45
- Bug Fix: Update allowed origins configuration by @gitmotion in #46
- Import notes & Pass more env variables by @gitmotion in #48
- Update tooltips to show shortcuts by OS detection by @gitmotion in #49
- Add autosave / settings modal and code refactors by @gitmotion in #52
- Fix Assets dir bug docker by @gitmotion in #54
- Enter key save settings fix by @gitmotion in #55
- Refactored Settings functionality into SettingsManager by @gitmotion in #56
- Unify theme settings with login and app by @gitmotion in #57
- Add remote delete confirmation and functionality by @gitmotion in #58
- Add setting for using Markdown preview as default view by @gitmotion in #59
New Contributors
- @shivamsnaik made their first contribution in #3
- @abiteman made their first contribution in #11
- @greirson made their first contribution in #14
- @Justinzobel made their first contribution in #20
- @gitmotion made their first contribution in #34
Full Changelog: https://github.com/DumbWareio/DumbPad/commits/v1.0.0












