Skip to content

Releases: AnirudhG07/ntfyme

v0.0.2

06 Aug 19:10
Compare
Choose a tag to compare

Release v.0.0.2

This release is mainly focussed on enhancing the UI for ntfyme.

UI enhancements added-

  • The help message is now a beautiful box with more help text and options
  • the ntfyme diagnostics have become much more colourful and now presented in a box
  • the interactive setup is now allowing checkbox based input with arrow key movement
  • Spinners added for loading.

Breaking changes

The flags have been changed.

  • Now to execute a command either directory through pipe, you have to use "exec" keyword.
    more information present in ntfyme exec -h.
  • --Interactive-setup => setup
  • --config => config
  • --log => log
  • ==enc => enc

Bugs fixed

  • Windows permission requirements to edit config file was not given, that is fixed. You have to run it through Admin now.

View the changes that have occurred -

PR

Full Changelog: v0.0.1...v0.0.2

v0.0.1

25 Jul 12:59
651209c
Compare
Choose a tag to compare

ntfyme Original v0.0.1

This is the original ntfyme release involve the below features and notification API's-

Features

  1. notification in macOS using osascript, Linux using notify-send, and for Windows and WSL, using player library of python.
  2. GMAIL and TELEGRAM. Large files with chars>1000 will be outputted to a file with the error
  3. Tracking process for suspension when using -t
  4. Interaction setup and colorful outputs

This was made to easy notification in various OS's for easier workflow!