Skip to content

develop #761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 28 commits into from
Jul 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
88848dc
Merge pull request #759 from hyperware-ai/release-candidate
nick1udwig Jun 24, 2025
81174ab
bump version to 1.4.1
nick1udwig Jun 24, 2025
beecf99
vfs: expose all dirs to root
nick1udwig Jun 26, 2025
215cacb
Format Rust code using rustfmt
github-actions[bot] Jun 26, 2025
eef82c4
Merge pull request #771 from hyperware-ai/hf/vfs-expose-all-dirs-to-root
nick1udwig Jun 26, 2025
993720b
1
0x70b1a5 Jun 24, 2025
11b25b0
begin-register-ui
0x70b1a5 Jun 26, 2025
f37c200
appstore
0x70b1a5 Jun 27, 2025
fe2937e
appstore
0x70b1a5 Jun 30, 2025
0dd59fe
hypermap-cacher: fix bootstrap & add more bootstrappers
nick1udwig Jul 1, 2025
87a413c
appstore
0x70b1a5 Jul 1, 2025
0ff47ef
hypermap-cacher: stop allowing failure to bootstrap; simplify code
nick1udwig Jul 1, 2025
e082831
Merge pull request #776 from hyperware-ai/hf/cacher-fix-bootstrap-add…
nick1udwig Jul 1, 2025
33f0caa
Merge branch 'develop' into tm/register-and-appstore
0x70b1a5 Jul 2, 2025
a0e8215
ui
0x70b1a5 Jul 2, 2025
6d555af
icon
0x70b1a5 Jul 2, 2025
088b787
http-server: dont crash on WS close message
nick1udwig Jul 2, 2025
800a135
Format Rust code using rustfmt
github-actions[bot] Jul 2, 2025
778d516
get it compiling
nick1udwig Jul 2, 2025
7dfcfb7
Format Rust code using rustfmt
github-actions[bot] Jul 2, 2025
cda2603
Merge pull request #778 from hyperware-ai/hf/dont-crash-on-web-socket…
nick1udwig Jul 3, 2025
9dfa50e
appstore
0x70b1a5 Jul 3, 2025
53e8cdc
settings
0x70b1a5 Jul 3, 2025
ebf7c02
Merge branch 'develop' into tm/register-and-appstore
0x70b1a5 Jul 8, 2025
f5ee0ee
contacts
0x70b1a5 Jul 8, 2025
b511fbc
homepage
0x70b1a5 Jul 8, 2025
1d5b895
ui
0x70b1a5 Jul 8, 2025
a498620
Merge pull request #772 from hyperware-ai/tm/register-and-appstore
nick1udwig Jul 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hyperdrive_lib"
authors = ["Sybil Technologies AG"]
version = "1.4.0"
version = "1.4.1"
edition = "2021"
description = "A general-purpose sovereign cloud computing platform"
homepage = "https://hyperware.ai"
Expand Down
Loading