Skip to content

Releases: bdewey/LibraryNotes

v0.49.0

25 Jun 14:03

Choose a tag to compare

v0.49.0 Pre-release
Pre-release

Changed

Added

  • Can export a book list in CSV format
  • Can import a Goodreads CSV file
  • When the app detects that it needs to merge versions of the file, saves copies of both versions in a temporary directory first for debugging.

Fixed

  • Bulleted & numbered lists are no longer in crazy-hard-to-read color.

Images

13 Feb 17:11

Choose a tag to compare

Images Pre-release
Pre-release

[0.42.0] - 2020-02-13

Added

  • Support for images! You can paste images into your notes. Not sure about overall efficiency but I want to start playing with it.

Keyboard support

16 Jan 17:56

Choose a tag to compare

Keyboard support Pre-release
Pre-release

Added

  • Support for iPad multitasking / multiple windows. State restoration covers the open document, selected hashtag, and opened page. Maybe someday I'll add more UI state.
  • Add hashtag typeahead completion
  • Cmd-N to create a new note
  • Keyboard support & state restoration for the hashtags
  • Cmd-Enter to enter/exit "edit mode" for the current note
  • Tab & shift tab to change focus between primary and supplementary views

v0.38.0: Version 0.38

05 Jan 15:46

Choose a tag to compare

v0.38.0: Version 0.38 Pre-release
Pre-release

Added

  • Welcome content for new notebooks.
  • A setting to control whether new prompts are immediately scheduled. Defaults to TRUE so the behavior of the program is clearer for people who are just trying it out.

Fixed

  • Set the background color for the list view -- without this, it was black if there was nothing in the list.

v0.25.1

16 Oct 15:23

Choose a tag to compare

v0.25.1 Pre-release
Pre-release

[0.25.1] - 2020-10-16

Changed

  • Built with Xcode 12.1 GM

notedb format

12 Jan 17:48

Choose a tag to compare

notedb format Pre-release
Pre-release

Added

  • Commonplace Book now supports a new file format: .notedb, which is a single sqlite file. It is compatible with iCloud Document Storage though.
  • Database storage is the default for new documents.
  • Database storage has full-text search!

Storage API v2

02 Jan 16:03

Choose a tag to compare

Storage API v2 Pre-release
Pre-release

Changed

  • Internally, storage now goes through a NoteStorage protocol instance. This is the abstraction layer that will let me experiment with a sqlite file format.

Performance & bug fixes

28 Sep 20:53

Choose a tag to compare

Pre-release

Changed

  • Made NoteArchiveDocument.studySession async to not block typing

Fixed

  • Images can now appear in Q&A cards.

Code spans and block quotes

20 Sep 13:41

Choose a tag to compare

Pre-release

Added

  • CodeSpan support

Changed

  • Formatting for block quotes

Question and answer

16 Sep 14:42

Choose a tag to compare

Question and answer Pre-release
Pre-release

Added

  • QuestionAndAnswer node for parsing Q&A lines in minimarkdown
  • Typing support for question-and-answer format
  • QuestionAndAnswerTemplate for creating Q&A challenges