Skip to content

Commit

Permalink
some fixes for Harlowe 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChapelR committed Jul 12, 2022
1 parent a3e56e7 commit 5f62925
Show file tree
Hide file tree
Showing 9 changed files with 5,768 additions and 684 deletions.
2 changes: 1 addition & 1 deletion dist/harlowe-audio.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/harlowe-audio.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!WARNING]
> Testing with v3.3.0 of Harlowe is ongoing. Please report any errors or problems [here](https://github.com/ChapelR/harlowe-audio/issues).
# What is HAL?

[Try out the demo.](https://hal.twinelab.net/demo/ ':ignore')
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## v2 Series Releases

### v2.3.0

- Fixed macro issues for Harlowe 3.3.0 and later. (Thank you to webbedspace/Leon for the PR!)
- Fixed issue with track group control runner. Not sure how long this has been an issue, at least since v2.2.0.
- Other minor changes.

### v2.2.1

- When a malformed track definition is encountered, HAL will now report the error in the console and carry on loading the definitions that it can.
Expand Down
13 changes: 13 additions & 0 deletions hal.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"docs/demo/**": true,
"test/**": true
}
}
}
Loading

0 comments on commit 5f62925

Please sign in to comment.