Skip to content

Commit

Permalink
1.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pruje committed Apr 16, 2020
1 parent 287791f commit c0987d7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.16.0 (2020-04-16)
### New features
- `lbg_choose_file` is now supported on Windows using PowerShell
- Multiple choices for `lbg_choose_option` is now supported on macOS
- `lb_get_config` can now read configs from stdin
- `mail` command is now supported for `lb_email`

### Changes
- Removed unused variable `$lbg_path`
- Renamed translations variables (BE CAREFUL TO UPDATE YOUR OWN TRANSLATIONS, IF ANY)

## 1.15.0 (2019-11-17)
### New features
- `lbg_choose_option` now supports multiple choices with `-m` option
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-2019 Jean Prunneaux http://jean.prunneaux.com
Copyright (c) 2017-2020 Jean Prunneaux http://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
2 changes: 1 addition & 1 deletion examples/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# libbash.sh complete demo
#
# MIT License
# Copyright (c) 2017-2019 Jean Prunneaux
# Copyright (c) 2017-2020 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-2019 Jean Prunneaux #
' # Copyright (c) 2017-2020 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-2019 Jean Prunneaux #
# Copyright (c) 2017-2020 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.15.0 (2019-11-17) #
# Version 1.16.0 (2020-04-16) #
# #
########################################################

declare -r lb_version=1.16.0-beta.1
declare -r lb_version=1.16.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-2019 Jean Prunneaux #
# Copyright (c) 2017-2020 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.15.0 (2019-11-17) #
# Version 1.16.0 (2020-04-16) #
# #
########################################################

Expand Down

0 comments on commit c0987d7

Please sign in to comment.