Skip to content

Commit

Permalink
Added compatibility to the new web configurator. CAUTION : this relea…
Browse files Browse the repository at this point in the history
…se is not compatible with firmware < 2.2.0. Added a search icon dialog. The UCTool does not hold any icon library (licensed), instead they are directly read from the remote.
  • Loading branch information
albaintor committed Dec 10, 2024
1 parent 1dcc0d3 commit 4e8340d
Show file tree
Hide file tree
Showing 20 changed files with 78,351 additions and 1,118 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,6 @@ jobs:
npx postject ucrtool-server NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
node --experimental-sea-config sea-config.json
# - name: Build docker image
# run : |
# docker login --username albaintor --password ${{ secrets.GH_PAT }} ghcr.io
# docker build . --tag ghcr.io/albaintor/ucr-tool:latest
# docker push ghcr.io/albaintor/ucr-tool:latest
#
# - name: Build and push Docker image
# uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
# with:
# context: .
# args: username=albaintor,password=${{ secrets.GH_PAT }}
# file: Dockerfile
# platforms: ${{ matrix.platforms }}
# push: true
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Unfolded Circle Toolkit

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
751 changes: 470 additions & 281 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucr-tool",
"version": "2.4.6",
"version": "2.5.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0",
Expand Down
Loading

0 comments on commit 4e8340d

Please sign in to comment.