Releases: electricduck/atfile
Releases Β· electricduck/atfile
0.6.1
β¬οΈ Download
Existing User? atfile update
βοΈ Notes
- Version bump to test the new update mechanism in 0.6
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
β¬οΈ 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 settingATFILE_ENABLE_HIDDEN_COMMANDS=1
- See all commands under
help
β Commands (Tools) for more
- See all commands under
- 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
- Instead of using commands, ATFile can be called with the protocol. For example,
- 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
β¬οΈ Download
Existing User? atfile update
π¨ What's Fixed?
- Various minor fixes and improvements
0.4.9
β¬οΈ Download
Existing User? atfile update
π¨ What's Fixed?
url
: fix command always throwing an error
0.4.8
β¬οΈ 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
β¬οΈ Download
Existing User? atfile update
π¨ What's Fixed?
record
: fixput
sub-command not working with<key> <record-json> [<collection>]
arguments
0.4.6
0.4.5
β¬οΈ Download
Existing User? atfile update
π¨ What's Fixed?
- [#5] Fixed issues with BSD/macOS version of
stat
something-broke
: fixed some outputs under Depshelp
: fixedATFILE_INCLUDE_FINGERPRINT
type showing asint
(it's abool
)
0.4.4
β¬οΈ 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
- This record will now always be added to the file; set