Skip to content

v4.1.0: Gone

Compare
Choose a tag to compare
@auguwu auguwu released this 26 Feb 04:44
· 75 commits to master since this release

This release removes all the deprecations that were mentioned in v4.0.6

  • The ume CLI now provides a configuration interface over configuring uploaders for ume screenshot. It is in the TOML format of:
# enables system notifications, use `false` to disable it.
system_notifications = true

[[uploader]]
url = "http://localhost:3621"
key = "<your uploader key>"
name = "my-uploader"

All uploaders can be referenced by their name, i.e, ume screenshot my-uploader.

  • GNOME Screenshot is now supported. You can use --gnome-screenshot or the GNOME_SCREENSHOT environment to enable it or provide a path to a gnome-screenshot binary.
  • The ume binary should be less in the actual size of the binary.

Full Changelog: 4.0.6...4.1.0