File tree Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Expand file tree Collapse file tree 7 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
3
3
4
+ ## 1.18.1 (2021-01-21)
5
+ ### Bugfixes
6
+ - Fix bug that prevented email to be sent if old mail command was installed
7
+
4
8
## 1.18.0 (2020-11-25)
5
9
### New features
6
10
- New function ` lb_ami_root ` to test if current user is root
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2020 Jean Prunneaux https://jean.prunneaux.com
3
+ Copyright (c) 2017-2021 Jean Prunneaux https://jean.prunneaux.com
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 3
3
# libbash.sh complete demo
4
4
#
5
5
# MIT License
6
- # Copyright (c) 2017-2020 Jean Prunneaux
6
+ # Copyright (c) 2017-2021 Jean Prunneaux
7
7
# Website: https://github.com/pruje/libbash.sh
8
8
#
9
9
Original file line number Diff line number Diff line change 4
4
' # Functions for display GUI tools using VBScript #
5
5
' # #
6
6
' # MIT License #
7
- ' # Copyright (c) 2017-2020 Jean Prunneaux #
7
+ ' # Copyright (c) 2017-2021 Jean Prunneaux #
8
8
' # Website: https://github.com/pruje/libbash.sh #
9
9
' # #
10
10
' ########################################################
Original file line number Diff line number Diff line change 4
4
# A library of useful functions for bash developers #
5
5
# #
6
6
# MIT License #
7
- # Copyright (c) 2017-2020 Jean Prunneaux #
7
+ # Copyright (c) 2017-2021 Jean Prunneaux #
8
8
# Website: https://github.com/pruje/libbash.sh #
9
9
# #
10
- # Version 1.18.0 (2020-11-25 ) #
10
+ # Version 1.18.1 (2021-01-21 ) #
11
11
# #
12
12
# #######################################################
13
13
14
- declare -r lb_version=1.18.0
14
+ declare -r lb_version=1.18.1
15
15
16
16
# Index
17
17
#
Original file line number Diff line number Diff line change 4
4
# Functions to extend bash scripts to GUI tools #
5
5
# #
6
6
# MIT License #
7
- # Copyright (c) 2017-2020 Jean Prunneaux #
7
+ # Copyright (c) 2017-2021 Jean Prunneaux #
8
8
# Website: https://github.com/pruje/libbash.sh #
9
9
# #
10
- # Version 1.18.0 (2020-11-25 ) #
10
+ # Version 1.18.1 (2021-01-21 ) #
11
11
# #
12
12
# #######################################################
13
13
Original file line number Diff line number Diff line change 4
4
# This file is part of libbash.sh (https://github.com/pruje/libbash.sh)
5
5
#
6
6
# MIT License
7
- # Copyright (c) 2017-2020 Jean Prunneaux
7
+ # Copyright (c) 2017-2021 Jean Prunneaux
8
8
#
9
9
10
10
lb__result_ok_label=" ... Terminé!"
You can’t perform that action at this time.
0 commit comments