diff --git a/README.md b/README.md new file mode 100644 index 0000000..29e3e4d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# booru-upgrade + +![](https://img.shields.io/badge/written%20in-bash-blue) + +Upgrades sample images to full resolution from xBooru servers. + +## Changelog + +2016-09-22 v2 +- Fix an issue with handling files not present on remote server +- Fix an issue with handling sample files with leading tags in name +- Fix an issue with special characters in filenames +- [⬇️ booru-upgrade-v2.zip](dist-archive/booru-upgrade-v2.zip) *(581B)* + + +2016-01-16 v1 +- Initial release +- [⬇️ booru-upgrade-v1.zip](dist-archive/booru-upgrade-v1.zip) *(378B)* + diff --git a/dist-archive/booru-upgrade-v1.zip b/dist-archive/booru-upgrade-v1.zip new file mode 100644 index 0000000..0dd7647 Binary files /dev/null and b/dist-archive/booru-upgrade-v1.zip differ diff --git a/dist-archive/booru-upgrade-v2.zip b/dist-archive/booru-upgrade-v2.zip new file mode 100644 index 0000000..eb7e641 Binary files /dev/null and b/dist-archive/booru-upgrade-v2.zip differ