Skip to content

Releases: electricduck/atfile

0.6.1

20 Nov 03:05
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


✍️ Notes

  • Version bump to test the new update mechanism in 0.6

0.6

20 Nov 03:03
Compare
Choose a tag to compare
0.6

⬇️ Download

Existing User? atfile update


✨ What's New?

  • [#8] Updates now come from the ATmosphere ✨
    Previously, updates were downloaded from GitHub, but starting from this version updates are downloaded from @atfile.zio.blue β€” uploaded with ATFile of course!

πŸ’₯ Breaking Changes

(None! Boooooi)

βš™οΈ Development

These changes are important to note if you plan on building and/or contributing to ATFile

(None)

0.5

20 Nov 00:40
Compare
Choose a tag to compare
0.5

⬇️ Download

Existing User? atfile update


✨ What's New?

  • Removed tool commands hiding
    Lots of little helpful utilities for dealing with ATProto (not just ATfile), previously only visible by setting ATFILE_ENABLE_HIDDEN_COMMANDS=1
    • See all commands under help βž” Commands (Tools) for more
  • Added atfile:// protocol handler
    • Instead of using commands, ATFile can be called with the protocol. For example, atfile atfile://ducky.ws/upload/3l63u3gr4cs2d
    • URI is as follows: atfile://<actor>/<path>/<key>
      • <actor>: ATProto actor (DID or handle)
      • <path>: Last segment of ATFile lexicon. Currently supported:
        • upload: blue.zio.atfile.upload
      • <key>: Uploaded file key
  • Various improvements and performance fixes

πŸ’₯ Breaking Changes

  • Removed ATFILE_ENABLE_HIDDEN_COMMANDS envvar

βš™οΈ Development

These changes are important to note if you plan on building and/or contributing to ATFile

  • Lexicons are now included (as a submodule to ziodotsh.lexicons)
    • ATFile does not directly use these; they have been written as references for others to build on-top of ATFile
    • Currently incomplete: see #7.

0.4.10

19 Nov 18:19
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • Various minor fixes and improvements

0.4.9

14 Nov 00:09
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • url: fix command always throwing an error

0.4.8

06 Nov 00:06
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • update: fix error during update
    • Because of this, if you're coming across problems updating, you will need to manually re-install this version. Sorry!

0.4.7

05 Nov 23:56
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • record: fix put sub-command not working with <key> <record-json> [<collection>] arguments

0.4.6

27 Oct 02:39
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • [#5/#6] Fixed issues with BSD/macOS versions of various tools (date, realpath, and stat; removed wc)
  • info: Improved fingerprint output

0.4.5

24 Oct 22:04
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • [#5] Fixed issues with BSD/macOS version of stat
  • something-broke: fixed some outputs under Deps
  • help: fixed ATFILE_INCLUDE_FINGERPRINT type showing as int (it's a bool)

0.4.4

24 Oct 02:07
Compare
Choose a tag to compare

⬇️ Download

Existing User? atfile update


πŸ”¨ What's Fixed?

  • Added UAS to fingerprint record
    • This record will now always be added to the file; set ATFILE_INCLUDE_FINGERPRINT=1 to include machine details