mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
bump to 036
This commit is contained in:
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "startos-ui",
|
"name": "startos-ui",
|
||||||
"version": "0.3.5.2",
|
"version": "0.3.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "startos-ui",
|
"name": "startos-ui",
|
||||||
"version": "0.3.5.2",
|
"version": "0.3.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^14.1.0",
|
"@angular/animations": "^14.1.0",
|
||||||
"@angular/common": "^14.1.0",
|
"@angular/common": "^14.1.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "startos-ui",
|
"name": "startos-ui",
|
||||||
"version": "0.3.5.2",
|
"version": "0.3.6",
|
||||||
"author": "Start9 Labs, Inc",
|
"author": "Start9 Labs, Inc",
|
||||||
"homepage": "https://start9.com/",
|
"homepage": "https://start9.com/",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": null,
|
"name": null,
|
||||||
"ack-welcome": "0.3.5.2",
|
"ack-welcome": "0.3.6",
|
||||||
"marketplace": {
|
"marketplace": {
|
||||||
"selected-url": "https://registry.start9.com/",
|
"selected-url": "https://registry.start9.com/",
|
||||||
"known-hosts": {
|
"known-hosts": {
|
||||||
|
|||||||
@@ -12,40 +12,7 @@
|
|||||||
<ion-content class="ion-padding">
|
<ion-content class="ion-padding">
|
||||||
<h2>This Release</h2>
|
<h2>This Release</h2>
|
||||||
|
|
||||||
<h4>0.3.5.2</h4>
|
<h4>0.3.6</h4>
|
||||||
<p class="note-padding">
|
|
||||||
View the complete
|
|
||||||
<a
|
|
||||||
href="https://github.com/Start9Labs/start-os/releases/tag/v0.3.5.2"
|
|
||||||
target="_blank"
|
|
||||||
noreferrer
|
|
||||||
>
|
|
||||||
release notes
|
|
||||||
</a>
|
|
||||||
for more details.
|
|
||||||
</p>
|
|
||||||
<h6>Highlights</h6>
|
|
||||||
<ul class="spaced-list">
|
|
||||||
<li>Revert perpetual performance mode for quieter fan</li>
|
|
||||||
<li>Minor bug fixes</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>Previous 0.3.5.x Releases</h2>
|
|
||||||
|
|
||||||
<h4>0.3.5.1</h4>
|
|
||||||
<p class="note-padding">
|
|
||||||
View the complete
|
|
||||||
<a
|
|
||||||
href="https://github.com/Start9Labs/start-os/releases/tag/v0.3.5.1"
|
|
||||||
target="_blank"
|
|
||||||
noreferrer
|
|
||||||
>
|
|
||||||
release notes
|
|
||||||
</a>
|
|
||||||
for more details.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>0.3.5</h4>
|
|
||||||
<p class="note-padding">
|
<p class="note-padding">
|
||||||
View the complete
|
View the complete
|
||||||
<a
|
<a
|
||||||
@@ -59,18 +26,10 @@
|
|||||||
</p>
|
</p>
|
||||||
<h6>Highlights</h6>
|
<h6>Highlights</h6>
|
||||||
<ul class="spaced-list">
|
<ul class="spaced-list">
|
||||||
<li>
|
<li>Ditch Podman, replace with LXC</li>
|
||||||
This release contains significant under-the-hood improvements to
|
<li></li>
|
||||||
performance and reliability
|
<li></li>
|
||||||
</li>
|
<li></li>
|
||||||
<li>Ditch Docker, replace with Podman</li>
|
|
||||||
<li>Remove locking behavior from PatchDB and optimize</li>
|
|
||||||
<li>Boost efficiency of service manager</li>
|
|
||||||
<li>Require HTTPS on LAN, and improve setup flow for trusting Root CA</li>
|
|
||||||
<li>Better default privacy settings for Firefox kiosk mode</li>
|
|
||||||
<li>Eliminate memory leak from Javascript runtime</li>
|
|
||||||
<li>Other small bug fixes</li>
|
|
||||||
<li>Update license to MIT</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="ion-text-center ion-padding">
|
<div class="ion-text-center ion-padding">
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ export module Mock {
|
|||||||
shuttingDown: false,
|
shuttingDown: false,
|
||||||
}
|
}
|
||||||
export const MarketplaceEos: RR.CheckOSUpdateRes = {
|
export const MarketplaceEos: RR.CheckOSUpdateRes = {
|
||||||
version: '0.3.5.2',
|
version: '0.3.6',
|
||||||
headline: 'Our biggest release ever.',
|
headline: 'Our biggest release ever.',
|
||||||
releaseNotes: {
|
releaseNotes: {
|
||||||
'0.3.5.2': 'Some **Markdown** release _notes_ for 0.3.5.2',
|
'0.3.6': 'Some **Markdown** release _notes_ for 0.3.6',
|
||||||
'0.3.5.1': 'Some **Markdown** release _notes_ for 0.3.5.1',
|
'0.3.5.1': 'Some **Markdown** release _notes_ for 0.3.5.1',
|
||||||
'0.3.4.4': 'Some **Markdown** release _notes_ for 0.3.4.4',
|
'0.3.4.4': 'Some **Markdown** release _notes_ for 0.3.4.4',
|
||||||
'0.3.4.3': 'Some **Markdown** release _notes_ for 0.3.4.3',
|
'0.3.4.3': 'Some **Markdown** release _notes_ for 0.3.4.3',
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export const mockPatchData: DataModel = {
|
|||||||
arch: 'x86_64',
|
arch: 'x86_64',
|
||||||
onionAddress: 'myveryownspecialtoraddress',
|
onionAddress: 'myveryownspecialtoraddress',
|
||||||
id: 'abcdefgh',
|
id: 'abcdefgh',
|
||||||
version: '0.3.5.2',
|
version: '0.3.6',
|
||||||
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
|
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
|
||||||
lanAddress: 'https://adjective-noun.local',
|
lanAddress: 'https://adjective-noun.local',
|
||||||
torAddress: 'https://myveryownspecialtoraddress.onion',
|
torAddress: 'https://myveryownspecialtoraddress.onion',
|
||||||
|
|||||||
Reference in New Issue
Block a user