fix: add v1.3.4 What's New, fix VPN TS error
Some checks failed
Build Archipelago ISO (dev) / build-iso (push) Has been cancelled

- Add v1.3.4 release notes: NostrVPN, FIPS/Routstr, ISO boot fix, bootstrap
- Remove unused i18n import from VpnStatusSection.vue (TS6133)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-04-07 15:05:56 +01:00
parent e042b3d563
commit 362bbb451f
2 changed files with 25 additions and 3 deletions

View File

@@ -1,10 +1,7 @@
<script setup lang="ts">
import { ref, onMounted } from 'vue'
import { useI18n } from 'vue-i18n'
import { rpcClient } from '@/api/rpc-client'
const { t } = useI18n()
interface VpnStatus {
connected: boolean
provider: string | null