Allay adheres to Semantic Versioning.
- Add support for
sync
ing on Linux. - Better localization system: Now, not only
pack.name
andpack.description
will be adapted to other languages, but also every other translation you add in any language file.
.gitignore
template now has the correct format- Both stdout and stderr of plugins will now be printed to the console
0.1.0 - 2023-05-20
♻️ Rewrite
0.1.0-beta.1 - 2023-10-08
- Add
doc
command. add
command now handles unsuccessful HTTP responses.
- Localization now correctly falls back to the first match of the primary language group instead of the primary language.
add
command now usesmaster
branch instead ofmain
which does not exist.add
command now addsrb
file extension to added files.
- Errors without much impact no longer stop the build process and instead just show an error message.
add
command no longer overrides already existing files.- Exclude empty space is about section of the command when
NO_COLOR
is set.
0.1.0-alpha.1 - 2023-08-11
🍰 Initial release