Skip to content

Commit

Permalink
1.21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pruje committed Jun 3, 2022
1 parent 73142e7 commit efe0327
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/).

## 1.21.0 (2022-06-03)
### New features
- New function `lb_say` to say something with text-to-speech
- New `--say` option to `lb_display` and `lb_result`

## 1.20.0 (2021-02-17)
### New features
- `lbg_notify` is now supported on Windows using PowerShell
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2021 Jean Prunneaux https://jean.prunneaux.com
Copyright (c) 2017-2022 Jean Prunneaux https://jean.prunneaux.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 0 additions & 15 deletions examples/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions examples/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#
# libbash.sh complete demo
#
# MIT License
# Copyright (c) 2017-2021 Jean Prunneaux
# Website: https://github.com/pruje/libbash.sh
#

Expand Down
2 changes: 1 addition & 1 deletion inc/libbash_gui.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
' # Functions for display GUI tools using VBScript #
' # #
' # MIT License #
' # Copyright (c) 2017-2021 Jean Prunneaux #
' # Copyright (c) 2017-2022 Jean Prunneaux #
' # Website: https://github.com/pruje/libbash.sh #
' # #
' ########################################################
Expand Down
6 changes: 3 additions & 3 deletions libbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# A library of useful functions for bash developers #
# #
# MIT License #
# Copyright (c) 2017-2021 Jean Prunneaux #
# Copyright (c) 2017-2022 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.20.0 (2021-02-17) #
# Version 1.21.0 (2022-06-03) #
# #
########################################################

declare -r lb_version=1.20.0
declare -r lb_version=1.21.0

# Index
#
Expand Down
4 changes: 2 additions & 2 deletions libbash_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Functions to extend bash scripts to GUI tools #
# #
# MIT License #
# Copyright (c) 2017-2021 Jean Prunneaux #
# Copyright (c) 2017-2022 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.20.0 (2021-02-17) #
# Version 1.21.0 (2022-06-03) #
# #
########################################################

Expand Down
2 changes: 1 addition & 1 deletion locales/fr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This file is part of libbash.sh (https://github.com/pruje/libbash.sh)
#
# MIT License
# Copyright (c) 2017-2021 Jean Prunneaux
# Copyright (c) 2017-2022 Jean Prunneaux
#

lb__result_ok_label="... Terminé!"
Expand Down

0 comments on commit efe0327

Please sign in to comment.