Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .browserslistrc

This file was deleted.

13 changes: 0 additions & 13 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .env

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
src/ui
src/protocol-validation
network-canvas
50 changes: 0 additions & 50 deletions .eslintrc.json

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/dist.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/main.yml

This file was deleted.

30 changes: 7 additions & 23 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
node_modules/
dist/
out/
release-builds/
.turbo/
coverage/
*.log
.DS_Store
/node_modules
/bower_components
/platforms
/coverage
/release-builds
/www
/app
/.idea
/docs-build
/plugins

# local dev build output
electron-dev/

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

*.zip
*.pbxproj
.vscode
Icon^M^M
9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

17 changes: 17 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": ["../../.oxlintrc.json", "../../tooling/oxlint/react.json"],
"rules": {
"react/exhaustive-deps": "warn",
"no-process-env": "off"
},
"overrides": [
{
"files": ["development-protocol/**"],
"rules": { "no-unused-vars": "off" }
},
{
"files": ["src/utils/webShims/**"],
"rules": { "no-unused-expressions": "off" }
}
]
}
8 changes: 0 additions & 8 deletions .stylelintrc.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# network-canvas-architect

## 6.6.0

- **Updated core dependencies.** The technology the app is built on has been brought up to
date, which improves stability and performance and lays the groundwork for future
improvements.
- **Compatibility with upcoming macOS versions.** This release ensures the app continues to
run smoothly on the latest and upcoming versions of macOS.
- **Improved security.** We've adopted current security best practices for building and
distributing the app — including properly signed and notarized macOS builds — so you can be
confident the software you download is genuine and safe to run.
Loading