tags
0.13.1
🛠 What's Fixed?
* update: fix update notification after update is complete
artifacts
0.13
⚠️ Huge refactor. Many changes. Here be dragons.
artifacts
0.12.8
🛠 What's Fixed?
* build: Fixed version bumping not working; improved output
artifacts
0.12.2
🛠 What's Fixed?
* install: Fixed "Version:" not being populated
artifacts
0.12.1
🛠 What's Fixed?
* update: Fixed error when attempting an update
artifacts
0.12
⚠️ Huge refactor. Many changes. Here be dragons.
artifacts
0.11.2
🛠 What's Fixed?
* Various improvements and fixes
artifacts
0.11.1
🛠 What's Fixed?
* Fixed sourcing being impossible from non-compiled verison of ATFile (./atfile.sh)
* bsky: Fixed null dates causing unhandled errors
* resolve: Fixed PDS name not being scraped
* stream: Fixed incorrect debug message
* Various improvements and fixes
artifacts
0.11
✨ What's New?
* [#15] Support for $XDG_CONFIG_HOME (previously hardcoded to ~/.config)
* [#15] Support for ~/Library on macOS (if $XDG_CONFIG_HOME is unset)
* Fixed hardcoded filesize limit for bsky.network ATProto accounts
* [#16] Fixed a large amount of `shellcheck` issues (down from ~250 issues to 6)
💥 Breaking Changes
* Removed `fp` command
* Modified envvar location on macOS. Either:
* '~/Library/Application Support/atfile.env'
* '$XDG_CONFIG_HOME/atfile.env' (if available)
⚙️ Development
(These changes are important to note if you plan on building and/or contributing to ATFile)
* Included testing when running `release`
* This requires `shellcheck` to be installed
* Errors will stop the ability to release new versions