Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ynx0/urbit

Tags

urbit-os-v2.113

Toggle urbit-os-v2.113's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
urbit-os-v2.113

This release will be pushed to the network as an over-the-air update.

Release notes:

- Fixes issues where suspended desks would still prevent a kelvin
  upgrade.
- Removes |crunch from the base distribution.

Contributions:

Liam Fitzgerald (2):
      kiln: respect .liv flag in +get-apps-want
      kiln: prevent unnecessary bumps when reloading

Philip Monk (2):
      Merge remote-tracking branch 'origin/master' into next/arvo
      Merge remote-tracking branch 'origin/master' into lf/fix-kelvin

fang (3):
      Merge pull request urbit#5350 from
hosted-fornet/remove-crunch-library-and-generator
      Merge pull request urbit#5410 from urbit/lf/fix-kelvin
      Merge branch 'next/arvo'

hosted-fornet (1):
      crunch: remove from `base` to allow distribution as app

groups-v1.0.2

Toggle groups-v1.0.2's commit message
groups-v1.0.2

This release will be pushed to the network as an over-the-air (OTA) update

Release Notes:

- Addresses a JS build issue causing crashes in the previous release

Contributions:
None

groups-v1.0.1

Toggle groups-v1.0.1's commit message
groups-v1.0.1

This release will be pushed to the network as an over-the-air (OTA) update

Release Notes:

- Removes beginners island onboarding tutorial
- Fixes a memory leak in the Collections view
- Fixes a bug where notebooks may report unread notes incorrectly
- Fixes a bug where lingering unread counts may cause a graph to render incorrectly in the sidebar
- Revives "read all in group" and "read all in notebook" functionality

Contributions:

Liam Fitzgerald (14):
      interface: purge beginners island
      hark-graph-hook: correctly get rear of index
      interface: workaround malformed hark-store entries
      SidebarItem: fix status priority, if graph is not cleaned up correctly
      useResize: fix destructor
      interface: fix read-graph, readGroup actions
      Merge pull request urbit#5403 from urbit/lf/fix-mem-leak
      interface: address hunter review
      Merge remote-tracking branch 'origin/next/groups' into lf/fix-sidebar-priority
      interface: fix tsc
      interface: fix circular dependencies
      Merge pull request urbit#5376 from urbit/lf/nuke-beginners
      groups: update glob
      groups: update glob, hotfix import

urbit-v1.7

Toggle urbit-v1.7's commit message
urbit-v1.7

Arvo 419 K
Vere 1.7

This release decrements the Zuse kelvin version, so everyone MUST
upgrade their binary to this version before the corresponding OTA can be
applied.  That OTA is scheduled for approximately November 9, 2021.

Release notes:

- Add jet hints for lib/tiny, so that "Layer 2"/"Naive Rollups" can be
  computed efficiently.

- Add a hint which prints the time taken by a computation, for
  development.

- Fix buffer overflow in off-loom jam

- Fixes to event replay error handling

- Eagerly abort on checkpoint sync errors and discard invalid patch
  files on replay.

Contributions:

Dane Bettis (5):
      Adds clep hint to time an expression and clet to print the stack trace at expression
      vere: adds %bout hint, reports nanoseconds spent on the given hoon expression
      vere: altered %bout, now reports microseconds
      vere: altered %bout to use micro symbol, fixed comments
      vere: added %bout sanity checks, added bout call in test.hoon

Hunter Miller (2):
      Merge pull request urbit#5391 from urbit/m/ignore-vercel
      Merge pull request urbit#5396 from urbit/ed/copy-updates

Joe Bryan (14):
      u3: corrects dynamic hint protocol signatures/comments
      u3: reclaim on restart (clear caches) REMOVE ME
      u3: adds dynamic hint (literal) callback example %clep
      ur: fixes "stack" overflow in preorder traversal, simplifies "stack"
      ur: fixes preorder handle destructor in jam handle destructor
      Merge pull request urbit#5323 from urbit/jb/ur-jam-overflow
      serf: fix replay %bail response $plea construction
      vere: fix off-by-one in mug check on replay %bail
      Merge pull request urbit#5261 from DaneBettis/jb/dynamic-hint-template
      Merge pull request urbit#5384 from urbit/jb/nock-hints-protocol-fix
      Merge pull request urbit#5380 from urbit/jb/replay-crash-safety
      u3: treat fsync/fdatasync snapshot errors as fatal
      u3: treat failed snapshot patch verification as fatal on save, not on boot
      Merge pull request urbit#5398 from urbit/jb/check-checkpoint-errors

Liam Fitzgerald (1):
      garden: update docket version

Paul Driver (1):
      add stack cleanup for computation-skipping dynamic hints

Philip Monk (4):
      jets: add lib/tiny tree for L2
      ci: fix
      dawn: warn if trying to start an L2 ship
      vere: bump version to 1.7

fang (1):
      vercel: remove .vercel from root

urbit-v1.7-rc1

Toggle urbit-v1.7-rc1's commit message
urbit-v1.7

Arvo 419 K
Vere 1.7

This release decrements the Zuse kelvin version, so everyone MUST
upgrade their binary to this version before the corresponding OTA can be
applied.  That OTA is scheduled for approximately November 9, 2021.

Release notes:

- Add jet hints for lib/tiny, so that "Layer 2"/"Naive Rollups" can be
  computed efficiently.

- Add a hint which prints the time taken by a computation, for
  development.

- Fix buffer overflow in off-loom jam

- Fixes to event replay error handling

- Eagerly abort on checkpoint sync errors and discard invalid patch
  files on replay.

Contributions:

Dane Bettis (5):
      Adds clep hint to time an expression and clet to print the stack trace at expression
      vere: adds %bout hint, reports nanoseconds spent on the given hoon expression
      vere: altered %bout, now reports microseconds
      vere: altered %bout to use micro symbol, fixed comments
      vere: added %bout sanity checks, added bout call in test.hoon

Hunter Miller (2):
      Merge pull request urbit#5391 from urbit/m/ignore-vercel
      Merge pull request urbit#5396 from urbit/ed/copy-updates

Joe Bryan (14):
      u3: corrects dynamic hint protocol signatures/comments
      u3: reclaim on restart (clear caches) REMOVE ME
      u3: adds dynamic hint (literal) callback example %clep
      ur: fixes "stack" overflow in preorder traversal, simplifies "stack"
      ur: fixes preorder handle destructor in jam handle destructor
      Merge pull request urbit#5323 from urbit/jb/ur-jam-overflow
      serf: fix replay %bail response $plea construction
      vere: fix off-by-one in mug check on replay %bail
      Merge pull request urbit#5261 from DaneBettis/jb/dynamic-hint-template
      Merge pull request urbit#5384 from urbit/jb/nock-hints-protocol-fix
      Merge pull request urbit#5380 from urbit/jb/replay-crash-safety
      u3: treat fsync/fdatasync snapshot errors as fatal
      u3: treat failed snapshot patch verification as fatal on save, not on boot
      Merge pull request urbit#5398 from urbit/jb/check-checkpoint-errors

Liam Fitzgerald (1):
      garden: update docket version

Paul Driver (1):
      add stack cleanup for computation-skipping dynamic hints

Philip Monk (4):
      jets: add lib/tiny tree for L2
      ci: fix
      dawn: warn if trying to start an L2 ship
      vere: bump version to 1.7

fang (1):
      vercel: remove .vercel from root

urbit-os-v2.112

Toggle urbit-os-v2.112's commit message
urbit-os-v2.112

This release will be pushed to the network as an over-the-air update.

Base hash (check with +vats):
Landscape:
0vc.neeqc.2c6pe.vc2t6.rrdtb.mqlir.2gllj.p1mkf.p54p4.tgdnn.6igol

Release notes:
This release correctly deploys the Landscape glob containing changes mentioned in urbit-os-v2.108

landscape-v1.0.1

Toggle landscape-v1.0.1's commit message
landscape-v1.0.1

Release Notes:

- Fixes an issue where unnecessary notifications being sent could slow client applications
- Fixes an issue prevent notifications about desk upgrades
- Adds warning about browser compatibility for docket developer interface

Contributions:

Liam Fitzgerald (4):
      hark-store: cap size of half-open timeboxes
      hark-system-hook: use correct mark for cage from kiln
      Merge pull request urbit#5375 from urbit/lf/fix-hark-slow
      garden: update docket version

fang (2):
      docket: note browser compatibility on upload page
      Merge pull request urbit#5377 from urbit/m/glob-safari-note

urbit-os-v2.111

Toggle urbit-os-v2.111's commit message
urbit-os-v2.111

Release Notes:

Groups:
- Hotfixes an issue where notifications would not be sent for new DM messages

Contributions:

Groups:

Liam Fitzgerald (1):
      hark-graph-hook: fix dm notifications