v4.1.0: Gone
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 theGNOME_SCREENSHOT
environment to enable it or provide a path to agnome-screenshot
binary. - The ume binary should be less in the actual size of the binary.
Full Changelog: 4.0.6...4.1.0