Skip to content

Releases: cofinley/free-roam

v0.8.1

11 Mar 01:07
Compare
Choose a tag to compare

Fixed

  • Initial pages' links not working until the user visited all pages
    • Caused by bringing in new initial blocks state but not the created links state
    • Now, all initial state is derived from a saved state file and each redux slice uses it

v0.8.0

08 Mar 22:28
Compare
Choose a tag to compare

Added

  • Collapsible Panes (#14)
  • Changelog as a page, mirrored from these GitHub release notes

Fixed

  • Center stage not scrolling on long pages
  • A good bit of performance improvements
    • No more saving on every textarea change
      • Too many redux operations for now, may revisit in order to regain live updates to sidebar
    • Memoize more-pure functional components

v0.7.0

06 Mar 02:33
Compare
Choose a tag to compare

Added

  • Ability to use up/down arrow keys to navigated between blocks (#21)
  • Unit tests for some block tree data structure functions

Fixed

  • Small editing bugs (#21)

v0.6.1

03 Mar 14:00
Compare
Choose a tag to compare

Added

  • Some unit and integration tests along with a Redux helper

Fixed

  • Searching within [[link brackets]]
  • Bug where adding a link in the main view would break the app if the same block was open in the sidebar

v0.6.0

24 Feb 00:45
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • 'Show references' button for view pane sections (#16)

Changed

  • Linked/Unlinked reference controls behavior and styling

v0.5.0

23 Feb 00:50
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Added

  • Welcome page

Changed

  • Shorter Ids
  • Link color
    • Something with AAA contrast
  • Clarify/condense readme
    • Remove react boilerplate

Fixed

  • References
    • Link to page on reference heading, not the block
    • Styling
    • Breadcrumbs

v0.4.0

20 Feb 22:15
184a78a
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • All Pages view (#11)
    • Allows one to see every page, how many times it's mentioned, it's created/update times
    • Can download/delete pages in bulk

Changed

  • View pane can now open just a page's references if desired (used for all pages mentions)
  • Saving can now happen in bulk, all saved artifacts are zipped up now
  • Seafoam green link color

Fixed

  • Various bug fixes

v0.3.0

19 Feb 20:09
85a3df9
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Daily Notes
    • Special type of notes for each day
    • Current day's note created on navigate to view

Changed

  • Refactor
    • Block.js was getting a little out of control
    • Main/middle/stage view now handles routes so views other than page editors can be swapped in

v0.2.0

14 Feb 23:20
19c0eeb
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Ability to position the textarea caret under the cursor on click-to-edit (#9)

Fixed

  • Unlinked refs bug which toggled all unlinked refs (#6)
  • Block expand/collapse buttons not playing well with clicking the thread lines (#17)

v0.1.2

13 Feb 21:18
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Fix view pane and page links bugs

  • View pane 'close' listener was accidentally wrapping the whole block
  • Clicking on page links in a block would not only navigate to the page,
    but would also start editing the block line, if clicked on in the side
    bar.