Skip to content

0.1.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Aug 07:18
eae8365

Release candidate 2 for upcoming 0.1.0 release, see discussion.

What's Changed

  • Settings → Block save after failed connection test by @snowyukitty in #162
  • Logs → Live log view by @revett in #163
  • Storage → Bypass CORS with native requests by @revett in #165
  • Signed releases via GitHub Action by @revett in #168
  • Release → Remove one off backfill attestation workflow by @revett in #169
  • Address OpenSSF issues with signed releases by @revett in #170
  • Release → Ship per asset provenance bundles by @revett in #171
  • Sync → Fix a permanent wedge on a manifestless first sync by @revett in #172
  • Storage → Bound every request with a deadline by @revett in #173
  • Snapshot → Bound reads by in-flight bytes by @revett in #174
  • Storage → Treat 409 as a conflict, not a generic server error by @revett in #176
  • Sync → Hash pushed bytes at upload time by @revett in #177
  • Sync → Flush open editors before reading the vault by @revett in #178
  • Sync → Create every ancestor folder explicitly on pull by @revett in #179
  • Storage → Fail loudly on listing XML this parser cannot recognize by @revett in #180
  • Storage → Move to content addressed blob storage by @revett in #181
  • Sync → Reject unsafe paths from a decoded snapshot by @revett in #185
  • Vault → Write state.json atomically by @revett in #186
  • Sync → Prove the whole reserved prefix is excluded from planning by @revett in #187
  • Vault → Refuse a snapshot with two paths differing only by case by @revett in #188
  • Sync → Distinguish an unused bucket from a wiped one by @revett in #190
  • Sync → Name the device that made a conflicted edit by @revett in #191
  • Logs → Preserve text selection during refresh by @terminalchai in #189
  • Sync → Support syncing to a folder inside the bucket by @revett in #192
  • Vault → Add unicode normalization for file paths by @kwame-Owusu in #151
  • Security → Clear the fast-uri host advisory by @revett in #194
  • Storage → Reserve an encryption envelope in the object format by @revett in #195
  • Settings → Normalize custom endpoint scheme by @newchannelid432-code in #167
  • Sync → Skip the manifest upload when a pass changes nothing by @revett in #198
  • Sync → Sync automatically on local changes, focus, and a poll by @revett in #200
  • Sync → Classify pass failures so terminal ones stop retrying by @revett in #203
  • Style → Cap comment length and ban issue references by @revett in #204
  • Sync → Keep a permanent halt through a network reconnect by @revett in #206
  • Onboarding → Walk a new bucket through its first sync by @revett in #207
  • Security → Bump js-yaml past the omap DoS advisory by @revett in #208
  • Sync → Halt a pass that would destroy a large share of the vault by @revett in #209
  • Settings → Restrict custom provider to local development by @MFA-G in #161
  • Settings → Trim whitespace around connection values by @newchannelid432-code in #199
  • Sync → Say the things a status bar icon cannot by @revett in #210
  • UI → Improve status icon by @revett in #211
  • Settings → Add MinIO as provider in settings by @kwame-Owusu in #213
  • Bump actions/attest-build-provenance from 4.1.1 to 4.2.2 by @dependabot[bot] in #214
  • Agents → Add ponytail skill by @revett in #215

New Contributors