Commit Graph

310 Commits

Author SHA1 Message Date
Josh Stewart ba9c9028db Add icons 2024-05-06 17:45:23 +10:00
Josh Stewart 0b2760a507 Updated firmware binary 2024-05-06 16:50:05 +10:00
Josh Stewart 17e54bdafa Bump version to 1.0.0 2024-05-06 16:41:26 +10:00
Josh Stewart 881bafc780 Update README.md 2024-05-06 16:40:21 +10:00
Josh Stewart 8f224b6fab Update README.md 2024-05-06 16:36:17 +10:00
Josh Stewart 59b77db612 Update README.md 2024-05-06 16:32:34 +10:00
Josh Stewart 4a5f7f3cf9 Update README 2024-05-06 16:30:49 +10:00
Josh Stewart e5e4902aed ID Arduino Nano in the port list 2024-05-06 15:13:40 +10:00
Josh Stewart 20c6117717 Add some tooltips 2024-05-06 12:33:49 +10:00
dependabot[bot] 45cb8323ed
Bump ejs from 3.1.9 to 3.1.10 in /UI (#74)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 12:10:07 +10:00
DeionSi a4b98bc292
Fix refreshing not clearing the list fully (#41)
* Fix refreshing not clearing the list fully

* Another occurence of the same issue
2024-05-06 12:09:10 +10:00
Josh Stewart 43396a19a5 UI Tweaks 2024-05-06 12:08:07 +10:00
Josh Stewart fe14fac589 Move to Font-Awesome 6
Lots of old file cleanup. Some small UI improvements
2024-05-06 11:32:37 +10:00
Josh Stewart d64923efe4 Open links in external browser window. Fixes #43 2024-05-06 10:47:22 +10:00
Josh Stewart bdbe8c0147 Attempt to install setuptools using brew for macos-14 2024-04-30 14:53:07 +10:00
Josh Stewart 780567e970 Don't force setuptools install on macos-14 2024-04-30 14:40:06 +10:00
Josh Stewart 516391a949 Bump version to 0.9.1 2024-04-30 14:25:17 +10:00
Josh Stewart 950e3aa6c3 Fix pip command 2024-04-30 14:20:25 +10:00
Josh Stewart d1b374d0b5 Fix for PEP-668 (Python 3.11+) changes (Macos 14 only for now) 2024-04-30 14:18:43 +10:00
Josh Stewart e10df5d0d0 Split intel and arm64 Mac builds 2024-04-30 14:15:16 +10:00
Josh Stewart 4bf7dd1c60 Fixes for Windows 2024-04-30 11:14:04 +10:00
Josh Stewart e607a456ec Updated firmware binary 2024-04-30 10:42:34 +10:00
Josh Stewart 98d1ff5a08 Working offset angle for compression 2024-04-30 10:10:14 +10:00
Josh Stewart 4198ee05b4 Unified config setting method rather than 1 per function 2024-04-29 17:23:09 +10:00
Josh Stewart 61b6025351 Prevent lockup if default values aren't set 2024-04-24 18:07:15 +10:00
Josh Stewart a9d61fb01d Initial work on compression waves feature
Not all configuration options are working for this yet
2024-04-24 17:32:47 +10:00
Josh Stewart 5017d87562 Fix artifact directory location 2024-04-19 23:13:29 +10:00
Josh Stewart 175cb1d9b3 Fix build working dir 2024-04-19 23:08:24 +10:00
Josh Stewart 9359415907 Add auto package builder 2024-04-19 23:06:08 +10:00
Josh Stewart f6109d7b87 Bump version for beta 2024-04-19 16:13:44 +10:00
Josh Stewart 14b146200b Update include binary 2024-04-19 16:08:02 +10:00
Josh Stewart a94f5020b4 Update README 2024-04-19 16:06:26 +10:00
Josh Stewart 8244388fd8 Refactor and cleanup old code 2024-04-19 15:52:45 +10:00
Josh Stewart 90119d9bef Fix for incorrect alignment of rpm mode 2024-04-19 15:52:27 +10:00
Josh Stewart fc729926aa Add checkmark to save button 2024-04-19 15:02:38 +10:00
Josh Stewart b13f9b9529 Mostly working config saving 2024-04-19 13:37:20 +10:00
Josh Stewart fe6238da1c Cleanup unused code 2024-04-19 10:53:56 +10:00
Josh Stewart 25e01c5680 Working variable sweep rate 2024-04-18 17:25:16 +10:00
Josh Stewart 29ee66af2d Major cleanup and simplification of the sweep system.
Sweep is now functional but further work is needed to integrate with the GUI
2024-04-17 17:45:39 +10:00
Josh Stewart 75d29fff32 Attempt to upload firmware to new nano bootloader and then retry for old if that fails. Fixes #61 2024-04-17 13:44:36 +10:00
tx_haggis 1d339db6c8
Add Uno as a pio environment (#37) 2024-04-17 11:04:00 +10:00
DeionSi 7285b59d5d
Newest python works (#45) 2024-03-25 15:57:43 +11:00
DeionSi f831c23de7
Prevent patternlist from sending multiple request simultaneously (#44) 2024-03-25 15:57:00 +11:00
dependabot[bot] b50bf330f0
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /UI (#57)
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 14:28:42 +11:00
dependabot[bot] 5a3bf1f700
Bump minimist from 1.2.5 to 1.2.8 in /UI (#58)
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 14:26:04 +11:00
dependabot[bot] 449b02e046
Bump the npm_and_yarn group group in /UI with 3 updates (#72)
Bumps the npm_and_yarn group group in /UI with 3 updates: [electron](https://github.com/electron/electron), [electron-packager](https://github.com/electron/electron-packager) and [got](https://github.com/sindresorhus/got).


Updates `electron` from 16.0.7 to 22.3.25
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v16.0.7...v22.3.25)

Updates `electron-packager` from 15.4.0 to 17.1.2
- [Release notes](https://github.com/electron/electron-packager/releases)
- [Changelog](https://github.com/electron/packager/blob/main/NEWS.md)
- [Commits](https://github.com/electron/electron-packager/compare/v15.4.0...v17.1.2)

Updates `got` from 9.6.0 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: electron-packager
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 14:17:27 +11:00
Josh Stewart ce51947741 Update electron-rebuild to @electron/rebuild 2024-03-25 14:14:34 +11:00
dependabot[bot] da919d2634
Bump json5 from 2.1.3 to 2.2.3 in /UI (#55)
Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 14:02:27 +11:00
dependabot[bot] 0949e6543c
Bump plist from 3.0.4 to 3.1.0 in /UI (#67)
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 14:00:55 +11:00
dependabot[bot] 4d7a35f819
Bump app-builder-lib and electron-builder in /UI (#70)
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together.


Updates `app-builder-lib` from 22.14.5 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib)

Updates `electron-builder` from 22.14.5 to 24.13.3
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: app-builder-lib
  dependency-type: indirect
- dependency-name: electron-builder
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 13:59:32 +11:00