diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ccf4616..2530caff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.33.0](https://github.com/jm33-m0/emp3r0r/compare/v1.32.5...v1.33.0) (2023-12-22) + + +### Features + +* remove shell pane ([86851d2](https://github.com/jm33-m0/emp3r0r/commit/86851d2a55000f50a3c149b349032f0dc199a577)) +* revamp `lpe_helper` ([94d3601](https://github.com/jm33-m0/emp3r0r/commit/94d3601ce45baa4df8af019a03e5f2d46ab056d1)) + + +### Bug Fixes + +* `grab` creates on-disk file even if no path is specified ([dfbf640](https://github.com/jm33-m0/emp3r0r/commit/dfbf640276bc46819df6b526421ae1ea34ba2ec5)) +* tmux config: status bar scripts not working ([db9ba69](https://github.com/jm33-m0/emp3r0r/commit/db9ba6990a62de520557db29ee2c64e5aa7b7441)) + ## [1.32.5](https://github.com/jm33-m0/emp3r0r/compare/v1.32.4...v1.32.5) (2023-12-22) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index b0561c18e..fa189cdd7 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -63,7 +63,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.32.5" // x-release-please-version + Version = "v1.33.0" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128