All Versions
38
Latest Version
Avg Release Cycle
5 days
Latest Release
1240 days ago

Changelog History
Page 3

  • v3.3.11

    September 09, 2020
  • v3.3.10

    September 07, 2020
  • v3.3.9

    August 11, 2020
  • v3.3.8

    July 30, 2020
  • v3.3.7

    July 28, 2020
  • v3.3.6

    July 23, 2020
  • v3.3.1 Changes

    February 11, 2020
    • 🛠 Fixes issue from 3.3.0 where searching for notes would remove focus from search bar.
    • Opening app or selecting tag will now no longer auto-select a Protected note, so will not auto-prompt for password/passcode.
    • 🛠 Fixes issue where text could not be dragged/dropped onto app.
    • 👉 Uses localized date for "Last refreshed" in footer.
    • 🛠 Fixes issue where submitting an incorrect passcode then pressing enter on alert would submit passcode again.
    • Creating a new tag for which a tag with the same title already exists will no longer succeed.
    • Exact text searching by wrapping your search query with quotes: "find exactly this text".
    • Search box accepts note UUIDs (to correlate notes from a backup file, for example).
    • 🛠 Fixes issue where deleting or archiving a note would keep it selected in the interface.
    • 🛠 Fixes layout inconsistencies in Account menu.
    • The cursor on new notes will now auto-focus in the note body, not the title.
    • 📌 (Web) fixes issue where having the web app as a pinned tab in Firefox could result in a stale interface upon resuming after a long period of time.
    • 🔨 Underlying refactors that should allow us to more easily ship new code and improvements in the future.
  • v3.0.14

    June 14, 2019
  • v3.0.9 Changes

    May 17, 2019
    • 🛠 Fixes issue where tabbing twice successively could cause editing glitch.
    • ⚡️ Updates favicon for web application.
    • 🐎 Low level improvements for increased performance and stability.
  • v3.0.8 Changes

    April 16, 2019
    • 🛠 Fixes issue where resizing window could result in a list of notes that doesn't scroll.
    • 🛠 Fixes issue where expanding a window may not at times expand the editor view area.
    • 🛠 Fixes issue where one could insert a tab character in a locked note using the plain editor.
    • 🛠 Fixes issue where dragging and dropping a file would result in a fullscreen takeover of the file contents. File attachments are only supported in the context of FileSafe, and must be dragged-and-dropped within that extension only.
    • 🛠 Fixes issue where + buttons for notes and tags could be vertically misaligned on Windows and Linux.
    • 🛠 Fixes issue where changing a user preference (such as sort order and display options) would not take effect in other synced devices right away.
    • 🛠 Fixes issue where a sync request may trigger before local data has been fully loaded, sometimes causing the "Potentially Out of Sync" message to appear. A remote sync will now not occur until all local data has been loaded first.
    • 🐎 Disables spellcheck by default for the plain editor, as spellcheck can reduce editor performance. It can be enabled from the editor pane Menu option.
    • Disables spellcheck for note title field. On Safari, spellcheck in this field is particularly pesky.
    • ➕ Adds note about saving Session History to disk: enabling this feature can drastically reduce performance.
    • ➕ Adds ability for Windows and Linux users to disable themed menu bar and restore the traditional system menu bar. This option can be accessed from the top-level View menu.
    • ➕ Adds loading status text in the bottom footer, similar to the mobile app. It will show you initial loading status, like "Decrypting 300/1500 items", when the app is saving a local backup on desktop, and when large sync requests are occurring.
    • ➕ Adds "Restart Application" as a resolution method in case of "Potentially Out of Sync" message.
    • 🔒 Autofocuses passcode lock input when the window appears.
    • ⚡️ Optimizes note-tag relationships to minimize chance of duplication in sync conflicts. This optimization will run once when you first launch the app, and a status message will display in the footer. Notes and tags created before July 2018 typically had a bi-directional relationship. That is, notes referenced tags, and tags referenced notes. This optimization transfers items with this old structure to the modern structure, where only tags reference notes.