File tree Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Expand file tree Collapse file tree 6 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
+ ## 1.16.0 (2020-04-16)
5
+ ### New features
6
+ - ` lbg_choose_file ` is now supported on Windows using PowerShell
7
+ - Multiple choices for ` lbg_choose_option ` is now supported on macOS
8
+ - ` lb_get_config ` can now read configs from stdin
9
+ - ` mail ` command is now supported for ` lb_email `
10
+
11
+ ### Changes
12
+ - Removed unused variable ` $lbg_path `
13
+ - Renamed translations variables (BE CAREFUL TO UPDATE YOUR OWN TRANSLATIONS, IF ANY)
14
+
4
15
## 1.15.0 (2019-11-17)
5
16
### New features
6
17
- ` lbg_choose_option ` now supports multiple choices with ` -m ` option
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2017-2019 Jean Prunneaux http://jean.prunneaux.com
3
+ Copyright (c) 2017-2020 Jean Prunneaux http://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-2019 Jean Prunneaux
6
+ # Copyright (c) 2017-2020 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-2019 Jean Prunneaux #
7
+ ' # Copyright (c) 2017-2020 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-2019 Jean Prunneaux #
7
+ # Copyright (c) 2017-2020 Jean Prunneaux #
8
8
# Website: https://github.com/pruje/libbash.sh #
9
9
# #
10
- # Version 1.15 .0 (2019-11-17 ) #
10
+ # Version 1.16 .0 (2020-04-16 ) #
11
11
# #
12
12
# #######################################################
13
13
14
- declare -r lb_version=1.16.0-beta.1
14
+ declare -r lb_version=1.16.0
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-2019 Jean Prunneaux #
7
+ # Copyright (c) 2017-2020 Jean Prunneaux #
8
8
# Website: https://github.com/pruje/libbash.sh #
9
9
# #
10
- # Version 1.15 .0 (2019-11-17 ) #
10
+ # Version 1.16 .0 (2020-04-16 ) #
11
11
# #
12
12
# #######################################################
13
13
You can’t perform that action at this time.
0 commit comments