Skip to content

Commit 1dcd1da

Browse files
luckmersemantic-release-botlorow
authored
Release 2.0 (#55)
* feat: Update dependencies, add proper Project Babble support * updated dependencies * cargo * removed unused code and organized structure * packages * resolved issue with scroll * leftover styles * connected theme * Updated overall look and organized imports * ui changes * Babble support * Beta conflicts (#27) * conflict * conflicts * resolved issue with imports * terminal header ### 📝 Documentation * Update FUNDING.yml ([70a1594](70a1594)) * Initial set of changes to get and shut down ETVR backend from within the new frontend tool (#30) * Initial set pf changes to get and shut down ETVR backend from within the new frontend tool * Clean up the code. TODO figure out how to kill a zombie proces * Update tauri version * You can't have a zombie process if you shoot it with a gun * Cleanup after CR by FelinDev [FelinDev](https://github.com/felindev) * Move the ETVR handling code into a plugin, update readme, clean up a little * Update header design (#46) * update header design * disable rust sidecars * connect app version * set header button * undo * modals * remove progressbar * store * initial ui update * update modals workflow * Integrate new steps * update api commands * wired method * api text parser * init * get possible networks * wireless initial integration * integrate wireless workflow * leftover * logger * terminal * connect loader * connect notification * manage logs * change device mode * connect select port * connect missing steps * connect update network workflow * leftover * watchers * organize code * organize types * add missing imports * tests * component stories * page stories * animation stories * leftover * update api * resolve errors * integrate api * Adjust reading firmware bin data to new format * add logger * get app version * integrate signal * bug fixes * detect uvc mode * stories * organize modals structure * initial app updated * updater * leftover * setup pubkey * add support for bssid * set height * setup default mdns * add sleep * authors * Update rust version to fix CI crashes * update config * feat: Update build.yml to include tauri secrets in env * feat: Switch to official tauri-action * Revert "feat: test disable updater" This reverts commit a770144. * Introduce bumpver for version management, document usage * Rework build.yml to rely fully on tauri action * Cleanup not needed scripts * Turn commit and tag back on for bumpver * bump version to 1.7.1-beta.2 * Update documentation to reflect tags behavior * Add basic make_release.py tool * Reapply "feat: test disable updater" This reverts commit f2ad844. * Restore version to basic format * Improve build.yml * Improve getting tags from ref * tauri v2 * authors * workflow * Improve build pipeline, add test build in pr * Test improved CI pipeline * message * workflow * workflow * workflow * workflow * bring back correct version * Update workflow based on feedback * bump version * Disable notifications on linux due to webkit issues --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net> Co-authored-by: Lorow <smykupyka@gmail.com>
1 parent 70a1594 commit 1dcd1da

239 files changed

Lines changed: 14398 additions & 15624 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"plugin:@typescript-eslint/recommended",
1010
"plugin:solid/typescript",
1111
"plugin:import/typescript",
12-
"plugin:import/recommended"
12+
"plugin:import/recommended",
13+
"plugin:storybook/recommended"
1314
],
1415
"parser": "@typescript-eslint/parser",
1516
"parserOptions": {
@@ -19,14 +20,30 @@
1920
"jsx": true
2021
}
2122
},
22-
"plugins": ["@typescript-eslint", "solid", "import"],
23+
"plugins": [
24+
"@typescript-eslint",
25+
"solid",
26+
"import"
27+
],
2328
"rules": {
2429
"solid/reactivity": "warn",
2530
"solid/no-destructure": "warn",
2631
"solid/jsx-no-undef": "error",
27-
"indent": ["error", 4 , { "SwitchCase": 1 }],
28-
"quotes": ["error", "single"],
29-
"semi": ["error", "never"],
32+
"indent": [
33+
"error",
34+
4,
35+
{
36+
"SwitchCase": 1
37+
}
38+
],
39+
"quotes": [
40+
"error",
41+
"single"
42+
],
43+
"semi": [
44+
"error",
45+
"never"
46+
],
3047
"arrow-body-style": "off",
3148
"import/no-unresolved": "error",
3249
"import/extensions": [
@@ -70,4 +87,4 @@
7087
"node": "true"
7188
}
7289
}
73-
}
90+
}

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/scripts/prepareCMD.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/scripts/setup-linux.sh

Lines changed: 0 additions & 93 deletions
This file was deleted.

.github/scripts/setup-mac.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/scripts/setup-windows.ps1

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)