Skip to content

Commit 12cbb51

Browse files
committed
feat: update version and enhance happ routing builder
- Bumped package version to 1.5.0 in package.json and package-lock.json. - Improved the HappRoutingBuilderWidget with new functionality for importing configurations and generating encoded links.
1 parent 51f58cb commit 12cbb51

File tree

6 files changed

+813
-490
lines changed

6 files changed

+813
-490
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@remnawave/frontend",
33
"private": false,
44
"type": "module",
5-
"version": "1.4.7",
5+
"version": "1.5.0",
66
"license": "AGPL-3.0-only",
77
"author": "REMNAWAVE <github.com/remnawave>",
88
"homepage": "https://github.com/remnawave",

public/locales/en/remnawave.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,22 @@
491491
"encoded-happ-link": "Encoded Happ Link",
492492
"copied": "Copied",
493493
"show-qr": "Show QR",
494-
"close": "Close"
494+
"close": "Close",
495+
"invalid-base64-or-happ-link": "Invalid Base64 or Happ Link",
496+
"import-configuration": "Import Configuration",
497+
"paste-a-happ-routing-link-or-base64-encoded-config": "Paste a Happ routing link or Base64 encoded config",
498+
"import-from-base64": "Import from Base64",
499+
"paste-base64-or-happ-link-here": "Paste Base64 or Happ Link here",
500+
"decode": "Decode",
501+
"encoded-link": "Encoded Link",
502+
"basic-configuration": "Basic Configuration",
503+
"remote-dns-settings": "Remote DNS Settings",
504+
"domestic-dns-settings": "Domestic DNS Settings",
505+
"dns-hosts-0": "DNS Hosts",
506+
"direct-routing": "Direct Routing",
507+
"proxy-routing": "Proxy Routing",
508+
"block-routing": "Block Routing",
509+
"code-editor": "Code Editor"
495510
},
496511
"page": {
497512
"component": {

public/locales/fa/remnawave.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,22 @@
491491
"encoded-happ-link": "لینک Happ ایجاد شده",
492492
"copied": "کپی شد",
493493
"show-qr": "نمایش QR",
494-
"close": "بستن"
494+
"close": "بستن",
495+
"basic-configuration": "Basic Configuration",
496+
"block-routing": "Block Routing",
497+
"code-editor": "Code Editor",
498+
"decode": "Decode",
499+
"direct-routing": "Direct Routing",
500+
"dns-hosts-0": "DNS Hosts",
501+
"domestic-dns-settings": "Domestic DNS Settings",
502+
"encoded-link": "Encoded Link",
503+
"import-configuration": "Import Configuration",
504+
"import-from-base64": "Import from Base64",
505+
"invalid-base64-or-happ-link": "Invalid Base64 or Happ Link",
506+
"paste-a-happ-routing-link-or-base64-encoded-config": "Paste a Happ routing link or Base64 encoded config",
507+
"paste-base64-or-happ-link-here": "Paste Base64 or Happ Link here",
508+
"proxy-routing": "Proxy Routing",
509+
"remote-dns-settings": "Remote DNS Settings"
495510
},
496511
"page": {
497512
"component": {

public/locales/ru/remnawave.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,22 @@
491491
"encoded-happ-link": "Кодированная Happ ссылка",
492492
"copied": "Скопировано",
493493
"show-qr": "Показать QR",
494-
"close": "Закрыть"
494+
"close": "Закрыть",
495+
"basic-configuration": "Basic Configuration",
496+
"block-routing": "Block Routing",
497+
"code-editor": "Code Editor",
498+
"decode": "Decode",
499+
"direct-routing": "Direct Routing",
500+
"dns-hosts-0": "DNS Hosts",
501+
"domestic-dns-settings": "Domestic DNS Settings",
502+
"encoded-link": "Encoded Link",
503+
"import-configuration": "Import Configuration",
504+
"import-from-base64": "Import from Base64",
505+
"invalid-base64-or-happ-link": "Invalid Base64 or Happ Link",
506+
"paste-a-happ-routing-link-or-base64-encoded-config": "Paste a Happ routing link or Base64 encoded config",
507+
"paste-base64-or-happ-link-here": "Paste Base64 or Happ Link here",
508+
"proxy-routing": "Proxy Routing",
509+
"remote-dns-settings": "Remote DNS Settings"
495510
},
496511
"page": {
497512
"component": {

0 commit comments

Comments
 (0)