Skip to content

Releases: imf4ll/ghost

v1.1.3

26 Jul 14:46
Compare
Choose a tag to compare
  • Added box showing select on selection mode

v1.1.2

01 Jul 01:32
Compare
Choose a tag to compare
  • Fixed save bug

v1.1.1

29 Jun 00:11
Compare
Choose a tag to compare
  • Unified save methods handler

v1.1.0

23 Jun 19:53
Compare
Choose a tag to compare
  • Fixed duped image saving
  • Added "save to file default" method, who creates a PNG inside the default images path with name like "20171504_235045.png"

v1.0.9.1

23 Jun 05:26
Compare
Choose a tag to compare
  • Removed Windows compatibility

v1.0.9

22 Jun 23:21
Compare
Choose a tag to compare
  • Switched argument parsing to "flag" standard library
  • Added native click and cursor position
  • Fixed install and uninstall methods from Makefile
  • Added AUR package

v1.0.8

09 Jun 23:43
Compare
Choose a tag to compare
  • ✨ Switch custom sounds to native sound handler (only Windows)
  • ✨ Prebuilt binaries (for Linux and Windows)

v1.0.7

08 Jun 03:23
Compare
Choose a tag to compare
  • ✨ Native screenshot handler on Linux (with Cairo)
  • ✨ Added sound support for Windows
  • ⚙️ Fixed compatibility with Windows
  • ❌ Removed "format" option (temporary)

v1.0.6

06 Jun 01:53
Compare
Choose a tag to compare
  • 🪟 Some Windows compatibility (under tests):
    • ✨ Added native clipboard handling to Windows with CGO
    • ✨ Added native method to get displays from Windows with CGO

v1.0.5

04 Jun 15:18
Compare
Choose a tag to compare
  • ✨ Added "xclip" exists checking
  • ✨ Added "format" option to change image format for upload and output methods
  • 🚀 New solution to get displays using cgo natively (for now, supporting only linux with X11)
  • 🔧 Fixed screen bug of selectionGUI