Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
averrin committed Sep 2, 2022
1 parent c392c6e commit 3f885c0
Show file tree
Hide file tree
Showing 42 changed files with 5,138 additions and 7,544 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: averrin
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: 'averrin'
assignees: 'typhonrt'

---

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm run build

# Create a zip file with all files required by the module to add to the release.
- run: zip -r ./module.zip module.json dist/ lang/ packs/ LICENSE AUTHORS ./icons
- run: zip -r ./module.zip module.json index.js index.js.map style.css assets/ dist/ lang/ packs/ LICENSE AUTHORS

# Create a release for this specific version.
- name: Update Release with Files
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

## [Unreleased]
## [0.8.8 - 0.9.0](https://github.com/averrin/director/compare/0.8.8...0.9.0)
* Rebuilt GUI. Synced with Alpha Suit

Added:
* Walls and Lights in the Selection tab (useful for tag assigning). For lights you need something like "Select tool everywhere".
* Destroy action (also good for walls and lights)
* {#}-notation for tags for targets

## [0.8.6 - 0.8.8](https://github.com/averrin/director/compare/0.8.5...0.8.8)
* Various fixes
* New action to call another action (only named)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ It's not going to be MATT's alternative, so actions are pretty basic
![sequencer](/assets/sequencer.png)

## My modules
- [Alpha Suit](https://github.com/averrin/alpha-suit)
- [Alpha HUD](https://github.com/averrin/alpha-hud)
- [Merchant Control](https://github.com/averrin/merchant-control)
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"changelog": "https://github.com/averrin/director/releases/latest/",
"version": "1.0.0",
"esmodules": [
"dist/director.js"
"index.js"
],
"styles": [
"dist/director.css"
"style.css"
],
"languages": [
{
Expand Down
Loading

0 comments on commit 3f885c0

Please sign in to comment.