diff --git a/README.md b/README.md index 20c1ad7..b4b95e2 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ cabal v2-build --enable-executable-static -O2 strip --strip-all based ``` +Do not forget to set `$LD_LIBRARY_PATH` to the directory of your static libs. + ## Compilation * If you want to compile your own build, link it dynamically via @@ -48,8 +50,13 @@ The following are the supported encodings * UU Encoding * XX Encoding * yEncoding -* Char to Hex and vice versa -* Decimal to Hex and vice versa -* Oktal to Hex and vice versa -* Binary to Hex and vice versa +* Rotate (1..26) +* Unicode to hex and vice versa +* Unicode to dec and vice versa +* Unicode to oct and vice versa +* Unicode to bin and vice versa +* ~~Char to Hex and vice versa~~ +* ~~Decimal to Hex and vice versa~~ +* ~~Oktal to Hex and vice versa~~ +* ~~Binary to Hex and vice versa~~ diff --git a/based.cabal b/based.cabal index 5a64051..0f2f9fa 100644 --- a/based.cabal +++ b/based.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: based -version: 0.4.2.0 +version: 0.4.3.0 license-file: LICENSE extra-source-files: CHANGELOG.md author: Stefan Friese