Changes in version 0.2.1 Fixes - Indenting with Tab in text area is now undo-able (with Ctrl+Z) (#19) - Added instructions to install from my R-universe in README (#13) - Import utils. - Fix encoding of reserved symbols (e.g. #) in URL queries for exporting notes as GitHub issues. - Fix broken icons in "About" page (#25) API changes - Note names now can only contain alphanumeric characters, underscores (_) and dots (.). Testing - Added testthat infrastructure. Changes in version 0.2.0 New features - Support for exporting notes as GitHub Issues UI changes - New tabstrip interface - Added "About" tab Changes in version 0.1.0 New features - Add support for multiple notes Backward incompatible changes - scribblr notes and settings are now stored in the ".scribblr" directory under the project's root (previously this was a single ".scribblr" text file). Changes in version 0.0.4 New features - New logo for {scribblr} UI change - "Close" button becomes "Done" button - UI displays the logo Changes in version 0.0.3 New features - Notes can now be exported to an external file (#4) - Markdown previews now available (#3) - Added placeholder text explaining when and where {scribblr} notes are stored (#4) Fixes - Pressing Tab in text input area is now used to add indentation (#2) Changes in version 0.0.2 - scribblr file paths are now generated with file.path(), for platform independence. - Added GitHub link to user interface. Changes in version 0.0.1 - scribblr now imports usethis.