Skip to content

Commit

Permalink
Release version 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ghantoos committed Oct 30, 2024
1 parent c227b6e commit 76c75a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Contact: [[email protected]](mailto:[email protected])
[https://github.com/ghantoos/lshell](https://github.com/ghantoos/lshell)



### v0.10.6 30/10/2024
- Updated lexer/parser for handling complex regex and quoted strings.
- Added the ability to restrict file extensions by providing a list of `allowed_file_extensions`.
- Fixed configuration interpretation when using `'all' - ['command']` or similar configuration structures.
- Added more tests.

### v0.10.5 26/10/2024
- Fixed parsing and testing of the over SSH commands. Corrected return codes over SSH.

Expand Down
2 changes: 1 addition & 1 deletion lshell/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import os

__version__ = "0.10.5"
__version__ = "0.10.6"

# Required config variable list per user
required_config = ["allowed", "forbidden", "warning_counter"]
Expand Down
2 changes: 1 addition & 1 deletion man/lshell.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\"
.\" Man page for the Limited Shell (lshell) project.
.\"
.TH lshell 1 "October, 2024" "v0.10.5"
.TH lshell 1 "October, 2024" "v0.10.6"

.SH NAME
lshell \- Limited Shell
Expand Down

0 comments on commit 76c75a9

Please sign in to comment.