inkdropapp / version-history-mobile

Inkdrop for Mobile Release Notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inkdrop for Mobile - Release Notes

v4.2.1

2022-01-10

Bug fixes

  • Fixed the editor randomly crashes while in background on iOS
  • Fixed the app crashes on cancelling the image picker dialog

v4.2.0

2021-07-29

Better note conflict resolution

It's now available on mobile, too. Never lose your changes 😎

In this update, it provides a dedicated UI for resolving the note conflicts. You can view conflicted revisions respectively to manually resolve the conflicts, which would prevent losing your edits.

Conflicted note

Resolution menu

Reviewing a conflict revision

You can view a conflicted revision as patch, which would be handy to manually resolve the conflict.

Improvements

  • Plugins are updated. Math plugin now supports {equation} syntax! (Learn more)

Bug fixes

v4.1.0

2021-02-26

We've got significant performance improvement!

vlog

  • Data sync and loading image speeds have been improved (Thanks Marco)
  • Use system color scheme for syntax theme by default
  • Fixed TOC anchors not working (Thanks T_Crain)

v4.0.4

2021-01-23

Hey, we've got significant bug fixes here!

  • Editor toolbar is not showing correctly on iPhone 12 (Pro / Max) (Thanks Hirofumi and Justin)
  • Status bar turns white while keyboard is displayed (Thanks Hirofumi)
  • Attaching images is not working (Thanks Usamao)
  • Crashes when deleting a notebook

And some improvements

  • Bigger toolbar buttons to fit your fingers better(Thanks Jan)

v4.0.3

2021-01-02

Happy new year!

Improvements

  • Support new internal note link format inkdrop://note/***
  • title: and body: search qualifier to filter notes by title or body (Thanks Zhuolun)

v4.0.2

2020-10-15

g'day. Automn is coming! 🍁

Improvements

  • Faster launch speed
  • Set status and tag based on current query context (Thanks Shogo-san)
    • When you are selecting a tag or status, new note will have the tag/status automatically.

Markdown renderer updates

  • mermaid now supports User journey diagram and Entity relationship diagrams

Bugfix

  • Pinned notes not listed at the top in tag and status groups (Thanks Shimizu-san)

v4.0.1

2020-09-03

Bugfix

  • Background note syncing not working on iOS

v4.0.0

2020-09-01

New features

Improvements

  • Improve search result by having bigger weight for title field (Thanks Zhuolun and James)

Bugfix

  • List unindentation does not work properly

v3.6.0

2020-02-28

New features

  • New syntax theme: material-dark-mod (Thanks Otawara-san) Material Dark Mod
    • You can change syntax theme from Sidebar -> Preferences -> Themes -> Syntax Theme
  • (iOS) Support inkdrop: URL scheme to just open the app

Bugfix

  • Detect correct image MIME type
  • [sequence-diagram] lighter background color for dark UI themes (Thanks Peilun)

v3.5.0

2020-01-23

New features

  • Global search
  • Advanced markdown renderer options (a.k.a. plugins for mobile)
    • breaks
    • embed
    • flowchart
    • markdown-emoji
    • math
    • mermaid
    • sequence-diagrams
    • toc

Bugfix

  • Tablet layout issue

v3.4.0

2019-12-23

New features

  • Notebook submenu
    notebook submenu
    notebook submenu Tap ">" button on the right of a notebook item on the sidebar. The submenu lists statuses and tags that are associated with notes in the selected notebook. You can learn more about Notebook submenu here.
  • Revision history
    Revision history 1
    Revision history 2
    Revision history 3
    Revision history 4
    You can restore an old note revision stored in your device locally. Lean more about revision history here.
  • Math support
    Math support in preview
    Built-in math plugin.
  • Auto-backup for editing note
    You can restore the last edit when the app crashed.

Improvement

  • Show the editor when created new note
  • Show error message when failed to load notes

v3.3.2

2019-10-24

Bugfix

  • Inserting images not working

v3.3.1

2019-10-23

Bugfix

  • Toggling checkboxes not working (Thanks Shota-san)

v3.3.0

2019-10-18

New features

  • Selecting multiple notes
  • Highlighting tables and codeblocks in the editor
  • Long-press the note list item to show the note information screen
  • Duplicating notes (Thanks James)

Improvements

  • Better UI performance
  • Faster full-text search
  • Better UI performance on side bar
  • Support deleting the local db and syncing from scrach
  • Support dark theme for editor toolbar

Bugfix

  • Some memory leaks in data sync
  • Flashy modal screens
  • Cursor won't place correctly when scrolled down in your note (Thanks Sceptic)
  • Settings screen not working properly (Thanks Otawara-san)
  • Editor not updating when the note is updated via sync
  • Revert changes regarding checkpointers of data sync which might have been causing that some notes won't be synced in some cases
  • Avoid updating mde while composing CJK
  • Avoid unnecessary re-renderings for error boundary
  • (Android) Removing lines won't work properly (Thanks Y_Ho)

v3.2.0

2019-09-03

NOTE: This version is released on Android only.

  • Improvement: Finally support Gboard

Thank you so much you guys who helped me fix the issues on Gboard!!

v3.1.0

2019-07-07

  • Bugfix: Syncing with Android not working in some cases
  • Bugfix: Sort order is not properly preserved when loading more items on note list bar
  • Bugfix: Trigger indexing FTS when sync finished

v3.0.0

2019-06-05

  • New feature: End-to-end encryption support
  • Improvement: New app icon
  • Improvement: Sync notes in background
  • Improvement: Great performance improvement on full-text search
  • Improvement: Cleaner search bar
  • Bugfix: Emptying trash not working

v2.4.3

2019-01-11

  • Chore: Fix internal compatibility check
  • Chore: Update domain

v2.4.2

2018-12-14

  • Bugfix: The app is stuck on white screen after logging in in some case (Thanks Otawara-san)

v2.4.1

2018-11-29

  • Bugfix: Table align doesn't work
  • Bugfix: Trashed notes with status are shown in the note list of status columns (Thanks Ikeda-san)
  • Bugfix: Sync status view is distractive on tablets

v2.4.0

2018-11-14

  • New feature: Inline HTML support
  • Bugfix: Cursor jumps to invalid position when got focus at the bottom of the note
  • Bugfix: The editor is unloaded when the app resumed from background (Thanks Takeuchi-san)

v2.3.1

2018-11-07

  • Bugfix: The editor unexpectedly scrolls up when auto-save (Thanks Yoshioka-san and Otawara-san)
  • Bugfix: Image widgets become invisible when editing note got synced

v2.3.0

2018-11-04

  • New Feature: Support changing editor font family (Thanks Kurt)
  • Improvement: [Android] Support enabling Gboard (Experimental) (Thanks David)
  • Improvement: Auto-save after 5 seconds
  • Improvement: Fix CJK input problem
  • Improvement: Scroll to cursor position on focus (Thanks Otawara-san)

v2.2.1

2018-10-09

  • Improvement: [iOS] Support 6.5" Display
  • Bugfix: [iOS] Fix a bug where note conflicts often occur on iPad

v2.2.0

2018-08-23

  • Bugfix: Resolve sync issue that edited note sometimes unexpectedly got lost
  • Improvement: Make a copy of a note when detected an update conflict
  • Improvement: Update note list immediately after saving editing note (Thanks Sceptic)

v2.1.0

2018-08-13

  • New feature: Task progress view
  • New feature: Show invisible characters (Thanks Sceptic)
  • Bugfix: Fixed a problem syncing currently editing note

v2.0.0

2018-07-04

  • New feature: Built from scratch! Read this blogpost to learn more.

About

Inkdrop for Mobile Release Notes


Languages

Language:JavaScript 73.8%Language:Shell 26.2%