Skip to content

Commit

Permalink
release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidh-lambda committed Dec 2, 2023
1 parent d3f2587 commit eb72c8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@



## ShadeRunner Version 0.6.1

**Minor**:
- content extraction now searches till the end of the document

**Bugfixes**:
- content extraction bug: cannot trim undefined
- Testsethelper: did not save `document.title`
- race conditions for status messages
- fixed embedding "commputing" status indicator (percentage was not showing up)

-------




## ShadeRunner Version 0.6.0

**Features**:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaderunner",
"displayName": "Shaderunner",
"version": "0.6.0",
"version": "0.6.1",
"description": "ShadeRunner",
"author": "Lambda, Inc.",
"scripts": {
Expand Down

0 comments on commit eb72c8f

Please sign in to comment.