Skip to content

Commit

Permalink
web: 0.7.0 blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Aug 18, 2023
1 parent 1455cbd commit 4372ec7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions web/blog/v0-7-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: layouts/blog.tsx
title: "Release 0.7.0"
author: "Jeff Lindsay"
date: "2023-08-18"
---
## Descriptions, better paste, shortcut drawer

We're excited to be adding a handful of minor enhancements in this release. The first is node descriptions, which allow you to add small text below your node content, as part of the same node. Use it to add context or any kind of secondary information. To use, select your node, open the Command Palette with Command/Control + K, and select "Add Description".

We've made several improvements related to cut/copy/pasting text. Now if you paste text containing new lines, we'll convert each newline to a separate node. We've also fixed some bugs and UX flows.

Lastly, check out the keyboard shortcut drawer! We want it to be super easy to learn and use keyboard shortcuts and hope this helps.


## Enhancements and Chores
* Node descriptions [#295](https://github.com/treehousedev/treehouse/issues/295)
* Support searching for field keys containing spaces [#277](https://github.com/treehousedev/treehouse/issues/277)
* Newlines should be translated as new nodes when pasting from outside sources [#250](https://github.com/treehousedev/treehouse/issues/250)
* When multiple panels, all panels should be equal width [#259](https://github.com/treehousedev/treehouse/issues/259)
* Keyboard shortcut reference drawer [#264](https://github.com/treehousedev/treehouse/issues/264)
* Sublime theme - adjust pink to improve contrast [#284](https://github.com/treehousedev/treehouse/issues/284)
* Use real italics/bold font variant for Codemirror (treehouse) [#272](https://github.com/treehousedev/treehouse/issues/272)

## Bugs
* Can't paste into (+) node [#275](https://github.com/treehousedev/treehouse/issues/275)
* Prevent multiple checkboxes [#299](https://github.com/treehousedev/treehouse/issues/299)
* Cut node pastes when you select cut, not paste [#293](https://github.com/treehousedev/treehouse/issues/293)
* "Back" link should not require two clicks [#257](https://github.com/treehousedev/treehouse/issues/257)
* Cutting the node should remove it from view [#274](https://github.com/treehousedev/treehouse/issues/274)
* TypeError when smart node returns results [#269](https://github.com/treehousedev/treehouse/issues/269)
* TypeError related to command palette + tags [#258](https://github.com/treehousedev/treehouse/issues/258)

---
[*Discuss on GitHub*](https://github.com/treehousedev/treehouse/discussions/302)
2 changes: 1 addition & 1 deletion web/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default (data) => (

<div class="text-white text-center" style={{backgroundColor: "#1F842A"}}>
<div class="mx-auto py-4">
<p style={{marginTop: "0px !important"}}>Treehouse is in early development. <a class="underline" href="/blog/v0-6-0">View release 0.6.0 &rarr;</a></p>
<p style={{marginTop: "0px !important"}}>Treehouse is in early development. <a class="underline" href="/blog/v0-7-0">View release 0.7.0 &rarr;</a></p>
</div>
</div>

Expand Down

0 comments on commit 4372ec7

Please sign in to comment.