Update Urbit to v1.17 (#377)

Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io>
This commit is contained in:
reid 2023-01-20 11:40:16 -06:00 committed by GitHub
parent 8ed3ab34a0
commit ef32be604b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 11 deletions

View File

@ -6,7 +6,7 @@ services:
APP_PORT: 8090 APP_PORT: 8090
manager: manager:
image: mopfelwinrux/urbit-umbrel:v1.16@sha256:2bda68d8e1f83c1e306f43a37b330e339a521dba4b0ccff617dc76b4a0e51975 image: mopfelwinrux/urbit-umbrel:v1.17@sha256:972e8a4c0da892a1ab2c6c31386c3668ad3aff23e72a6ac0b97485472c82e6e3
ports: ports:
- "34343:34343" - "34343:34343"
volumes: volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: urbit id: urbit
category: Networking category: Networking
name: Urbit name: Urbit
version: "v1.16-hotfix2" version: "v1.17"
tagline: Run Urbit on your Umbrel tagline: Run Urbit on your Umbrel
description: >- description: >-
Urbit is a personal server for self-sovereign personal & networked Urbit is a personal server for self-sovereign personal & networked
@ -35,12 +35,24 @@ torOnly: false
submitter: ~mopfel-winrux submitter: ~mopfel-winrux
submission: https://github.com/getumbrel/umbrel/pull/1246 submission: https://github.com/getumbrel/umbrel/pull/1246
releaseNotes: >- releaseNotes: >-
Updated Urbit binary to v1.16 - Revamped Urbits terminal stack. This release contains the first
phase of a longer-running project towards a next-generation terminal
Use new Vere repo, fix binary extraction experience. Highlights in this release include:
This release is functionally equivalent to v1.15 but is built in the new - Support for 2D cursor movement, and by extension 2D screen
Vere repo using Bazel instead of Nix with a new and improved release drawing.
pipeline. It marks the successful extraction of the runtime from the
Urbit monorepo. It also adds a new AArch64-specific macOS build and - Minimal mouse-click support.
removes the Windows build.
- Faster pasting of large texts.
- Informal printfs (~&) now get rendered in grey, to visually
distinguish them from formal dill output.
- Updated versioning scheme for pre-release binaries.
- The code for the Vere runtime has been moved out of the urbit/urbit
repository, and now lives in urbit/vere.
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.17