Releases: tardisx/discord-auto-upload
Releases · tardisx/discord-auto-upload
v0.13.0-alpha.2
Changelog
- Upgrade all dependancies and go version
v0.13.0-alpha.1
Changelog
- 2bd62a9 Add arm binaries for mac and linux
- 3497bfd Add state reasons
- 779f9e1 Goodbye perl build script.
- 553337b Migrate to goreleaser for next version
- ada43b1 Refactor image processing for more flexibility. Add support for resizing images if they exceed the discord 8Mb limit.
- 73c74cd Start to rework tests
- ba31f52 Use zip for windows releases
v0.12.4
- Document that watcher intervals are in seconds
v0.12.3
- Fix a race condition occasionally causing multiple duplicate uploads
v0.12.2
- Automatically open your web browser to the
dau
web interface (can be disabled in configuration)
- Add system tray/menubar icon with menus to open web interface, quit and other links (windows only)
- Superfluous text console removed on windows
v0.12.1
- Show if a new version is available in the web interface
- Rework logging and fix the log display in the web interface
v0.12.0
- Break upload page into pending/current/complete sections
- Add preview thumbnails for each upload
- Add feature to hold an image for upload, so the user can
choose to upload it or not
- Add simple image editor to add text captions
- Discord server created: https://discord.gg/eErG9sntbZ
v0.11.2
- Really fix the bug where too large attachments keep retrying
- Fix tests on Windows
v0.11.1
- Improve logging and error handling
- Improve tests
- Fix problem where attachments too large for discord fail immediately and do not retry
- Fix problem with version checking
v0.11.0
- Switched to semantic versioning
- Now supports multiple watchers - multiple directories can be monitored for new images
- Complete UI rework to support new features and decrease ugliness
- Add many tests