Skip to content

Commit

Permalink
Bump to version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianonline committed Sep 26, 2022
1 parent 2666aab commit 26362c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ docker run -it --rm telegram


## Changelog
### Version 0.5
* New option `-V`to send a video file.
* Configuration can now also be set from a file called `.telegram.sh.conf`
in the same folder as this script.
### Version 0.4
* New option `-m` to receive the last received message. You could use this
e.g. to regularly poll the last message and react on commands.
Expand All @@ -138,10 +142,10 @@ docker run -it --rm telegram

### Contributors
* abadroot
* dbarthe
* hugows
* kgizdov
* KOPACb
* rerime
* rusalex
* sergiks
* dbarthe
2 changes: 1 addition & 1 deletion telegram
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

VERSION="0.4"
VERSION="0.5"
TOKEN=""
CHATS=()
DEBUG=false
Expand Down

0 comments on commit 26362c9

Please sign in to comment.