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

Skip to content

Tags: case7026/urbit

Tags

urbit-os-v2.11

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

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

Release notes:

- Fix failed application of v2.10

- Fix gall's upgrade mechanics to not compile old code against new
  kernel.

Contributions:

Logan Allen (1):
      spider: make handle-stop-thread into a get by instead of a got by to fix failing +on-load

Philip Monk (2):
      gall: don't molt on vega
      gall: fix huck wires

urbit-os-v2.10

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

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

Release notes:

- Recover from "strange-current" bug, which was a leading cause of stuck
  flows

- Fix ordering of breach notifications, fixing issues rejoining groups
  after personal breaches

- Fix cycling +code

- Fix archiving in notifications

- Fix crash caused by compiling a core with duplicate arms.

- Add "backward +tap" to ordered maps

Contributions:

Joe Bryan (1):
      hoon: crash with valid tank on %eror

Logan Allen (4):
      zuse: add backward tap (+bap) to +ordered-map
      Merge pull request urbit#4178 from urbit/la/mop-bap
      interface: fix missing archiveBox by removing Archive view
      interface: change Read text to Dismiss

Philip Monk (8):
      ames: recover from %strange-current
      ames: tag verb printfs
      ames: print on crashing %done
      jael: fix breach notification ordering
      Merge pull request urbit#4143 from urbit/philip/ames
      Merge pull request urbit#4184 from urbit/philip/jael-order
     Merge pull request urbit#4176 from urbit/jb/hoon-eror
      Merge pull request urbit#4136 from urbit/m/redo-hint

fang (3):
      jael: account for step in deriving code
      Merge pull request urbit#4129 from urbit/m/reset-code-reset
      hoon: add jet hint for +redo

urbit-os-v2.9

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

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

Release Notes:

- Reworks hark to handle unread counts better, as to address several outstanding bugs
- hark now cleans up unread counts on unsubscribing from a graph
- Adds a %bye effect to sole to indicate they should gracefully unsubscribe from the session
- Fixes an issue where unlink a CLI app would cause a crash

Breaking changes:

- The action and update types for hark have changed

Contributions:

John Franklin (1):
      dbug: make eyre Channels header match the table

Liam Fitzgerald (15):
      hark-graph-hook: refactor to ensure facts are given correctly
      hark-store: allow setting last-updated independently of unread counts
      hark-store: send update counts separately
      hark-store: fix global count being out of sync
      Merge branch 'release/next-u' into lf/last-updated
      glob: update to 0v3t3u8.g4h6p.ckag1.tpdjo.785v5
      notifications: fix accidental overwrite
      glob: update to 0v1.pr789.2ugh8.chgtm.dlmfn.cc9pr
      wip
      hark: rework unread tracking, pt.3
      glob: update to 0v2.4fgj3.q9463.10ksb.jmhse.00031
      hark: lazier notifications, update in add-graph
      hark: cleanup notifications on leave
      Merge pull request urbit#4156 from urbit/lf/last-updated
      interface: update package-lock.json

Logan Allen (1):
      hark-graph-hook: reduce extraneous %no-metadata printfs

fang (5):
      drum: update app index early when unlinking
      sole: add %bye effect for closing the session
      Merge pull request urbit#4168 from urbit/m/sole-bye
      Merge pull request urbit#4167 from urbit/m/drum-unlink
      Merge pull request urbit#4163 from jfranklin9000/release/next-userspace

urbit-os-v2.8

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

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

Release Notes:

- Fixes an issue where subscription updates would be sent multiple times from the push hook
- Fixes a rendering issue where invites would be squashed in the notifications view
- Makes chat loading lazier, in order to speed up rendering time
- Fixes a render crash in debug for queued ames acks

Breaking Changes:
  none

Contributions:

Brendan Hay (3):
      build: use ares.cachix.org for continuous integration
      build: document use of ares.cachix.org in the top-level README
      Merge pull request urbit#4159 from urbit/bh/ares-cachix

Joe Bryan (1):
      Merge pull request urbit#4161 from botter-nidnul/patch-1

Liam Fitzgerald (4):
      notifications: fix invite squashing
      chat: lazier chat loading
      Merge remote-tracking branch 'origin/release/next-userspace'
      glob: update to 0v5.bo337.25di9.mg5d5.i9vun.5qaqe

Logan Allen (6):
      Merge remote-tracking branch 'origin/master' into release/next-userspace
      push-hook: fix duplicate messages being sent
      graph-store: turn back on noisy duplicates
      Merge pull request urbit#4158 from urbit/lf/lazier-chats
      Merge pull request urbit#4155 from urbit/lf/invite-squash
      Merge pull request urbit#4149 from urbit/la/fix-push-hook

botter (1):
      default.nix: fix typo in examples section

fang (2):
      debug: render queued ames acks correctly
      Merge pull request urbit#4138 from urbit/m/debug-quacks

urbit-os-hark-testing

Toggle urbit-os-hark-testing's commit message
testing tag for hark changes

urbit-os-v2.7

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

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

Release notes:

- Actually silences the duplicate node errors, as the previous release
did not.

Contributions:

Logan Allen (1):
      graph-store: silence duplicate message assertion temporarily

Matilde Park (2):
      Merge branch 'la/graph-silence' (urbit#4147)
      release: urbit-os-v2.7

urbit-os-v2.6

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

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

Release notes:

- Temporarily silences the duplicate node errors.

Contributions:

Logan Allen (1):
      graph-pull-hook: silence issues temporarily

Matilde Park (2):
      Merge branch 'la/silence' (urbit#4142)
      release: urbit-os-v2.6

urbit-os-v2.5

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

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

Release notes:

- Prevents duplicate notification symptoms by handling incoming
duplicate nodes in the graph-store.

Contributions:

Logan Allen (3):
      graph-store: no-op if we already have *any* of the indexes in an %add-nodes event
      graph-store: address ted and mark's comments
      graph-store: no need to iterate through whole list if we find a single duplicate

Matilde Park (2):
      Merge branch 'la/mitigate-notification-madness' (urbit#4137)
      release: urbit-os-v2.5

urbit-os-v2.4

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

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

Release notes:

- Reverts a change that stores clobbered graphs by writing to disk,
which was producing excessive writes on resubscriptions.

- Fixes some front-end regressions in Chat.

Contributions:

Logan Allen (1):
      graph-store: remove unnecessary clay write upon clobber

Matilde Park (6):
      chat: send correct timestamp to daybreak
      landscape: mentions respect calmengine
      landscape: mentions avoid passing entire contacts
      Merge pull request urbit#4132 from urbit/mp/landscape/chat-fix
      Merge pull request urbit#4135 from urbit/la/remove-clay-write
      glob: update to 0vada5t.b1gqn.oo4ga.6o12h.ek1ot

urbit-os-v2.3

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

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

Release notes:

- Chat has been migrated to the graph-store. Adds stylised mentions and mixed
content messages to Chat.

- All channels with zero subscribers will automatically be archived and can be
exported by doing the following to list all archived graphs and then export an
archived graph as .json:

```
:graph-store +dbug [%state '~(key by archive)']
=graph -build-file %/sur/graph-store/hoon
%/backup-graph/json .^(update:graph %gx /=graph-store=/archive/~host/name/json)
```

- Chat-cli has been reworked to view channels by opting-in to select chats. Type
`;chats` to see all chats, `;view ~ship-name/channel-name` to focus on that
room, and `;what` to see the bindings.

- Introduces unread tracking for all graph resources.

- Introduces unread counts on group tiles.

- Direct messages are now archived on your ship when the owner deletes them.

- Fixes an issue where, after importing direct messages from the previous era,
notifications were not enabled by default for those messages.

- Fixes an issue where some users would continuously get %watch-not-unique for
observer-hooks.

- Fixes an issue where observer-hooks would not leave groups and delete metadata
for groups correctly.

- Fixes an issue where new channels could not invite users or writers.

- Fixes an issue where the gradient for note snippets in notifications would
take up the whole screen.

- Fixes an issue where setting the weather with a non-latlong location would not
set the clock.

- Fixes an issue where the weather tile would state a negative time to sunrise.

- Adds the ability to drag and drop content into notes as you write (if S3 is
enabled).

Contributions:

Jared Tobin (1):
      landscape: case sensitivity training

Liam Fitzgerald (45):
      chat-fe: convert virtualscroller to bigInt
      chat-fe: MVP graphification
      hark: add scries for chat
      chat-fe: lazy load chats
      hark: separate unread tracking from notifications
      hark: rework unread tracking, again
      graph-store: make JSON conversion invertible
      Merge branch 'release/next-userspace' into lf/chat-graph
      publish, links: better unread handling
      chat-store: OTA migration
      chat, metadata: OTA migration
      chat-hook: exponential backoff
      glob: update to 0v3.p45m3.me2if.4nrp4.1u4ve.luhf2
      chat-cli: set default width
      chat-cli: render mentions, urls inline
      chat-cli: print messages only if chat is viewed
      graph-store: address L review
      landscape: update DMs for graph-store
      hark-graph-hook: autowatch unmanaged graphs
      notifications: render chat notifications
      interface: remove chat special-casing
      chat: improve multicontent rendering
      hark-graph-hook: do not autowatch leaf nodes
      notifications: chat notifications reflow correctly
      hark-graph-hook: give %listen update on autoadd
      chat: refine archival logic
      graph-store: on overwrite, archive existing graph
      glob: update to 0v3.fbu1a.5lre3.sfu4r.113f6.2ro2c
      chat: address migration of missing owner in unmanaged groups
      hark: migrate and drop chat notifications
      chat: overscan and block level images
      metadata-store: migrate in poke-import case
      chat-cli: actually run migration
      graph-store: backup overwritten graphs to clay
      Merge pull request urbit#4120 from urbit/la/fix-leave
      Merge remote-tracking branch 'origin/release/next-userspace' into lf/chat-graph
      graph-store: simplify node-siblings scries
      chat: window-based overscan, bigger pages
      graph-store: %node-siblings fixed
      hark-store: correctly send reads on %read-index
      group-pull-hook: remove group on nack
      graph-store: add -eval thread
      graph-store: remove printfs
      graph-store: remove-graph in keys
      glob: update to 0v3.e7ep6.1ki6b.qpuiq.22qs6.qcbi7

Logan Allen (15):
      chat-hook: no longer make unnecessary subscriptions on init
      Merge branch 'lf/chat-graph' into la/merge-graph
      pull-hook: fix handle-kick printouts
      interface: removed unused chat files and state
      pull-hook: fix (list path) to path
      Merge branch 'release/next-userspace' into lf/chat-graph
      chat-hook, store, and hark-chat-hook: fixed merge issues
      observe-hook: spider wasn't always issuing thread-results, so we got %watch-not-unique. we now make unique wires, but spider's issue remains
      observe-hook: add spacing
      spider: verbose
      group-on-leave: soften de-path
      observe-hook: add %group-on-leave back to observers
      Merge pull request urbit#4119 from urbit/la/observe-unique-wire
      chat-*: remove unused logic
      Merge pull request urbit#4125 from urbit/la/remove-old

Matilde Park (21):
      Merge branch 'release/next-userspace' into lf/chat-graph
      Merge pull request urbit#4000 from urbit/m/chat-cli-graph
      Merge branch 'release/next-userspace' into lf/chat-graph
      Merge pull request urbit#4081 from tylershuster/weather-location
      Merge branch 'na-release/candidate' into release/next-userspace
      Merge branch 'master' into release/next-userspace
      landscape: mentions use cursor: pointer
      interface: uncomment virtualscroller scroll catch
      glob: update to 0v7.0p8us.ekd7r.qtve8.hthik.65552
      landscape: mentions direct to group's identity
      shipsearch: return patp without sigs
      landscape: fix newchannel 'back' in dark mode
      hark: contain snippet gradient
      Merge pull request urbit#4032 from tylershuster/upload-fixes
      Merge pull request urbit#4093 from tylershuster/negative-sunrise
      Merge pull request urbit#4118 from tylershuster/moon-background
      Merge branch 'release/next-userspace' into lf/chat-graph
      chat: fix merge conflict doubling binding
      Merge pull request urbit#4123 from urbit/jt/capcom
      Merge pull request urbit#4117 from urbit/mp/landscape/various
      interface: mentionText prefaces color with hash

Tyler Brown Cifu Shuster (7):
      s3: improves drag-and-drop behavior
      publish: allow drag-and-drop uploading of images
      s3: unifies upload component
      clock: use new weather data
      clock: ignore cached date for sunrise
      s3: fixes urbit#4039
      clock: add background to moon

fang (2):
      chat-cli: mvp graph-store migration
      chat-cli: support multiple sole sessions