Skip to content

Commit

Permalink
Merge pull request #56 from c2r0b/dev
Browse files Browse the repository at this point in the history
Fix #55 (+ minor tauri updates)
  • Loading branch information
c2r0b authored May 13, 2024
2 parents 916e97f + ffa48f4 commit 5549541
Show file tree
Hide file tree
Showing 13 changed files with 346 additions and 501 deletions.
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VNMS and its developer take your privacy very seriously. Beyond the information

VNMS does not collect, transmit, distribute or sell your data.

© 2023, VNMS by c2r0b (Lorenzo Ganni)
© 2024, VNMS by c2r0b (Lorenzo Ganni)
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ These versions are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 2.3.x | :white_check_mark: |
| 2.4.x | :white_check_mark: |
12 changes: 5 additions & 7 deletions entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.app-sandbox</key><true/>
<key>com.apple.security.network.client</key><true/>
<key>com.apple.security.files.user-selected.read-write</key><true/>
</dict>
</plist>
</plist>

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"@transifex/react": "^6.0.2",
"@uiw/codemirror-theme-github": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"fluentui-next-appdir-directive": "^0.1.5",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
"fluentui-next-appdir-directive": "0.1.5",
"next": "14.1.0",
"next-pwa": "5.6.0",
"react": "^18.2.0",
"react-contenteditable": "^3.3.7",
"react-cookie": "^4.1.1",
Expand Down
Loading

0 comments on commit 5549541

Please sign in to comment.