{"id":22555874,"url":"https://github.com/inkdropapp/version-history","last_synced_at":"2025-03-28T11:13:26.901Z","repository":{"id":46667997,"uuid":"120055595","full_name":"inkdropapp/version-history","owner":"inkdropapp","description":"Inkdrop Release Notes","archived":false,"fork":false,"pushed_at":"2024-05-01T02:00:34.000Z","size":12231,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-11T00:33:18.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.inkdrop.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inkdropapp.png","metadata":{"files":{"readme":"README-old.md","changelog":"history-old.yml","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-03T03:22:09.000Z","updated_at":"2024-05-01T02:00:37.000Z","dependencies_parsed_at":"2024-01-24T03:27:00.592Z","dependency_job_id":"7f143331-1a16-4212-abf4-a4c4cc8d07ce","html_url":"https://github.com/inkdropapp/version-history","commit_stats":{"total_commits":144,"total_committers":3,"mean_commits":48.0,"dds":0.2847222222222222,"last_synced_commit":"fbd776c595ec247a01ff5b4577822e71ce8d5ef2"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fversion-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fversion-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fversion-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Fversion-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkdropapp","download_url":"https://codeload.github.com/inkdropapp/version-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017731,"owners_count":20710240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T19:09:14.053Z","updated_at":"2025-03-28T11:13:26.867Z","avatar_url":"https://github.com/inkdropapp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inkdrop Release Notes (\u003c v5)\n\n## v4.6.1\n\n2020-03-23\n\n### New feature\n\n- Support highlighting active line (Thanks [Hiroaki-san](https://forum.inkdrop.app/t/highlight-line/1823))\n  ![Highlight YAML](https://github.com/inkdropapp/version-history/blob/master/images/v4.6.1-active-line.jpg?raw=true)\n\n### Improvement\n\n- Highlight YAML frontmatter syntax\n  ![Highlight YAML](https://github.com/inkdropapp/version-history/blob/master/images/v4.6.1-highlight-yaml.png?raw=true)\n- Add text indent to align list items (Thanks Kento-san)\n  ![Align list items](https://github.com/inkdropapp/version-history/blob/master/images/v4.6.1-align-list-items.png?raw=true)\n\n### Bugfix\n\n- App crashes when showing error dialog (Thanks [Prescott](https://forum.inkdrop.app/t/app-crashes-when-showing-error-dialog/1819))\n- App crashes when showing settings of disabled plugin on Preferences\n- `Export as PDF` doesn't show error when failed\n\n## v4.6.0\n\n2020-03-10\n\n### New feature\n\n- Support unsetting a tag from multiple notes at once (Thanks [Halloleo](https://forum.inkdrop.app/t/how-to-rename-a-notebook-in-mac-app-and-more/1796/4))\n- Support YAML frontmatter (Experimental)\n\n### Improvement\n\n- Blur before hiding the main window (Thanks [Jasper](https://forum.inkdrop.app/t/application-toggle-main-window-on-windows-10/1745/4))\n- Support `selectFirstNote` option in the following commands:\n  - `core:note-list-show-all-notes`\n  - `core:note-list-show-notes-in-book`\n  - `core:note-list-show-notes-with-tag`\n  - `core:note-list-show-notes-with-status`\n  - See [here for more detail](https://docs.inkdrop.app/manual/list-of-commands#corenote-list-show-all-notes)\n- Show plugin version number in Preference window (Thanks [Sceptic](https://forum.inkdrop.app/t/plugin-version-display-and-auto-update/615))\n- Add \"All Files\" filter on import dialog (Thanks [Nicole](https://forum.inkdrop.app/t/markdown-file-types-for-importing/1771))\n- Update Electron to 7.1.13\n  - This should fix the bug where the app crashes when showing context menu\n    - [Crashes when right clicking note while syncing](https://forum.inkdrop.app/t/crashes-when-right-clicking-note-while-syncing/1058)\n    - [Cannot empty trash](https://forum.inkdrop.app/t/cannot-empty-trash/1757)\n- Handle anchor links in preview\n- Load CodeMirror language mode on demand\n- Syntax-highlight codeblocks in plugin readme\n\n### Bugfix\n\n- Some image attachments are not properly backed up\n- Window won't show when logged out\n- Insert \" \" between text token in note list view item (Thanks [Koike-san](https://forum.inkdrop.app/t/topic/1776))\n- (API) Babel configuration broken (Thanks [Prescott and Jasper](https://forum.inkdrop.app/t/plugin-dev-object-spread-operator-not-working-cannot-find-module-core-js-modules-web-dom-iterable/1766))\n  - Now it uses core-js@3 properly, so you don't need to add core-js@2 as your plugin dependency\n  - The recent Electron does support the most of ES6 features like Object Spread without using Babel\n- (API) Should respect `dismissable` parameter of [Notification Manager](https://docs.inkdrop.app/reference/notification-manager#adding-notifications) (Thanks Jasper)\n\n## v4.5.2\n\n2020-01-30\n\n### Improvement\n\n- Note list performance\n- Do not remove documents which marked as deleted when restoring data from a backup\n\n### Bugfix\n\n- 'Restore' button not working on Backup preference due to updated Electron version (Thanks Nakatani-san)\n\n## v4.5.1\n\n2020-01-11\n\n### Bugfixes\n\n- Disclosure button makes the side menu item height taller on Windows (Thanks Otawara-san)\n- Double-clicking text opens external app unexpectedly (Thanks Otawara-san)\n- Avoid failing to build FTS index on processing invalid notes\n- Prevent opening new window by external `_blank` target links\n\n## v4.5.0\n\n2019-12-23\n\n### New feature\n\n- Support showing a revision as diff in revision history  \n  ![Show as diff](https://github.com/inkdropapp/version-history/blob/master/images/v4.5.0-show-as-diff-in-revision-history.png?raw=true)\n\n### Improvement\n\n- `MessageDialog` supports `modalSettings` option (See [here](https://docs.inkdrop.app/reference/message-dialog) for more detail. Thanks [andi](https://forum.inkdrop.app/t/bug-in-messagedialog-dismissal-and-note-save-command/1696))\n- Larger disclosure button for book list items\n\n### Bugfixes\n\n- Pressing Enter key unexpectedly inserts a tag in the editor (Thanks Otawara-san)\n- Extra dots for trailing spaces unexpectedly showing (Thanks [chocolat](https://forum.inkdrop.app/t/extra-dots-for-space-characters-showing-when-show-invisible-characters-option-enabled/1691))\n- Sidebar book filter transition some times does not work as expected\n- Open URIs with unknown scheme in external (Thanks [James](https://forum.inkdrop.app/t/hook-app-links-seem-to-crash-hang-inkdrop/1699))\n\n## v4.4.1\n\n2019-12-06\n\n### Improvement\n\n- Automatically select the first item of tags in the editor (Thanks Evan)\n- Allow copying/saving an image widget on the editor (Thanks [Bastian](https://forum.inkdrop.app/t/save-as-option-for-images/1632))\n\n### Bugfixes\n\n- Keybindings for plugins not showing (Thanks Otawara-san)\n- Replace the dependency of DEB package on `libgnome-keyring0` with `gnome-keyring` (Thanks [Daniel](https://forum.inkdrop.app/t/provided-deb-package-does-not-work-on-ubuntu-19-10/1661))\n\n## v4.4.0\n\n2019-10-21\n\n### New feature\n\n- Importing markdown files (Thanks [q1701](https://github.com/q1701/inkdrop-import-markdown))\n\n### Improvement\n\n- Bump up Electron from 3.1.4 to 6.0.11\n- Bump up `ipm` from 2.1.6 to 2.4.3\n- Better UI performance\n\n### Bugfixes\n\n- Plugin configurations on prefrence window not working\n- Pages from the second page are blank when exporting as PDF\n- Some memory leaks in sync\n- Opening next/prev note not working (Thanks Otawara-san)\n- Revert changes regarding checkpointers of data sync which might have been causing that some notes won't be synced in some cases\n- The scroll position is lost when toggling distraction free mode (Thanks [Bastian](https://forum.inkdrop.app/t/scroll-position-saved-across-sessions/1303/3))\n- Notarize the app for macOS Catalina (Thanks [Kevin](https://forum.inkdrop.app/t/unable-to-open-in-macos/1617))\n\n## v4.3.4\n\n2019-09-03\n\n### Improvement\n\n- Use relative paths for images in exported files (Thanks [Lennart](https://forum.inkdrop.app/t/export-to-md-should-use-relative-paths-to-attachments/1535))\n\n### Bugfixes\n\n- Importing html files not working (Thanks [Furukawa-san](https://forum.inkdrop.app/t/cannot-import-html-files/1531))\n- `ipm publish` not working (Thanks Otawara-san)\n\n## v4.3.3\n\n2019-08-27\n\n### New feature\n\n- Clicking tags on sidebar while pressing cmd-key(macOS)/ctrl-key(Linux, Windows) to add a filter condition by them (Thanks [Daniel](https://forum.inkdrop.app/t/allow-filtering-by-multiple-tags/1501))\n\n### Improvement\n\n- Better performance for building full-text search index (Thanks Mori-san)\n\n### Bugfixes\n\n- Preview is jittery when side-by-side mode (Thanks [warcode](https://forum.inkdrop.app/t/mermaidjs-side-by-side-editing-jittery/1512))\n- Table editing support is not working on Linux (Thanks [Bastian](https://forum.inkdrop.app/t/improved-table-editing/101/14))\n- `word-wrap` is not enabled in codeblocks for printing (Thanks [Carlos](https://forum.inkdrop.app/t/exported-pdf-randomly-skips-inline-images/1070/8))\n- Scrolling to end of note list is jittery (Thanks [Tobias](https://forum.inkdrop.app/t/scrolling-to-end-of-note-list-is-jittery/1516))\n\n## v4.3.2\n\n2019-08-08\n\n### New features\n\n- Changing default bullet for unordered lists (Thanks Liam)\n  ![unordered-list-bullet](https://github.com/inkdropapp/version-history/blob/master/images/v4.3.2-unordered-list-bullet.png?raw=true)\n- Global hot key to toggle main window (Thanks [Jacques and Kanazawa-san](https://forum.inkdrop.app/t/hotkey-to-open-show-inkdrop/1262/))\n\n### Improvement\n\n- Switch to editing mode automatically when created a new note (Thanks [Gustavo](https://forum.inkdrop.app/t/automatically-enable-editing-mode-when-create-note/1477))\n\n### Bugfixes\n\n- Inline image widgets sometimes not showing (Thanks Kato-san)\n- Toggling checkbox on preview pane not working (Thanks [Scott](https://forum.inkdrop.app/t/checklists-dont-work-after-update-4-3-0-4-3-1/1451))\n\n## v4.3.1\n\n2019-08-06\n\nSome people are getting a blank screen after 4.3.0 update.\nThis update should fix the problem.\nPlease report if you still encounter the issue [here](https://forum.inkdrop.app/t/blank-app-after-4-3-0-update/1435).\n\n## v4.3.0\n\n2019-08-05\n\nHi! I'm so happy to announce that this is the final release for [the current roadmap (vol.3)](https://blog.inkdrop.info/the-roadmap-of-inkdrop-vol-3-a32fc0cc42d) 🎉\nI'll open a discussion to plan the next roadmap with paid users soon!\nEnjoy Markdown note-taking 😃\n\n### New features\n\n- Better table editing support\n  - It automatically creates new row when pressing enter key\n    - Command: `editor:new-line`\n  - It lets you move across table cells with tab key\n    - Command: `editor:move-to-next-table-cell` and `editor:move-to-previous-table-cell`\n      ![Demo](https://github.com/inkdropapp/version-history-beta/blob/master/images/better-table-editing-support-demo.gif?raw=true)\n- Support highlighting tables in the editor\n  - Before: ![before](https://github.com/inkdropapp/version-history-beta/blob/master/images/gfm-table-support_before.png?raw=true)\n  - After: ![after](https://github.com/inkdropapp/version-history-beta/blob/master/images/gfm-table-support_after.png?raw=true)\n- Support multiple languages in [spell-checker@2.0.0](https://my.inkdrop.app/plugins/spell-checker) plugin\n- Add [core:search-notes](https://docs.inkdrop.app/manual/list-of-commands#coresearch-notes) and [core:filter-notes](https://docs.inkdrop.app/manual/list-of-commands#corefilter-notes) commands\n- Support select all items on note list bar with `core:select-all` command\n- Support `enum` key in config schema for plugins. [See the doc for detail](https://docs.inkdrop.app/reference/config#enum).\n- Support changing created datetime and updated datetime of notes\n  ![Screenshot](https://github.com/inkdropapp/version-history-beta/blob/master/images/v4.3.0-changing-datetime.png?raw=true)\n- Add 'Notes' menu item to notebook filter side menu\n\n### Improvements\n\n- Update syntax themes to support highlighting tables and codeblocks\n- Improve indenting ordered list items\n- Do not focus to the search bar when selecting search item with keyboard input\n- Unnecessary spaces inserted when generating table rows (Thanks Otawara-san)\n- Prevent restoring window size from exceeding the screen bounds (Thanks [chocolat](https://forum.inkdrop.app/t/supported-restore-window-size-and-location/1419))\n- Re-render when toggled preview (Thanks [James](https://forum.inkdrop.app/t/official-plugin-issue-flowchart-rendering-issue/1412))\n- Change label for moving note to notebook (Thanks [James](https://forum.inkdrop.app/t/incorrect-label-on-move-to-another-notebook/1411))\n- Support warning about deprecated packages (Thanks Samantha and [Erdem](https://forum.inkdrop.app/t/black-screen-after-4-3-0-beta-version/1405))\n  - You need to update [spell-checker](https://my.inkdrop.app/plugins/spell-checker) plugin for v4.3.0, which now supports multiple languages\n    ![Screenshot](https://github.com/inkdropapp/version-history-beta/blob/master/images/v4.3.0-deprecation-warning.png?raw=true)\n- Add app events `app:ready` and `app:quit` to [Environment](https://docs.inkdrop.app/reference/environment)\n- Update some dev stack\n\n### Bugfixes\n\n- Error notification not showing when failed to load `keymap.cson` (Thanks Kato-san)\n- Show rendering error when failed to render Markdown and prevent the app crashing (Thanks ofton-san)\n- Close window when it is in fullscreen (Thanks [Sammy](https://forum.inkdrop.app/t/app-crashing-when-quitting-while-fullscreen-on-mac/1329))\n- Add missing commands for changing note status\n  - `editor:change-note-status-(none|active|onhold|completed|dropped)`\n- Disable image widgets in code (Thanks [Jacky](https://forum.inkdrop.app/t/inline-image-widgets-should-not-be-displayed-in-code-blocks/1370))\n\n## v4.2.0\n\n2019-07-08\n\n- **New feature**: Support adding status bar items from plugins (See [this example plugin](https://github.com/inkdropapp/layout-example-plugin))\n- **New feature**: Support `editor.indentUnit` config (Thanks [Ahmed](https://forum.inkdrop.app/t/change-indentation-size/1368))\n- **New feature**: Add `core:note-list-show-all-notes` and `core:sidebar-focus` commands\n- **Improvement**: Add `.htm` extension to dialog filters (Thanks [jiunhsien](https://forum.inkdrop.app/t/import-hypertext-markup-language-files-with-filename-end-in-htm/1380))\n- **Improvement**: Humanize name of config settings of plugins in preferences\n- **Improvement**: Handle right-clicked items as expected (Thanks [Otawara-san and Mike](https://forum.inkdrop.app/t/right-click-delete-behaviour-is-not-as-expected/1388))\n- **Improvement**: Add some utility methods for [layout](https://docs.inkdrop.app/reference/layout-manager)\n- **Bugfix**: Skip listing invisible notes(`Completed`, `Dropped` state) properly (Thanks [Keiji-san](https://forum.inkdrop.app/t/sort-order-affects-visibility-of-notes/1358))\n- **Bugfix**: Retain view options when changing order/sort\n- **Bugfix**: Autoupdate not working on macOS\n- **Bugfix**: Update properly when a UI layout has been modified\n\n## v4.1.0\n\n2019-06-20\n\n- **New feature**: Support `\u003cconfig_dir\u003e/styles.less` for style customizations\n- **Improvement**: Highlight search text on running `editor:find` or `editor:replace` command (Thanks [Lu](https://forum.inkdrop.app/t/auto-highlight-last-search-query/1342)\n- **Bugfix**: Sync won't work via web proxy (Thanks [Yusuke-san \u0026 Christian](https://forum.inkdrop.app/t/proxy-problem-when-synchronizing-notes/1341))\n\n## v4.0.2\n\n2019-06-11\n\n- **Bugfix**: Show error message when it failed to load local database\n- **Bugfix**: Note tags are sometimes not properly migrated\n- **Bugfix**: Broken sync with Android (Thanks [Joshua and Kato-san](https://forum.inkdrop.app/t/android-sync-appears-broken/1324))\n\n## v4.0.1\n\n2019-06-09\n\n- **New feature**: Support `\u003cconfig_dir\u003e/init.js` for advanced customizations\n- **Bugfix**: `https_proxy` with non-ssl web proxy won't work (Thanks [Christian](https://forum.inkdrop.app/t/login-timeout-error-proxy-settings/1279) and [Rino-san](https://forum.inkdrop.app/t/i-cant-log-in-ssl3-get-record-wrong-version/1020/17))\n- **Bugfix**: Updating FTS index won't be triggered unless you edit a note (Thanks [Sceptic, Hiro and Masatoshi-san](https://forum.inkdrop.app/t/v4-search-not-working-windows-and-android/1280/11))\n\n## v4.0.0\n\n2019-06-05\n\nPlease read [this blog post](https://blog.inkdrop.info/introducing-inkdrop-4-9d0c63de16d2) to take a quick look at this release!\n\n- **New feature**: Support configuring global keymaps to focus the app window (Thanks [Gustavo](https://forum.inkdrop.app/t/hotkey-to-open-show-inkdrop/1262))\n- **New feature**: Support inkdrop:// app scheme (macOS) and argv (Windows \u0026 Linux) to open a note from external apps\n- **New feature**: Hide main window instead of closing it (Thanks [Gustavo](https://forum.inkdrop.app/t/app-takes-a-while-to-open-up-on-macos-after-cmd-w/822))\n- **New feature**: Support inline image widgets for HTML img tags\n- **New feature**: End-to-end encryption\n- **New feature**: New search UI\n- **New feature**: Notebook submenus\n- **New feature**: Count badges\n- **New feature**: Smart scroll sync for side-by-side mode\n- **Improvement**: Support filtering by tag (Thanks Horii-san)\n- **Improvement**: Remember sidebar visibility (Thanks Horii-san)\n- **Improvement**: Add left margin to count badge (Thanks [leptospira489](https://forum.inkdrop.app/t/thinner-scrollbar-on-windows-and-linux))\n- **Improvement**: New logo\n- **Improvement**: Change scrollbar width and color for Windows and Linux (Thanks [leptospira489](https://forum.inkdrop.app/t/thinner-scrollbar-on-windows-and-linux))\n- **Improvement**: Change sidebar indent width slightly (Thanks Enokiya-san)\n- **Improvement**: `ipm` command uses the client API key for the desktop app instead of requiring to generate an API key\n- **Improvement**: Improve sync to be more stable\n- **Improvement**: Way smoother smart scroll sync\n- **Improvement**: Quicker smart scroll sync\n- **Improvement**: Better performance for full-text search\n- **Improvement**: Support embedding attachment images with HTML tags (Thanks [Erdem](https://forum.inkdrop.app/t/images-in-html-tag/1096))\n- **Bugfix**: JS compile cache not working\n- **Bugfix**: SVG files cannot be inserted (Thanks [John](https://forum.inkdrop.app/t/cannot-insert-svg-images/1271))\n- **Bugfix**: Plugin won't be loaded correctly due to babel error (Thanks [folks involved on this issue](https://github.com/libeanim/inkdrop-admonition/issues/1))\n- **Bugfix**: `devMode` won't work (Thanks Otawara-san)\n- **Bugfix**: The app crashes when the note list scrolls after resizing the window (Thanks Horii-san)\n- **Bugfix**: Preferences window crashes when opened a plugin detail\n- **Bugfix**: Parse invalid search queries without errors\n- **Bugfix**: Clear find state in the editor when search keyword not set (Thanks [Erdem](https://forum.inkdrop.app/t/previous-search-history/1126/7?u=craftzdog))\n- **Bugfix**: Notebook picker on the editor not working (Thanks Otawara-san)\n- **Bugfix**: Cannot empty the trash (Thanks [Erdem](https://forum.inkdrop.app/t/cannot-empty-the-trash/1189))\n- **Bugfix**: Show a proper error message on incompatible plugins\n- **Bugfix**: `ctrl-y` to redo in the editor not working on Windows and Linux (Thanks Otawara-san)\n- **Bugfix**: Dbl-clicking urls to open on the editor not working (Thanks Otawara-san)\n- **Bugfix**: Props for HTML `img` tag like `width` not working (Thanks [Kazutaka-san](https://forum.inkdrop.app/t/resizing-images-by-using-html-tag/1167/))\n- **Bugfix**: Search keyword not being highlighted until you open a different note (Thanks [Erdem](https://forum.inkdrop.app/t/previous-search-history/1126/3))\n- **Bugfix**: Can't toggle task list on preview\n- **Bugfix**: Smart scroll sync is unstable (Thanks Otawara-san)\n- **Bugfix**: Previous search text highlighting won't be cleared on the editor (Thanks [Erdem](https://forum.inkdrop.app/t/previous-search-history/1126))\n- **Bugfix**: Backspace won't work on tags input bar (Thanks [FORTRAN](https://forum.inkdrop.app/t/tag-removal-not-working/1134))\n- **Bugfix**: Can't remove notebooks and tags from sidebar\n- **Bugfix**: Exported PDF randomly skips inline image (Thanks [Asish](https://forum.inkdrop.app/t/exported-pdf-randomly-skips-inline-images/1070))\n- **Bugfix**: First bullet point has an additional newline (Thanks [derkork](https://forum.inkdrop.app/t/first-bullet-point-has-an-additional-newline/1068) and Kuroyanagi-san)\n\n## v3.25.4\n\n2019-03-05\n\n- **Improvement**: Update Electron to 3.1.4\n- **Bugfix**: Avoid SSL problem with proxy enabled (Thanks Takahiro-san and Yan)\n- **Bugfix**: Windows app randomly not shutting down correctly (Thanks Sceptic, Samantha, and Otawara-san)\n- **Bugfix**: Prevent from removing selection out of search input when note opened (Thanks Yoshioka-san)\n\n## v3.25.3\n\n2019-01-21\n\n- **New Feature**: Add a context-menu for copying and saving image on Markdown preview (Thanks kyubuns-san and Otawara-san)\n- **Improvement**: Support disabling the validation of self-signed certs by adding `strict_ssl: 0` in your `config.cson` like so:\n  ```\n  \"*\":\n    core:\n      network:\n        strict_ssl: 0\n  ```\n- **Bugfix**: Proxy settings won't work properly (Thanks Nobumi-san)\n- **Bugfix**: Exporting PDF file does not work (Thanks Atsuo-san)\n\n## v3.25.2\n\n2019-01-12\n\n- **Bugfix**: Fix a bug where the app fails to initialize database\n  - It avoids happening the error: \"Failed to load database: TypeError [ERR_INVALID_CALLBACK]: Callback must be a function\"\n\n## v3.25.1\n\n2019-01-11\n\n- **Bugfix**: The app incorrectly checks the beta version\n\n## v3.25.0\n\n2019-01-11\n\n- **New feature**: Support jump-to-line in editor (Thanks Otawara-san)\n- **Improvement**: Update electron@3\n- **Improvement**: Fix menu item rendering problem on Ubuntu (Thanks [andi](https://forum.inkdrop.app/t/menu-item-rendering-problem-on-ubuntu-18-04/556/))\n- **Improvement**: Fix vibrant dark UI theme issue (Thanks [Caleb](https://forum.inkdrop.app/t/vibrant-dark-ui-rendering-issue/187))\n- **Chore**: Prepare for beta program\n\n## v3.24.0\n\n2018-12-25\n\n- **Improvement**: Add some CSS for print-out (Thanks Ikeda-san)\n- **Improvement**: Use Segoe UI font for Windows\n- **Bugfix**: Limit batch size of replications (Thanks Shimba-san)\n\n## v3.23.2\n\n2018-11-28\n\n- **Improvement**: Auto-save when blurred the active window\n- **Bugfix**: Markdown parser doesn't behave correctly and it causes some plugins like TOC won't work\n- **Bugfix**: Table align doesn't work\n\n## v3.23.1\n\n2018-11-09\n\n- **Bugfix**: Cursor jumps backward after typing the first letter (Thanks artigas and Lauren)\n\n## v3.23.0\n\n2018-11-09\n\n- **Improvement**: Clear text selections in preview on note open (Thanks Otawara-san)\n- **Improvement**: Show confirm dialog for restoring backup (Thanks Nojiri-san)\n- **Improvement**: Add editor commands for changing note status (Thanks Hiroga-san)\n  - `editor:change-note-status-none`\n  - `editor:change-note-status-active`\n  - `editor:change-note-status-onhold`\n  - `editor:change-note-status-completed`\n  - `editor:change-note-status-dropped`\n- **Improvement**: Disable auto-save while composing CJK (Thanks Obi-san and Otawara-san)\n- **Improvement**: Preserve cursor positions when synced editing note\n- **Bugfix**: Image widgets unloaded when note updated via sync\n- **Bugfix**: Inline HTML breaks the app (Thanks David M., David A., T.Y, et al.)\n\n## v3.22.4\n\n2018-10-15\n\n- **Improvement**: (Windows) Avoid duplicate save action for the same revision\n- **Bugfix**: Small bugfixes on internal processing\n\n## v3.22.3\n\n2018-10-09\n\n- **Improvement**: Change timeout for auto-save from 1 min to 5 secs.\n\n## v3.22.2\n\n2018-09-30\n\n- **Bugfix**: (Windows) Can't toggle checkboxes on preview (Thanks, Enokiya-san)\n- **Bugfix**: (Windows) Inline HTML does not work (Thanks, Kato-san)\n- **Bugfix**: Table align does not work (Thanks, [ZeroThe2nd](https://forum.inkdrop.info/t/table-in-the-shared-note-does-not-respect-cell-alignments/138/5))\n\n## v3.22.1\n\n2018-09-21\n\n- **Bugfix**: Unexpected note conflicts happen randomly (Thanks [Parker, Hoopy, Meo-san and Otawara-san](https://forum.inkdrop.info/t/conflicted-notes/651))\n- **Bugfix**: Cursor position randomly moves to the note head while typing fast (Thanks [Otawara-san](https://forum.inkdrop.info/t/topic/673))\n\n## v3.22.0\n\n2018-08-25\n\n- **New feature**: Remember window maximized and fullscreen state\n- **New feature**: Support inline HTML\n- **New feature**: Support restoring old note revisions (Thanks Hoopy and others)\n- **Improvement**: Avoid overwriting old rev with new rev when conflicted. Make a copy of the old version\n- **Bugfix**: Fix unexpectedly rendering preview endlessly\n\n## v3.21.0\n\n2018-08-13\n\n- **New feature**: Task progress view\n- **Bugfix**: The default remote db url is incorrectly shown\n\n## v3.20.2\n\n2018-07-21\n\n- **bugfix**: Version dialog not shown on Windows or Linux (Thanks Sceptic)\n- **bugfix**: The app won't quit immediately in some case (Thanks Sceptic)\n- **bugfix**: Plugin keybindings not shown correctly on the preference screen (Thanks [Samantha](https://forum.inkdrop.info/t/enable-codefold/407/24))\n- **bugfix**: Prohibit deleting default notebook (Thanks Sceptic)\n- **bugfix**: Avoid overwriting notes with same title and date time when exporting (Thanks Sceptic)\n- **bugfix**: Hide editor search box when toggling preview (Thanks [Vianney](https://forum.inkdrop.info/t/search-tool-breaks-the-notes-header/473))\n- **bugfix**: Allow file:// protocol for images (Thanks [Sceptic](https://forum.inkdrop.info/t/pdf-links-break-the-window-its-openend-in/593/2))\n\n## v3.20.1\n\n2018-04-15\n\n- **improvement**: Change the label for removing note from 'Delete' to 'Move to Trash' (Thanks [Dan](https://forum.inkdrop.info/t/add-a-confirmation-prompt-when-deleting-notes/457))\n- **improvement**: Exporting with preview theme styling (Thanks [audiosyncrasy](https://forum.inkdrop.info/t/pdf-export-with-preview-theme-styling/489))\n- **improvement**: Allow rendering `\u003cmark\u003e` tag (Thanks [Hoopy](https://forum.inkdrop.info/t/plugin-dev-extending-markdown-syntax/427))\n\n## v3.20.0\n\n2018-04-03\n\n- **bugfix**: Fixed a problem where the sync requests always time out after 10 seconds. It sometimes causes to fail synchronization when you have a lot of notes and images to sync at once (Thanks [Hoopy](https://forum.inkdrop.info/t/recommended-setup-for-own-sync-server/374/13))\n- **bugfix**: Use 20 characters for indexing notes with title (Thanks chocolat)\n- **bugfix**: Handle `mailto:` links properly (Thanks [Samantha](https://forum.inkdrop.info/t/how-to-make-mailto-links-work/409))\n- **improvement**: Add logout and sync menu (Thanks [Al and Bob](https://forum.inkdrop.info/t/how-to-logout-switch-accounts/401/3))\n- **improvement**: Stop checking update once it found new version on Linux (Thanks [Luis, Parker and Al](https://forum.inkdrop.info/t/how-can-i-disable-the-update-popup/388/4))\n- **improvement**: Select all text on focus on the search bar (Thanks [Jesse and Robert](https://forum.inkdrop.info/t/feature-refinement-remove-search-context-from-ui-for-regular-searches-use-tagname-for-tag-filters/357))\n\n## v3.19.0\n\n2018-03-22\n\n- **improvement**: Add print shortcut for windows and linux (Thanks Otawara-san)\n- **improvement**: Show native traffic light window buttons on macOS (Thanks [Dan](https://forum.inkdrop.info/t/macos-traffic-light-window-buttons-dont-behave-as-expected/340))\n- **improvement**: Better keychain error message\n- **improvement**: New config for sync: `core.db.sync.options` (Thanks [Hoopy](https://forum.inkdrop.info/t/recommended-setup-for-own-sync-server/375))\n- **bugfix**: Ignore case for title sort (Thanks [Florian](https://forum.inkdrop.info/t/inkdrop-should-ignore-case-when-ordering-note-lists-by-title/385))\n\n## v3.18.0\n\n2018-02-01\n\n- **New feature**: Exporting individual notes (Thanks, [Takeuchi-san](https://forum.inkdrop.info/t/export-selected-notes-as-markdown/253))\n- **Improvement**: Support changing sort mode via commands:\n  - `view:sort-by-title`\n  - `view:sort-by-date-created`\n  - `view:sort-by-date-updated`\n  - `view:sort-in-ascending`\n  - `view:sort-in-descending`\n- **Improvement**: Don't save the window state if it's fullscreen/maximized (Thanks, [Otawara-san](https://forum.inkdrop.info/t/windows/287))\n- **Bugfix**: Syntax highlighting for PHP won't work (Thanks, [Nick](https://forum.inkdrop.info/t/php-highlighting-doesn-t-work-is-it-only-me-or/301) and [Kagaya-san](https://forum.inkdrop.info/t/php/266))\n- **Bugfix**: Avoid duplicate keybinding for cmd-u \u0026 ctrl-u (Thanks, [Otawara-san](https://forum.inkdrop.info/t/ctrl-u/283/4))\n\n## v3.17.4\n\n- **Bugfix**: It always fails to initialize `solarized-light-syntax` plugin\n- **Improvement**: A little bit faster app initialization\n\n## v3.17.3\n\n- **Bugfix**: Toggling task-list isn't working\n- **Improvement**: Drop paste-as-markdown support. Use [paste-as-markdown plugin](https://app.inkdrop.info/plugins/paste-as-markdown) instead.\n- **Improvement**: Drop support for auto-incrementing list numbers when typed return key. Use [autoupdate-list-numbers plugin](https://app.inkdrop.info/plugins/autoupdate-list-numbers) instead.\n- **Improvement**: Better conversion from HTML to Markdown\n- [Learn more](https://community.inkdrop.info/note/d975606d93c067c5ef8d6adfb5db83b5/note:HylTjpE9zz)\n\n## v3.17.2\n\n- **Bugfix**: The account status won't be recognized correctly when it is not active (e.g., trial expired)\n\n## v3.17.1\n\n- **Improvement**: Show helpful guide on the login failures\n- **Bugfix**: \"Add Notebook\" button on the side bar doesn't work (Thanks, Nitawaki-san)\n\n## v3.17.0\n\n- **New feature**: Showing invisible characters (Thanks, Kato-san)\n- **Improvement**: Open up the download page when new version available but not using auto update (Thanks, [Aleksandar](https://forum.inkdrop.info/t/recognize-the-proper-installation-method-when-offering-an-update-link))\n- **Improvement**: Start syncing automatically when network is back online\n- **Improvement**: Show detailed error message when failed logging in\n- **Improvement**: Cursor moves to the next placeholder when executed `Insert Link` while selecting text (Thanks, Nitawaki-san)\n- **Bugfix**: Auto-increment for numbered lists corrupts mixed-type list (Thanks, Nitawaki-san)\n\n## v3.16.0\n\n- **Bugfix**: Continue-list works unexpectedly when starting lines with \"\\*\" character (Thanks [Aleksandar](https://forum.inkdrop.info/t/markdown-autocompletion-bug-when-starting-lines-with-character))\n- **Bugfix**: Paste-HTML-as-Markdown feature won't work well when you copy text from PhpStorm (Thanks [Luis and Iwan](https://forum.inkdrop.info/t/bug-paste-from-intellj-maybe-more-apps-inserts-plain-text-html/76/8?u=craftzdog))\n- **Improvement**: Support auto-increment remaining bullet numbers of ordered lists\n\n## v3.15.0\n\n- **New feature**: Scroll-past-end (Thanks, [Andrew](https://forum.inkdrop.info/t/scroll-past-end/169))\n- **Improvement**: It now works on Ubuntu 14.04 and Debian 8.x (Thanks, [Thomas](https://forum.inkdrop.info/t/installing-inkdrop-on-ubuntu-14-04/182))\n- **Improvement**: Don't continue-list in code blocks (Thanks, Matsumoto-san)\n- **Improvement**: Support jumping cursor to matched brackets in vim mode (Thanks, [kiryph](https://github.com/inkdropapp/inkdrop-vim/issues/1))\n- **Improvement**: Support searching notes without any status by specifying `status:none` (Thanks, Nitawaki-san)\n- **Improvement**: Support inserting multiple image files at once (Thanks, kyokomi-san)\n\n## v3.14.2\n\nSorry for the frequent update. It's due to the recent change for reducing the app size. Thanks for your report!\n\n- **Bugfix**: `ipm` command not working\n\n## v3.14.1\n\n- **Bugfix**: It fails to load plugins on macOS (Thanks Iwasaki-san)\n\n## v3.14.0\n\n- **Improvement**: Reduced app size\n- **Improvement**: Support moving selected text by drag-and-drop (Thanks Ben)\n- **Improvement**: Support importing HTML file with tags, last updated date and created date (Thanks Nishi-san)\n- **Bugfix**: Hide menu bar on update window (Thanks Aleksandar)\n\n## v3.13.0\n\n- **Improvement**: Less blocking UI while indexing full-text search\n\n## v3.12.0\n\n- **New feature**: Export as PDF (Thanks Oliver)\n- **New feature**: Print out\n- **Improvement**: Support exporting as HTML for extended Markdowns by plugins such as `math` and `sequence-diagrams` (Thanks Iwan)\n- **Improvement**: Consistent syntax highlighting on the preview\n- **Improvement**: Now ships RPM package\n- **Bug fix**: Line height preference won't work (Thanks Kato-san)\n- **Bug fix**: Development mode can't be enabled (Thanks Iwan)\n\n## v3.11.0\n\n- **New feature**: Support vim keybindings by plugin: https://app.inkdrop.info/plugins/vim\n- **New feature**: Support spell checker by plugin: https://app.inkdrop.info/plugins/spell-checker\n- **Improvement**: Don't continue list when cursor is before bullet\n- **Bugfix**: Nested task list is corrupt\n- **Bugfix**: Support opening local file and ftp protocol links (Thanks [moritz](https://forum.inkdrop.info/t/links-in-preview/91/2))\n\n## v3.10.6\n\n- **Improvement**: Ordered task list (Thanks [Pina](https://forum.inkdrop.info/t/bug-ordered-list-checkbox-cannot-be-checked/83))\n- **Improvement**: Focus existing window and quit when launching duplicate instances (Thanks Machida-san)\n\n## v3.10.5\n\n- **Bugfix**: Tagging is not working due to the recent performance improvement\n\n## v3.10.4\n\n- **Bugfix**: Paste from IntellJ(maybe more apps) inserts plain text html (Thanks Jeremy)\n- **Bugfix**: Authentication issue\n\n## v3.10.3\n\n- **Improvement**: Fix Markdown preview theme for dark UIs to look better\n- **Improvement**: Code optimizations\n- **Improvement**: Add 'Paste as Plain Text' menu to the editor's context menu (Thanks Oliver)\n- **Improvement**: Allow GIF files as attachments\n- **Bugfix**: Fix app freezing for several seconds when using Google IME with suggest feature (Thanks kyokomi-san)\n\n## v3.10.2\n\n- **Bug fix**: Pasting text won't replace current selection (Thanks Obi-san \u0026 @marie_9801)\n\n## v3.10.1\n\n- **Improvement**: Support `paste as plain text` with Cmd-Alt-Shift-V or Ctrl-Alt-Shift-V.\n- **Bug fix**: Won't scroll to the cursor position when pasted large text\n\n## v3.10.0\n\n- **New feature**: Paste HTML data as Markdown from clipboard\n- **Improvement**: Support GFM for HTML file import\n- **Bug fix**: Selecting multiple files on the HTML import dialog won't work (Thanks Makubi-san)\n\n## v3.9.0\n\n- **New feature**: Import HTML\n\n## v3.8.0\n\n- **New feature**: Sharing Notes on the Web\n- **Bug fix**: Refusing logging in wih newly retaken account (Thanks André)\n- **Bug fix**: Alert once about the trial expiration after purchased license (Thanks Yasunaka-san)\n- **Bug fix**: Syntax highlighting doesn't work with same name on the preview and the editor for some languages (Thanks Timothy)\n\n## v3.7.3\n\n- **Improvement**: GraphQL syntax highlighting support (Thanks Tim)\n- **Bugfix**: Showing \"\u0026nbsp\" in Preferences panel (Thanks Xing)\n- **Bugfix**: New note unexpectedly inherits previous note's content (Thanks Obi-san)\n\n## v3.7.2\n\n- **Bugfix**: Prevent clearing search keywords of in-note-search on `editor:find` (Thanks Ishida-san)\n- **Bugfix**: App crashes without any message dialog when failed to observe the config file (Thanks Parker)\n\n## v3.7.1\n\n- **Improvement**: Make `editor:find*` and `editor:replace` commands global (Thanks Ishida-san)\n- **Improvement**: Pressing return key at the search bar to focus on the editor\n- **Bugfix**: Editor unexpectedly scrolls when there's an inline image widget (Thanks 諸岡さん)\n\n## v3.7.0\n\n- **New feature**: Inline image widgets in the editor (Thanks Tyler)\n- **Bugfix**: Closing search box with esc on mac closes the full screen mode (Thanks Maciej)\n- **Bugfix**: Syntax highlighting for Powershell doesn't work (Thanks @whyallthenoise)\n- **Bugfix**: Gutter's background color won't be transparent when UI theme is `vibrant-dark-ui`.\n\n## v3.6.1\n\n- **Bugfix**: Editor ignores changes made by other device (Thanks Luís)\n\n## v3.6.0\n\n- **Improvement**: New internal API endpoint\n- **Bugfix**: Better context menu behaviors (Thanks Stephen)\n- **Bugfix**: Some UI themes break login screen\n\n## v3.5.0\n\n- **New feature**: Duplicating Note (Thanks Geoff)\n- **New feature**: New Theme (Vibrancy Dark) for macOS\n- **New feature**: Copying Link Address in Note Preview (Thanks Vianney)\n- **New feature**: Support Highlighting Several Languages in Note Preview with highlight.js@9.12.0\n- **New feature**: Opening Link from Editor by Double-clicking URL\n- **Improvement**: Update Electron@1.6.7\n\n## v3.4.2\n\n- **Bugfix**: Checkbox stays on the absolute position in HTML view (Thanks Ohshima-san)\n\n## v3.4.1\n\n- **Bugfix**: Can't copy note link\n- **Bugfix**: Can't select multiple notes\n- **Bugfix**: Other small regressions due to the recent internal breaking change\n\n## v3.4.0\n\n- **new feature**: Toggling checkbox on preview pane (Thanks Geoff and Jay)\n- **improvement**: Retain last update date when changing note's tag, status and notebook\n- **Bugfix**: Continuous list feature incorrectly works to Horizontal rule(`* * *`) (Thanks Stephen)\n- **Bugfix**: Checkbox formatting includes bullets (Thanks Stephen)\n\n## v3.3.4\n\n- **bugfix**: Rendering corrupt todo list (Thanks Ohshima-san)\n\n## v3.3.3\n\n- **bugfix**: Back-up won't work on Windows (Thanks Ohshima-san)\n- **bugfix**: App hangs when indexing too big note (Thanks Ohshima-san)\n\n## v3.3.1\n\n- **bugfix**: Editor stops working in a particular condition #35 (Thanks @almorithm!)\n\n## v3.3.0\n\n- **new feature**: A toolbar button for task list (Thanks Geoff!)\n- **improvement**: Continuous task list when hitting return key\n- **bugfix**: Cursor sometimes moves to top unexpectedly\n\n## v3.2.0\n\n- **improvement**: Update some syntax themes\n- **bugfix**: Prevent moving a notebook to its own child notebook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Fversion-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkdropapp%2Fversion-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Fversion-history/lists"}