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

Skip to content

Tags: DaneBettis/urbit

Tags

urbit-os-v2.98

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

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

Release notes:
- No-op when we give on the system duct to dill
- Force agents to recompile
- Make pull-hook leave quietly if you've already left

Contributions:

Logan Allen (2):
      pull-hook: leave quietly, do not crash if we have already left
      group-leave: make it safer

Philip Monk (1):
      dill: no-op on strange fact

ryjm (1):
      dm-hook: reload agents on dm-hook state change

urbit-os-v2.97

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

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

Release Notes:
- Fixes an issue that broke the sending and receiving of DMs
- Prevents duplicate notifications from being sent
- Fixes group feed pagination for large graphs

Breaking changes: none

Contributions:

Isaac Visintainer (3):
      agentio: fix bug with fact-all
      notify: drop card
      notify: conditional rewatch in on-load

Liam Fitzgerald (1):
      @urbit/api: fix empty getDeepOlderThan

Logan Allen (1):
      graph lib: make interface work the same as old one did

urbit-os-v2.96

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

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

Release notes:
- new %notify app for sending push notifications via twilio for the
  upcoming mobile app

Breaking changes: none

Contributions:

Isaac Visintainer (5):
      notify: initial app, mar, and sur
      notify: style cleanup
      metadata-store: expose metadata to web scries
      hood: start notify
      solid: update

urbit-os-v2.95

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

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

Release Notes:
- Fixes remote content preferences form

Breaking changes:  none

Contributions:

Liam Fitzgerald (1):
      CalmPref: respect inverted form state

urbit-os-v2.94

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

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

Release Notes:
- A complete refactor of graph-store's scry interface. Documentation here:
https://gall-doc-generator.vercel.app/scries
- A new %edit update for %metadata-store, for more granular updating

Breaking changes:
- graph-store's scry interface has changed
- metadata-update is now at version 2

Contributions:

Hunter Miller (1):
      ChatEditor: fix ref reference

Liam Fitzgerald (20):
      metadata-store: add %edit action
      metadata-store: support %edit action
      @urbit/api: add %edit for metadata-store
      interface: use md-store %edit instead of %add
      metadata-store: upgrade to mark v2
      ImageInput: do not form error on upload error
      ColorInput: fix textual input
      DmSettings: optimistic updating
      NotificationPref: fix optimism
      CalmEngine, Display: fix settings-store optimism
      FormikOnBlur: debounce submissions
      interface: fix tsc
      ColorInput: fix initial field state
      graph-store: patch importing
      ColorInput: fix native colorpicker
      graph-store: fix scries
      metadata-update: fix JSON
      @urbit/api: update md ver
      notifications: refactor pokes
      graph-store: fix newest scry

Logan Allen (5):
      graph-store: first stab at reworking the scry format
      graph-store: reworked most of %graph and %node scries
      graph-store: finish specifying new scry api
      graph-store: generalize scry api in siblings and children to allow fetching outer graph, fix lib/graph and hark-graph-hook
      graph api npm: updated endpoints

urbit-os-v2.93

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

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

Release notes:

- Add support to |fuse for tracking updates.  Run |fuse with no
  arguments for usage instructions.

- Arvo support having multiple networking keys installed, automatically
  switching to newer ones when we hear from azimuth that they're active.

- In Eyre, replace duplicate channels instead of failing the request

- Fix issue in gall preventing btc-wallet from being restarted after
  being faded

- Performance improvements

Contributions:

Isaac Visintainer (2):
      gall: no-op instead of sending %huck in +mo-clear-queue
      Merge pull request urbit#5095 from urbit/ixv/gall-no-huck

Liam Fitzgerald (3):
      eyre: replace channel upon new GET request
      eyre: address mark review
      eyre: send comments as heartbeats, not empty events

Logan Allen (2):
      eyre: cast within zapgar to avoid nest check
      Merge pull request urbit#5010 from urbit/la/eyre-nesting

Philip Monk (2):
      hood: suppot new kiln state
      jael, dawn: support multikeyfile

raghu (18):
      fuse: add support for tracking sources
      fuse: removing dependency on key being present
      fuse: fix some 80 char violations
      initial implementation of printing logic
      fuse: simpler generator interface
      fuse: use %w instead of %v so we can request over the network
      fuse: add |fuse-list generator
      fuse: update printing for |fuse-list
      clay: print conflicting source on fuse failure
      fuse: update help text
      work: fix argument
      accept behn gifts
      clay: log on strange fuse responses
      kiln: move to %sing from %next
      Merge remote-tracking branch 'upstream/master' into better-bar-fuse
      better cli syntax for |fuse
      update help text
      better formatting in error messages

urbit-os-v2.92

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

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

Release Notes:
- General bugfixes
- Better truncation for long posts in a group feed
- Improves stability of landscapes' connection to your ship

Breaking changes: none

Contributions:

Hunter Miller (6):
      CommentItem: prevent actions until confirmed
      ChatEditor: removing unused code preventing slashes
      PostContent: height detect and fade for truncation
      ChatWindow: only dismiss if tab has focus
      embeds: converted to links for better usability
      StatusBar: converting more things to links

Liam Fitzgerald (4):
      interface: prevent crash in reducers on new group DMs
      lens: remove contact importing
      @urbit/http-api: ensure acks are sent if timers are throttled
      @urbit/http-api: fix ordering, tests

urbit-os-v2.92-rc1

Toggle urbit-os-v2.92-rc1's commit message
urbit-os-v2.93

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

Release notes:

- Add support to |fuse for tracking updates.  Run |fuse with no
  arguments for usage instructions.

- Arvo support having multiple networking keys installed, automatically
  switching to newer ones when we hear from azimuth that they're active.

- In Eyre, replace duplicate channels instead of failing the request

- Fix issue in gall preventing btc-wallet from being restarted after
  being faded

- Performance improvements

Contributions:

Isaac Visintainer (2):
      gall: no-op instead of sending %huck in +mo-clear-queue
      Merge pull request urbit#5095 from urbit/ixv/gall-no-huck

Liam Fitzgerald (3):
      eyre: replace channel upon new GET request
      eyre: address mark review
      eyre: send comments as heartbeats, not empty events

Logan Allen (2):
      eyre: cast within zapgar to avoid nest check
      Merge pull request urbit#5010 from urbit/la/eyre-nesting

Philip Monk (2):
      hood: suppot new kiln state
      jael, dawn: support multikeyfile

raghu (18):
      fuse: add support for tracking sources
      fuse: removing dependency on key being present
      fuse: fix some 80 char violations
      initial implementation of printing logic
      fuse: simpler generator interface
      fuse: use %w instead of %v so we can request over the network
      fuse: add |fuse-list generator
      fuse: update printing for |fuse-list
      clay: print conflicting source on fuse failure
      fuse: update help text
      work: fix argument
      accept behn gifts
      clay: log on strange fuse responses
      kiln: move to %sing from %next
      Merge remote-tracking branch 'upstream/master' into better-bar-fuse
      better cli syntax for |fuse
      update help text
      better formatting in error messages

urbit-os-v2.91

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

This release will be deployed as an over-the-air update.

Release notes:

- Fixes several issues around chat input on mobile and when editing a
message.

- Various small fixes to Landscape.

Contributions:

Hunter Miller (1):
      chat-editor: actually use controlled component

Liam Fitzgerald (10):
      @urbit/http-api: setup testing
      @urbit/http-api: add tests, fix uncovered bugs
      interface: skip deleted posts in NoteNavigation
      NoteForm: do not validate on blur
      group-view: add +join
      interface: fix deleting DM messages
      links, publish: do not visualize deleted nodes
      interface: use buttons on banners
      Merge remote-tracking branch 'origin/release/next-userspace' into lf/int-fixes
      ChatEditor: fix mobile input reset

Matilde Park (2):
      Merge pull request urbit#5102 from urbit/lf/int-fixes
      Merge pull request urbit#5104 from urbit/hm/fixing-chat-editing-1052

janeway (1):
      glob: update to 0vrbiqe.v6al2.0b4jc.u9vp7.k1e0i

janeway-bot (1):
      Merge ae6597a into release/next-userspace

urbit-os-v2.90

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

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

Release Notes:
- Comment input now no longer clears the field sporadically
- Improved drag and drop handling

Breaking changes: none

Contributions:

Hunter Miller (5):
      chat: lifting up message state, converting to fns
      chat: adding localstorage sync and cleanup
      bucket: fixing race condition and adding validation
      file-upload: refactored common logic and added to blocks
      chat: replacing manual persistence with middleware

Liam Fitzgerald (3):
      metadata-store: unhide all groups
      CommentInput: stop recreating input
      -group-create: do not hide groups by default

janeway (1):
      glob: update to 0v7.v4dng.o33qi.kc497.5jc02.ke5es