Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

0.9.7a

Compare
Choose a tag to compare
@Francesco149 Francesco149 released this 16 Feb 00:17
· 69 commits to master since this release
  • [enhancement] run gtk main loop for ~100ms when storing the clipboard to ensure clipboard manager pick it up even with no notification
  • [feature] add NotificationTime setting to set how long the notifications stay on screen
  • [feature] replace keywords in RequestURL
  • [feature] add datetime keywords for RequestURL and parameters (year $Y$, month $M$, day $D$, hour $h$, minute $m$, second $s$, nanosecond $n$ )
  • [bugfix] $input$ is replaced by the filename instead of the fullpath when dealing with file uploads
  • [feature] add $extension$ keyword to get the file extension
  • [feature] support requests other than GET and POST, such as PUT
  • [feature] support HTTP(S) basic auth (Username and Password settings)
  • [feature] support OwnCloud. see the example in the default sharenix.json
  • [refactor] adapt to the latest go-gtk api changes