From 33a67bf7b47ee2563a51dac0149a163bc8aa9db9 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 29 Sep 2023 16:32:10 -0600 Subject: [PATCH] bump FE version and release notes (#2429) * bump FE version and release notes * change cargo.toml version --------- Co-authored-by: Aiden McClelland --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- frontend/patchdb-ui-seed.json | 2 +- .../modals/os-welcome/os-welcome.page.html | 100 ++---------------- .../ui/src/app/services/api/api.fixures.ts | 3 +- .../ui/src/app/services/api/mock-patch.ts | 2 +- system-images/compat/Cargo.lock | 2 +- 9 files changed, 20 insertions(+), 99 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5a65c699f..b72396e65 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4569,7 +4569,7 @@ dependencies = [ [[package]] name = "start-os" -version = "0.3.4-rev.4" +version = "0.3.5" dependencies = [ "aes", "async-compression", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5501769a7..20e4473a6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ name = "start-os" readme = "README.md" repository = "https://github.com/Start9Labs/start-os" -version = "0.3.4-rev.4" +version = "0.3.5" [lib] name = "startos" diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fceedfaec..5e2a730fe 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "startos-ui", - "version": "0.3.4.4", + "version": "0.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "startos-ui", - "version": "0.3.4.4", + "version": "0.3.5", "dependencies": { "@angular/animations": "^14.1.0", "@angular/common": "^14.1.0", diff --git a/frontend/package.json b/frontend/package.json index 2e2beb413..28e90e9a8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "startos-ui", - "version": "0.3.4.4", + "version": "0.3.5", "author": "Start9 Labs, Inc", "homepage": "https://start9.com/", "scripts": { diff --git a/frontend/patchdb-ui-seed.json b/frontend/patchdb-ui-seed.json index 88328e827..5e31b198b 100644 --- a/frontend/patchdb-ui-seed.json +++ b/frontend/patchdb-ui-seed.json @@ -1,6 +1,6 @@ { "name": null, - "ack-welcome": "0.3.4.4", + "ack-welcome": "0.3.5", "marketplace": { "selected-url": "https://registry.start9.com/", "known-hosts": { diff --git a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html index cd0c93507..d539886a1 100644 --- a/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html +++ b/frontend/projects/ui/src/app/modals/os-welcome/os-welcome.page.html @@ -12,11 +12,11 @@

This Release

-

0.3.4.4

+

0.3.5

View the complete @@ -26,98 +26,18 @@

Highlights
    -
  • Https over Tor for faster UI loading times
  • -
  • Change password through UI
  • -
  • Use IP address for Network Folder backups
  • - Multiple bug fixes, performance enhancements, and other small features + This release contains significant under-the-hood improvements to + performance and reliability
  • +
  • Ditch Docker, replace with Podman
  • +
  • Remove locking behavior from PatchDB and optimize
  • +
  • Boost efficiency of service manager
  • +
  • Require HTTPS on LAN, and improve setup flow for trusting Root CA
  • +
  • Better default privacy settings for Firefox kiosk mode
  • +
  • Other small bug fixes
-

Previous Releases

- -

0.3.4.3

-

- View the complete - - release notes - - for more details. -

-
Highlights
-
    -
  • Improved Tor reliability
  • -
  • Experimental features tab
  • -
  • Multiple bugfixes and general performance enhancements
  • -
  • Update branding
  • -
- -

0.3.4.2

-

- View the complete - - release notes - - for more details. -

-
Highlights
-
    -
  • Update build system for Server Lite and NUC-based Server One
  • -
  • Rename embassyOS to StartOS
  • -
  • - PWA support for StartOS web interface. You can now save StartOS to your - phone as an app! -
  • -
- -

0.3.4.1

-

- View the complete - - release notes - - for more details. -

-
Highlights
-
    -
  • 0.3.4 bug fixes
  • -
- -

0.3.4

-

- View the complete - - release notes - - for more details. -

-
Highlights
-
    -
  • Security patches
  • -
  • Bug fixes
  • -
  • Breakout services to Community Registry
  • -
  • SSL support for IP access
  • -
  • UI display improvements
  • -
  • Better logs
  • -
  • New system metrics
  • -
  • EFI support
  • -