Releases: AnirudhG07/ntfyme
Releases · AnirudhG07/ntfyme
v0.0.2
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 inntfyme 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
- Richer ui by @AnirudhG07 in #21
Full Changelog: v0.0.1...v0.0.2
v0.0.1
ntfyme Original v0.0.1
This is the original ntfyme release involve the below features and notification API's-
Features
- notification in macOS using osascript, Linux using notify-send, and for Windows and WSL, using player library of python.
- GMAIL and TELEGRAM. Large files with chars>1000 will be outputted to a file with the error
- Tracking process for suspension when using -t
- Interaction setup and colorful outputs
This was made to easy notification in various OS's for easier workflow!