Skip to content

Releases: tardisx/discord-auto-upload

v0.13.0-alpha.2

30 Apr 13:13
Compare
Choose a tag to compare
v0.13.0-alpha.2 Pre-release
Pre-release

Changelog

  • Upgrade all dependancies and go version

v0.13.0-alpha.1

05 Dec 13:14
Compare
Choose a tag to compare
v0.13.0-alpha.1 Pre-release
Pre-release

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

15 Sep 12:48
Compare
Choose a tag to compare
  • Document that watcher intervals are in seconds

v0.12.3

09 May 00:29
Compare
Choose a tag to compare
  • Fix a race condition occasionally causing multiple duplicate uploads

v0.12.2

01 May 08:19
Compare
Choose a tag to compare
  • 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

01 May 02:04
Compare
Choose a tag to compare
  • 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

03 Apr 09:33
Compare
Choose a tag to compare
  • 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

19 Oct 12:18
Compare
Choose a tag to compare
  • Really fix the bug where too large attachments keep retrying
  • Fix tests on Windows

v0.11.1

11 Oct 12:25
Compare
Choose a tag to compare
  • 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

10 Oct 04:31
Compare
Choose a tag to compare
  • 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