Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Releases: subconsciousnetwork/subconscious

v0.0.19

28 Feb 18:27
beb2a43
Compare
Choose a tag to compare
v0.0.19 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.18...v0.0.19

v0.0.18

14 Feb 13:18
dba26a3
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.17...v0.0.18

v0.0.17

06 Feb 21:25
ada21f5
Compare
Choose a tag to compare
v0.0.17 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

25 Jan 17:01
c9412ca
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

27 Dec 19:25
e949f12
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.12+1

24 Oct 14:38
9dc336b
Compare
Choose a tag to compare
v0.0.12+1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.11+1...v0.0.12+1

v0.0.11

02 Oct 20:06
4a22591
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.10+1...v0.0.11+1

0.0.6+1

25 Sep 19:29
494243c
Compare
Choose a tag to compare
0.0.6+1 Pre-release
Pre-release

Minor bugfixes and improvements.

This release is a refactor. If we've done our job right, you shouldn't notice any large differences between this release and the prior release. Most of the work in this release is under the hood, to lay the remaining groundwork for basic Geists (https://subconscious.substack.com/p/scamper). Geists aren't part of this release, but should be part of a future release shortly.

0.0.5+1

30 Jun 18:23
2b2b0a8
Compare
Choose a tag to compare
0.0.5+1 Pre-release
Pre-release

Minor update with bug fixes and tests. Plus laying down foundation for future enhancements by introducing metadata headers to Subtext.

Enhancements

  • Set title as metadata, instead of deriving from body. This makes a few interactions, like renaming notes, smoother. Part of a wider groundwork to introduce useful metadata to notes (title, modified, created).

Changes

  • Allow clicking links in edit mode (user feedback)

Bug fixes

  • Save note before re-opening. This fixes a bug where closing and reopening the same note rapidly would not save changes.

0.0.4+1

29 Apr 17:25
a6a61a1
Compare
Choose a tag to compare
0.0.4+1 Pre-release
Pre-release

This release adds wikilinks, bold, italic, and code formatting to Subtext.

Thanks to alpha testers! More bug fixes thanks to your report. Continual improvement. "Try again, fail again, fail better." (Samuel Beckett)

Release notes

Enhancements

  • [[Wikilinks]]: wrap text in [[...]] to link it.
  • Bold: wrap text in asterisks to bold it
  • Italic: wrap text in underscores to italicize it
  • Code: wrap text in backticks to mark it as code.
  • Formatting toolbar - select text and hit toolbar button too link, bold, italic, or code the text.

Changes

  • Edit mode "Done" button replaced by keyboard dismiss button in keyboard toolbar (more ergonomic)
  • Journal template has changed to _special/journal-template When you create a note with this slug, the contents of the note will be used to pre-populate journal entries.

Bug fixes

  • Show backlinks when editing. Softer transition between edit and view mode in notes.
  • Fix submitting via keyboard in search-or-create flow (thanks testers!)

Other changes

  • Many unit tests. Subconscious is getting more reliable.