Releases: Start9Labs/start-os
StartOS v0.3.6
Staging ground for StartOS images for 0.3.6
v0.3.5.1
Highlights
- Revert perpetual performance mode for quieter fan
- Minor bug fixes
What's Changed
- [chore]: fix automated tests by @dr-bonez in #2506
- rename frontend to web and update contributing guide by @MattDHill in #2509
- Update README.md by @MattDHill in #2511
- set better governor hierarchy and add cli command to change by @dr-bonez in #2519
- FE version bump and minor copy updates by @MattDHill in #2517
- bump version by @dr-bonez in #2520
- play song unconditionally by @dr-bonez in #2518
- allow non-zero exit
cpupower frequency-info -g
by @dr-bonez in #2523 - retry migration if incomplete by @dr-bonez in #2522
- redesign firmware updater by @dr-bonez in #2521
- improve robustness of install by @dr-bonez in #2524
- add cli to rotate key by @dr-bonez in #2525
- prevent hanging on reboot by @dr-bonez in #2526
- set content disposition for cert by @dr-bonez in #2527
- fix ntp sync status check daemon by @dr-bonez in #2528
- v0.3.5.1 by @dr-bonez in #2513
Full Changelog: v0.3.5...v0.3.5.1
Checksums
BLAKE-3
5e3d6e4865fa3417bbe2a89d9a53181140abcfbc6b7f7eb1ad1be72067e8a73f startos-0.3.5.1-39de098_aarch64.iso
c8357d0e49962120960e843aa8a77b24bb6a98e2a2a7415902598736fd32d020 startos-0.3.5.1-39de098_aarch64-nonfree.iso
49d635fbcb3d8239a5550158acc21f6d9cd67f1bfc4fae124eac625673ec5a80 startos-0.3.5.1-39de098_raspberrypi.img.gz
afd33094c90faade9f7fa8df1752558d4c708287f3237e638975aceec302bc84 startos-0.3.5.1-39de098_x86_64.iso
92f1a6f88e4da72d081babf9a47bd09d1870ddfb624756f3cd8d1cf2440d9cbd startos-0.3.5.1-39de098_x86_64-nonfree.iso
SHA-256
aa3c70b411e5ad2c52ccf927e7bae0394d816d8e197511cbebf0503e23a1a964 startos-0.3.5.1-39de098_aarch64.iso
8ebae051ccff4a99b23326ac40e8c2ce85d40438f2093bb1be967e3aa2961178 startos-0.3.5.1-39de098_aarch64-nonfree.iso
daba5d01f93a53433db2347a81cf46accba9096711eccef9c90836ccc78a7e69 startos-0.3.5.1-39de098_raspberrypi.img.gz
181fec43a3b7287fe6c6cdb70bcba79a5596fc2be1dbe5a54e09a4c142272155 startos-0.3.5.1-39de098_x86_64.iso
29b0f1e0211568ea66d6b729536ff84aed3b6cbc1c38540a7c80a391fd01616e startos-0.3.5.1-39de098_x86_64-nonfree.iso
v0.3.5
This release contains significant under-the-hood improvements to performance and reliability
Highlights
- 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
- Eliminate memory leak from Javascript runtime
- Other small bug fixes
- Update license to MIT
What's Changed
- be resilient to bad lshw output by @dr-bonez in #2390
- frontend: ui: bugfix: consistent password length. by @jadijadi in #2394
- fix: Add in the code to create the life check for the ui to keep the … by @Blu-J in #2391
- Fixes: Builds for the macs by @Blu-J in #2397
- backend: sdk init: output file location. fixes #1854 by @jadijadi in #2393
- Refactor/service manager by @Blu-J in #2401
- disable docker memory accounting by @dr-bonez in #2399
- Feature/remove bollard by @dr-bonez in #2396
- SDK install script fix by @k0gen in #2411
- Add tor-check to CLI by @k0gen in #2412
- fix: initialize images before netdummy by @Blu-J in #2418
- enable switching to https on login page by @elvece in #2406
- do not require auth for cert by @dr-bonez in #2425
- Refactor/patch db by @Blu-J in #2415
- registry admin script by @dr-bonez in #2426
- feat: Change all the dependency errors at once by @Blu-J in #2427
- only emit when things change by @MattDHill in #2428
- bump FE version and release notes by @MattDHill in #2429
- Shore up Firefox kiosk mode by @gStart9 in #2422
- feat: Add in the ssl_size by @Blu-J in #2432
- mount /var/tmp to data drive by @dr-bonez in #2433
- Bugfix/var tmp by @dr-bonez in #2434
- Update/logos by @MattDHill in #2435
- fixing: Reimplement #2391 by @Blu-J in #2437
- cancel old request and base interval on tor by @MattDHill in #2439
- prevent stack overflow on shutdown by @dr-bonez in #2440
- set governor to "performance" if available by @dr-bonez in #2438
- Update LICENSE by @dr-bonez in #2441
- allow UNSET country code for wifi by @dr-bonez in #2442
- enable trimming in luks by @dr-bonez in #2443
- Fix/patch fe by @MattDHill in #2444
- Use the correct OS name by @k0gen in #2445
- fix health check error by @MattDHill in #2447
- fix cert name and show ca wiz on http ip by @MattDHill in #2448
- fix cors middleware by @dr-bonez in #2450
- fix: Add in logging for the podman in the system logs by @Blu-J in #2451
- update docs links by @elvece in #2452
- add firmware updater by @dr-bonez in #2455
- add apollo review badge and update badges with icons by @elvece in #2456
- only use first sensor of each group for temp reporting by @dr-bonez in #2457
- stop while starting or restarting by @MattDHill in #2460
- fix some causes of start wonkiness on update by @dr-bonez in #2458
- Chore: remove an arc mutex that wasn't neccessary by @Blu-J in #2462
- Feature/simple syncdb by @dr-bonez in #2464
- add tokio-console if
unstable
by @dr-bonez in #2461 - Update/misc fe by @elvece in #2463
- Fix/quarantine deno by @Blu-J in #2466
- chore: update dependencies by @dr-bonez in #2465
- consolidate and streamline build by @dr-bonez in #2469
- chore: Cleaning up the stream to a regular stream by @Blu-J in #2468
- enable zram by default by @dr-bonez in #2470
- Bugfix/output timeout by @dr-bonez in #2471
- fix raspi build by @dr-bonez in #2472
- Bugfix/argon2 mem usage by @dr-bonez in #2474
- allow tab completion on final setup stage in kiosk mode by @elvece in #2473
- diplay restoring when restoring by @MattDHill in #2476
- closes #2454 by @MattDHill in #2478
- Delete Cargo.lock by @AaronDewes in #2477
- Fix/ntp by @MattDHill in #2479
- use correct sigterm_timeout by @dr-bonez in #2480
- add 1 day margin on start time by @dr-bonez in #2481
- use old secret key derivation function by @dr-bonez in #2482
- actually enable zram during migration by @dr-bonez in #2483
- cleanup network keys on uninstall by @dr-bonez in #2484
- fix: Logging in deno to filter out the info by @Blu-J in #2487
- continuous deployment by @dr-bonez in #2485
- Updated motd with new logo by @k0gen in #2488
- use existing dependency icon if available by @dr-bonez in #2489
- rework ca-wiz and add icons to menu for warnings by @MattDHill in #2486
- use low mem for all argon2 configs by @dr-bonez in #2491
- use keys to complete setup and redesign final buttons by @MattDHill in #2492
- fix time display bug and type metrics by @MattDHill in #2490
- change grub os selection to say "StartOS" by @dr-bonez in #2493
- better UX for http/https switching by @MattDHill in #2494
- fix js backups by @dr-bonez in #2496
- mute errors due to failed incoming network connections by @dr-bonez in #2497
- Fix/setup by @elvece in #2495
- fix docs links by @elvece in #2498
- improve Invoke api by @dr-bonez in #2499
- do not wait for input on btrfs repair by @dr-bonez in #2500
- disable CoW for journal by @dr-bonez in #2501
- Feature/server status restarting by @MattDHill in #2503
New Contributors
- @jadijadi made their first contribution in #2394
- @AaronDewes made their first contribution in #2477
Full Changelog: v0.3.4.4...v0.3.5
Checksums
BLAKE-3
3f330020dc3e0ca8ff0c819630f0364f8a1f1f7e2492fee913aba21aff8565df startos-0.3.5-871f78b_aarch64.iso
d06d99cae87e36236bcb62f0fe3ee400be8c369ef3bfb555c6cd282dcd152dcd startos-0.3.5-871f78b_aarch64-nonfree.iso
6cb626c802c8e0903bb0c1789036c22f20ada42c69853531f3ad629f58f864f9 startos-0.3.5-871f78b_raspberrypi.img.gz
3ca3a87c93eef1ba8399f3b1014c75d1a8f0889aef0b76a11e054b01febca9d0 startos-0.3.5-871f78b_x86_64.iso
19d4a6c8b96b12efe5009e2da9bf3513c2d7802d1f09af2287e736bdc62a0a00 startos-0.3.5-871f78b_x86_64-nonfree.iso
SHA-256
4bcdabe1421881873d00376f7e1d2efc197af2342854e4c8beba0911f12afcf9 startos-0.3.5-871f78b_aarch64.iso
3761da1e2b3d1bc3d68c48bd7bf985d1d333c6989fb11f9c0f4960a62607604d startos-0.3.5-871f78b_aarch64-nonfree.iso
00d1dc0c05f7b304a802d85505536a372efd0649160081d5daf963914e7cf38e startos-0.3.5-871f78b_raspberrypi.img.gz
d27f88f31e0d8d183b181f2629794d423fb777d9edfaefe406f8b3e478edab57 startos-0.3.5-871f78b_x86_64.iso
ed9b774d9ceae32e1ff8e765985d21fd05a83ca5e0caab9a245194ba42...
v0.3.4.4-hotfix
Highlights
Hotfix for compatibility with some DIY hardware
Full release details: https://github.com/Start9Labs/start-os/releases/tag/v0.3.4.4
What's Changed
Full Changelog: v0.3.4.4...v0.3.4.4-hotfix
Checksums
BLAKE-3
ceeaacfb27d5b5e196e695a43413e1020f67c96df5b2606ec7087eb8ad8fe69e aarch64-nonfree.iso/startos-0.3.4.4-9322b3d-20230810_aarch64-nonfree.iso
b48047ea7df90ac07075a0aeda730ee656d9a6080731e651c255283d1fb9f8bd aarch64.iso/startos-0.3.4.4-9322b3d-20230810_aarch64.iso
dafece5f39df1a3fafd9ea3f30eb1d945e09e09a4929c3a0e7863f7b1d80d188 x86_64-nonfree.iso/startos-0.3.4.4-9322b3d-20230810_x86_64-nonfree.iso
4a599a5d4de198fd126c05dcb303d523d80a3d54ac5eb63c871991d8456a0a54 x86_64.iso/startos-0.3.4.4-9322b3d-20230810_x86_64.iso
d80711dda524b09a14c4be71d34e17c6820d6603007a09d7f030f7ed69fd9a31 raspberrypi.img/startos-0.3.4.4-9322b3d-20230810_raspberrypi.img.gz
SHA-256
e4615623a25cc2490e31d80ff0bed3cd960e8b08b65109a955e760a130e463c0 aarch64-nonfree.iso/startos-0.3.4.4-9322b3d-20230810_aarch64-nonfree.iso
693e7c4749bffb82f450f1ad291e738837402b9baf78874dd2c7afaba28be5d1 aarch64.iso/startos-0.3.4.4-9322b3d-20230810_aarch64.iso
3d85e0f55ac56745cb8722e84a2dfd295d33d3c69a23c36cac1d89abb08132dd x86_64-nonfree.iso/startos-0.3.4.4-9322b3d-20230810_x86_64-nonfree.iso
a6c5c874818f6d76147fc89e93d795d2c0d511451c6e5cd4354cb2499156c606 x86_64.iso/startos-0.3.4.4-9322b3d-20230810_x86_64.iso
1a809c06379ec2be65add56081747d8cfe6f5d004c1e8ebe9b4fb9e9030159fb raspberrypi.img/startos-0.3.4.4-9322b3d-20230810_raspberrypi.img.gz
v0.3.4.4
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
What's Changed
- use a more resourced runner for production builds by @dr-bonez in #2322
- maint/minor UI typo fixes by @kn0wmad in #2330
- make it faster by @dr-bonez in #2328
- fix: Make check-version posix compliant by @Blu-J in #2331
- Auto-define the OS_ARCH variable. by @k0gen in #2329
- Update README.md by @kn0wmad in #2337
- add reset password to UI by @MattDHill in #2341
- pack compressed assets into single binary by @dr-bonez in #2344
- delete disk guid on reflash by @dr-bonez in #2334
- fix incoherent when removing by @dr-bonez in #2332
- better transfer progress by @dr-bonez in #2350
- fix all references embassyd -> startd by @dr-bonez in #2355
- disable encryption for new raspi setups by @dr-bonez in #2348
- permit IP for cifs backups by @MattDHill in #2342
- support http2 alpn handshake by @dr-bonez in #2354
- version bump by @dr-bonez in #2357
- update deno by @dr-bonez in #2361
- migrate tor address to https by @dr-bonez in #2358
- Fix bugs by @MattDHill in #2360
- single platform builds by @dr-bonez in #2365
- fix ROFS error on os install by @dr-bonez in #2364
- Fix/pwa refresh by @elvece in #2359
- Fix/mistake reorganize by @elvece in #2366
- mute unexpected eof & protect against fd leaks by @dr-bonez in #2369
- switch back to github caching by @dr-bonez in #2371
- fix missing parent dir by @dr-bonez in #2373
- add cli & rpc to edit db with jq syntax by @dr-bonez in #2372
- add qr code to insights->about->tor by @Reckless-Satoshi in #2379
- Feature/hw filtering by @dr-bonez in #2368
- Update README.md by @MattDHill in #2381
- update readme layout and assets by @elvece in #2382
New Contributors
- @Reckless-Satoshi made their first contribution in #2379
Full Changelog: v0.3.4.3...v0.3.4.4
Updates
- Updated
aarch64.iso
to fix compatibility issue with UTM for macOS
Checksums
BLAKE-3
29f0a4f8a22072fc6f604e650eb3c47d6f9c60ae4312b8105a1b680f7c04b382 startos-0.3.4.4-9322b3d-20230809_aarch64.iso
1d8c6a896ee1d2755be444c483f93ab87a60d63cedc8b8a23c30cfb236757181 startos-0.3.4.4-55f5329-20230807_aarch64-nonfree.iso
51c1d466c0696390d5a0072808b8e65b5caf8d8d34c276da27f0f943bc00c6c0 startos-0.3.4.4-55f5329-20230807_raspberrypi.img.gz
e596d981407823eb2c1d7ebd1f83ac3d4afd9a23ebbd3b669b85cba7fe7daa17 startos-0.3.4.4-55f5329-20230807_x86_64.iso
112999b2ed3d86d9ae394aa3de08dbd78a04c95d19f8a68303bd99368a23fda2 startos-0.3.4.4-55f5329-20230807_x86_64-nonfree.iso
SHA-256
b8e099e011058532ffe95b76d067fe3cc27f2924873d9e193cf541d4557d3af9 startos-0.3.4.4-9322b3d-20230809_aarch64.iso
bfac354c9b8e8a619b9faafb5e9e5339b78a80e752aaf64a44d9bc0004a83448 startos-0.3.4.4-55f5329-20230807_aarch64-nonfree.iso
f61f90083abf0972990a6c982b803854d9d53d312bbfe1e28ceb0ad978249ec0 startos-0.3.4.4-55f5329-20230807_raspberrypi.img.gz
3e44c9a42773f2ab797f337efe2b8b9a3af0410f262e948d1dec4dd0452da3d9 startos-0.3.4.4-55f5329-20230807_x86_64.iso
4852b649f17328aad0e9725410d219d9edf9caff9bb9a3dc91e23743afb37c96 startos-0.3.4.4-55f5329-20230807_x86_64-nonfree.iso
v0.3.4.3
Highlights
- Improved Tor reliability
- Experimental features tab
- Zram
- Manually reset tor
- Multiple bugfixes and general performance enhancements
- Update branding
What's Changed
- Integration/0.3.4.3 by @elvece in #2291
- StartOS 0.3.4.3 by @dr-bonez in #2304
- fix rootflags for btrfs update by @dr-bonez in #2315
- prevent tor from spinning if a service is in a crash loop by @dr-bonez in #2316
- use port instead of pidof to detect tor going down by @dr-bonez in #2320
Full Changelog: v0.3.4.2...v0.3.4.3
Checksums
BLAKE-3
38ef340ebf453b304dfc553f9886189b5b0c23336cc257b71adfd9724931f7d9 startos-0.3.4.3-dd28ad2-20230623_aarch64.iso
6ea3b8dec71328d4e96a9c4b08d903d9f2c9f0faf23fc039b4fda3e1e2733dbf startos-0.3.4.3-dd28ad2-20230623_aarch64-nonfree.iso
2dc402ef6c742331fd47c93273a3ee14dfeaea16652ba0040a097b8f5f847deb startos-0.3.4.3-dd28ad2-20230623_x86_64.iso
a5e220b99385512242ac6dee3cdeab06ed55867d3f22c80210533be5629c3e19 startos-0.3.4.3-dd28ad2-20230623_x86_64-nonfree.iso
3cb46993eda87c5f2e485efe971c61af5248da41242652b5b56949e88eaa4a7b startos-0.3.4.3-dd28ad2-20230623_raspberrypi.img.gz
SHA-256
720ad631b38000850be563107128c77b6803e7cbe06946e70e8737b08f46728e startos-0.3.4.3-dd28ad2-20230623_aarch64.iso
627e7cd18521b51f2bd6988517b0edc9d461631facc37d190f8bd4bf36626b89 startos-0.3.4.3-dd28ad2-20230623_aarch64-nonfree.iso
d66015e5a29f98e0961d191036d35298549970f31e313ee1682921281c06bf22 startos-0.3.4.3-dd28ad2-20230623_x86_64.iso
035bb38d112a91c43a5e2ece7bd7fcdc22723f717540ee9a65337e0592dac1b9 startos-0.3.4.3-dd28ad2-20230623_x86_64-nonfree.iso
42df06e0f5f63431c7863f65ba0b30d78b1985e5000c2d49bd60f639e264943d startos-0.3.4.3-dd28ad2-20230623_raspberrypi.img.gz
v0.3.4.2
Highlights
- Update build system for Server Lite and NUC-based Server One
- Update to Linux v6.1
- Rename embassyOS to StartOS
- PWA support for StartOS web interface. You can now save StartOS to your phone as an app!
What's Changed
- don't attempt docker load if s9pk corrupted by @dr-bonez in #2236
- Feature/pwa by @elvece in #2246
- Update README.md by @kn0wmad in #2261
- overhaul OS build by @dr-bonez in #2244
- Bugfix/gpt reflash by @dr-bonez in #2266
- external rename by @dr-bonez in #2265
- v0.3.4.2 by @dr-bonez in #2269
- ensure lan address present before getting cert name by @MattDHill in #2272
- display icons based on mime type by @elvece in #2271
- Fix/misc frontend by @elvece in #2273
- Update build badge by @dr-bonez in #2274
- build fixes by @dr-bonez in #2275
- Bugfix/pi config by @dr-bonez in #2276
- always generate snake-oil by @dr-bonez in #2277
- wait for tor by @dr-bonez in #2278
- fix nav link by @MattDHill in #2279
- Replace some user-facing Embassy language by @kn0wmad in #2281
- Add crda to build/lib/depends by @gStart9 in #2283
Full Changelog: v0.3.4.1...v0.3.4.2
BLAKE-3 Checksums
f929f50ffd8c5cfc6046ca64eace19efef80fd04d53461bdb9049e9d3b1bcb19 startos-0.3.4.2-efc56c0-20230525_aarch64.iso
8d9d928fc074992901bcab2d3124b88b0d474721c9705bd7a7e1375a0eecd2c3 startos-0.3.4.2-efc56c0-20230525_aarch64-nonfree.iso
659df628b82ba1555fea9035dbcd158ce3c998e4ff3153535ddc1ab64ec76f33 startos-0.3.4.2-efc56c0-20230525_raspberrypi.img
eff3399d6c3a0b5a9b7bdc7d3a0ae771f01c6fa9237c308aedeeb125a362f103 startos-0.3.4.2-efc56c0-20230525_raspberrypi.img.gz
3ca9b9e7ed4292c98f445e8a64a7d5183ce5666199c1c819c7d8142ed3d5d8b5 startos-0.3.4.2-efc56c0-20230525_raspberrypi.squashfs
569aefecc50bff2a06906e44207d39fd909de7724ca32211eb38f32b5b864fbb startos-0.3.4.2-efc56c0-20230525_x86_64.iso
9361ed488d10e6ba5dc3047cb2193e0ca85d59c3ae850dafa8f6791535be5872 startos-0.3.4.2-efc56c0-20230525_x86_64-nonfree.iso
SHA-256 Checksums
0df1e4fb90cd65887bb4290b1c59c0afd4125d2f9bc44ec37a1d4da8a3369f6c startos-0.3.4.2-efc56c0-20230525_aarch64.iso
a8bc77c683f7a2925443f8f584d483bf1248b81fd83a01f1f820969e40e2a710 startos-0.3.4.2-efc56c0-20230525_aarch64-nonfree.iso
91261639af4bdbd15e5da3f942eb3ea57f32028788c77783184c980519adefdb startos-0.3.4.2-efc56c0-20230525_raspberrypi.img
73178a669ce3f507665ec4e9b4c494819bc33fada03c16e024683a98ef40a8d1 startos-0.3.4.2-efc56c0-20230525_raspberrypi.img.gz
f25a6a160d1b7bbd90a2e88c542d40bc2e0cfb47d825be99a047bb4121182556 startos-0.3.4.2-efc56c0-20230525_raspberrypi.squashfs
4d5e36414a7a75bc09a8bff6c6227dabbb0a30cb17e774673138fe5a78cabbaa startos-0.3.4.2-efc56c0-20230525_x86_64.iso
17442591020e8eeea41328243cae5e72f555115fba33ad179faeeaf05c7d4189 startos-0.3.4.2-efc56c0-20230525_x86_64-nonfree.iso
v0.3.4.1
What's Changed
- update display obj on union change by @MattDHill in #2224
- fix loading authcookie into cookie store on ssh by @dr-bonez in #2226
- update registry rsync script by @dr-bonez in #2227
- disable apt and add script for persisting apt pkgs by @dr-bonez in #2225
- better logging of health by @dr-bonez in #2228
- feat: Default to no owner for rsync by @Blu-J in #2230
- don't blow up if s9pk fails to load by @dr-bonez in #2231
- version bump by @dr-bonez in #2232
Full Changelog: v0.3.4...v0.3.4.1
BLAKE3 Checksums
58f6ebac08ecd818fb2000843563499ad46511e1d7ddb4c524409f2594d3e589 eos-0.3.4.1-d966e35-20230317_amd64.iso
8110dc304eac7e740821d63ed99ba93053bf0648689324b71c7ea43916191216 eos-0.3.4.1-d966e35-20230317_raspberrypi.img
SHA-256 Checksums
0c328e8c37c266a3efc0c1c8abc3baba7d203e2826fe2cb7d294203bbb5844f4 eos-0.3.4.1-d966e35-20230317_amd64.iso
361fffbef4d32ca380152c5ed413ef7767cbf6c373ce4020cd6b22ea2bebe720 eos-0.3.4.1-d966e35-20230317_raspberrypi.img
v0.3.4.1 Custom Builds
This tag contains custom builds for the purpose of support.
DO NOT USE THESE IMAGES UNLESS INSTRUCTED TO BY SUPPORT.
v0.3.4
Highlights
- Important security patches
- Bug fixes
- Move services to Community Marketplace
- SSL support for IP access
- UI display improvements
- Better logs
- New system metrics
- EFI support
What's Changed
- don't be so fragile when comparing marketplace URLs by @MattDHill in #2040
- 📊 include htop by @k0gen in #2042
- fix 0.3.3 OTA update flow for pi by @dr-bonez in #2048
- fix typo for os arch default type by @elvece in #2079
- UI multiple bug fixes by @MattDHill in #2072
- add nyx by @MattDHill in #2064
- delete logs from other machine ids by @dr-bonez in #2086
- double bep instead of circle of 5ths by @dr-bonez in #2085
- pin nextest to 0.9.47 by @dr-bonez in #2099
- only do standby mode for pi by @dr-bonez in #2102
- fix: Manager's exit not stopping by @Blu-J in #2104
- remove tor health daemon by @dr-bonez in #2101
- fix config bug for number 0 and also maybe conenction icon by @MattDHill in #2098
- Feat/logs revamp by @MattDHill in #2075
- Add system rebuild and disk repair to Diagnostic UI by @MattDHill in #2093
- fix docker storage driver by @dr-bonez in #2111
- update packages by @elvece in #2183
- chore: Update version to 0.3.4" by @Blu-J in #2184
- gzip and brotli by @dr-bonez in #2186
- feat: No pemissions for the rsync by @Blu-J in #2187
- support path routing by @dr-bonez in #2188
- feat: Add in the chmod + chown to libs::js_engine by @Blu-J in #2185
- Refactor/networking by @dr-bonez in #2189
- Feature/efi by @dr-bonez in #2192
- Update/misc frontend by @elvece in #2191
- misc 0.3.4 bugfixes by @MattDHill in #2193
- Update CHANGELOG to v0.3.3 by @kn0wmad in #2196
- fix: Br is too slow, removed from encoding by @Blu-J in #2197
- chore: update Taiga UI and remove unnecessary styles by @waterplea in #2200
- fix spacing and font size by @elvece in #2199
- fix raspi kernel upgrades by @dr-bonez in #2202
- x86 build for compat by @dr-bonez in #2203
- use yesterday for not_before on ssl certs by @dr-bonez in #2204
- fix stack overflow on shutdown by @dr-bonez in #2208
- Fix updates badge and rework updates page by @MattDHill in #2205
- let final build-image step create nc-broadcast by @dr-bonez in #2210
- Fix/more UI by @MattDHill in #2213
- wait for time sync before starting tor by @dr-bonez in #2209
- Fix/misc UI by @elvece in #2215
- fix caching by @dr-bonez in #2216
- only when version higher and show after login by @MattDHill in #2217
Full Changelog: v0.3.3...v0.3.4
BLAKE3 Checksums
4c203fa17c8666688758525620e5b02dbd3adaaa013370972adf8adb5321c356 eos-0.3.4-d0ba093-20230315_raspberrypi.img
83f642617ea272563fd5291f74958738735a0fa0f99e5d0a92b66f2fc285e7de eos-0.3.4-d0ba093-20230315_amd64.iso
SHA-256 Checksums
42de5622894741b528ec456aeac2e70349a7a0ba944ac568ad79ecc6b532c42e eos-0.3.4-d0ba093-20230315_raspberrypi.img
8cb0a66245b2fcae8dd414f7154b7e34f6c68e62d52f773c8bdd266fdfef379c eos-0.3.4-d0ba093-20230315_amd64.iso