Skip to content

Commit 8fe4daf

Browse files
committed
Release v0.18.0
1 parent e8b7356 commit 8fe4daf

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
## Released
66

7+
### [v0.18.0](https://github.com/mus264/264-tools/releases/tag/v0.18.0) — Jan 23, 2023
8+
9+
* Replace old Java `filesys` class to use Node.js for file system operations
10+
11+
#### ⚠️ BREAKING CHANGES ⚠️
12+
13+
This release drops support for Max versions lower than Max 8. If you need to use 264 Tools with Max 7 or below, please use [v0.17.0](https://github.com/mus264/264-tools/releases/tag/v0.17.0).
714
### [v0.17.0](https://github.com/mus264/264-tools/releases/tag/v0.17.0) — Sep 9, 2020
815

916
* :new: Added `.maxsnip` and `.maxcoll` files for all modules ([#22](https://github.com/mus264/264-tools/pull/22))

package-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
},
2323
"tags": [],
24-
"version": "0.17.0",
24+
"version": "0.18.0",
2525
"website": "https://github.com/mus264/264-tools/",
2626
"filelist": {
2727
"externals": ["karma~.mxe", "karma~.mxe64", "karma~.mxo", "munger~.mxe", "munger~.mxe64", "munger~.mxo", "sigmund~.mxe", "sigmund~.mxe64", "sigmund~.mxo"],

0 commit comments

Comments
 (0)