mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update Urbit to v1.18 (#388)
Co-authored-by: NativePlanet CICD <mgmt@nativeplanet.io>
This commit is contained in:
parent
1d3da45a76
commit
1c931f2dba
@ -6,7 +6,7 @@ services:
|
||||
APP_PORT: 8090
|
||||
|
||||
manager:
|
||||
image: mopfelwinrux/urbit-umbrel:v1.17@sha256:972e8a4c0da892a1ab2c6c31386c3668ad3aff23e72a6ac0b97485472c82e6e3
|
||||
image: mopfelwinrux/urbit-umbrel:v1.18@sha256:2b05ba5478081c209f22b4f01cd80b3b9f1139d8f3f5914be22024c0f97c37f8
|
||||
ports:
|
||||
- "34343:34343"
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: urbit
|
||||
category: Networking
|
||||
name: Urbit
|
||||
version: "v1.17"
|
||||
version: "v1.18"
|
||||
tagline: Run Urbit on your Umbrel
|
||||
description: >-
|
||||
Urbit is a personal server for self-sovereign personal & networked
|
||||
@ -35,24 +35,18 @@ torOnly: false
|
||||
submitter: ~mopfel-winrux
|
||||
submission: https://github.com/getumbrel/umbrel/pull/1246
|
||||
releaseNotes: >-
|
||||
- Revamped Urbit’s terminal stack. This release contains the first
|
||||
phase of a longer-running project towards a next-generation terminal
|
||||
experience. Highlights in this release include:
|
||||
|
||||
- Support for 2D cursor movement, and by extension 2D screen
|
||||
drawing.
|
||||
|
||||
- Minimal mouse-click support.
|
||||
|
||||
- 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.
|
||||
Adds runtime support for the doccords system, which is documentation
|
||||
parsed from comments in source code (Hoon’s version of docstrings).
|
||||
|
||||
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.17
|
||||
|
||||
Shoutout to ~datnut-pollen (@drbeefsupreme) for doing the huge amount of
|
||||
work required in order to implement this system, which has been
|
||||
theorized about for years. To see an example of it in action
|
||||
immediately, run # ames in the dojo post upgrade. For the best current
|
||||
documentation on doccords usage, see the example file.
|
||||
|
||||
|
||||
This release accompanies urbit-os-v2.131.
|
||||
|
||||
|
||||
Full release notes here: https://github.com/urbit/vere/releases/tag/vere-v1.18
|
||||
|
Loading…
Reference in New Issue
Block a user