Releases: bdewey/LibraryNotes
Releases · bdewey/LibraryNotes
v0.49.0
Changed
- Use https://github.com/bdewey/TextMarkupKit for core parsing
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
Keyboard support
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
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
notedb format
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
Changed
- Internally, storage now goes through a
NoteStorageprotocol instance. This is the abstraction layer that will let me experiment with a sqlite file format.
Performance & bug fixes
Changed
- Made
NoteArchiveDocument.studySessionasync to not block typing
Fixed
- Images can now appear in Q&A cards.
Code spans and block quotes
Added
CodeSpansupport
Changed
- Formatting for block quotes
Question and answer
Added
QuestionAndAnswernode for parsing Q&A lines in minimarkdown- Typing support for question-and-answer format
QuestionAndAnswerTemplatefor creating Q&A challenges