From ff26d9d8446cca3ab37e1a45407fe19c9becb2be Mon Sep 17 00:00:00 2001 From: Infendro Date: Thu, 29 Jan 2026 16:46:51 +0000 Subject: [PATCH] Update Home --- Home.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/Home.md b/Home.md index d7f75d1..8080413 100644 --- a/Home.md +++ b/Home.md @@ -5,18 +5,15 @@ Supported encodings: - Base2 (binary) - Base8 (octal) -- Base16 (hexadecimal) +- Base10 (decimal) +- Base16 (hexadecimal, uppercase/lowercase) - Base32 -- Base64 - -## Targets - -| Target | Status | -|------------------|---------------| -| JVM | Supported | -| JavaScript | Supported | -| Native (Linux) | Supported | -| Native (Windows) | Not Supported | +- Base36 +- Base45 +- Base56 +- Base58 +- Base62 +- Base64 (standard/URL) ## Installation @@ -28,6 +25,6 @@ repositories { } dependencies { - implementation("com.infendro:encoding:1.2.0") + implementation("com.infendro:encoding:1.3.0") } -``` +``` \ No newline at end of file