Commit Graph

18 Commits

Author SHA1 Message Date
EP 23359892a8 Fix: implement real Semaphore Flags (arrow-pair mapping with decode); reviewed cipher implementations for consistency 2025-08-20 19:31:31 -07:00
EP c64a35001c Transforms: add Ubbi Dubbi, Rövarspråket, Baconian, Tap Code, Base45; wire into categories 2025-08-20 19:30:00 -07:00
EP ad82dcbb0b Transforms: add QWERTY Left Shift, Base32 Crockford, Hex Compact Uppercase, Bitflip+Base64; register categories 2025-08-20 19:24:42 -07:00
EP 0840bc00e6 Fix potential lockups: make strikethrough/underline robust without emojiLibrary; site tab wiring unchanged; investigate CSS/HTML if issue persists 2025-08-20 18:55:04 -07:00
EP 577a9a93df Transforms: add Base85 (Z85), Base91, and Quoted-Printable; register in Encoding category 2025-08-20 18:51:06 -07:00
EP f06bced43e Transforms QA: mark ambiguous mappings as non-reversible (Leetspeak, NATO, A1Z26, Greek, Regional Indicator); keeps universal decoder reliable 2025-08-20 18:44:49 -07:00
EP 6d1569b3bd Transforms: make Base64/Base64URL and Binary UTF-8 safe (TextEncoder/TextDecoder) for reliable round-trips 2025-08-20 18:36:13 -07:00
EP f8a2aa0e54 Transforms: add Ubbi Dubbi and Rövarspråket (reversible); register in Format category 2025-08-20 18:30:13 -07:00
EP 3ab63e29e9 QA: remove incorrect reverse for Vaporwave (not logically reversible); recheck suite 2025-08-20 18:23:12 -07:00
EP 4c406e2d6c Transforms QA: improve Invisible Text reverse (byte-accurate); simplify previews for Binary/Hex; added tests page already covers flows 2025-08-20 18:18:30 -07:00
EP fb3e48d3c5 Transforms: add Base45, Rail Fence (5 rails), XOR cipher, Swap Case, Unicode normalize/escape/strip-diacritics, Squash Whitespace; register in categories 2025-08-20 18:17:06 -07:00
EP c306e9d0fd UI: Add global Advanced Unicode panel + header toggle; remove duplicate from decoder; wire Apply to steganography options; minor UI polish 2025-08-20 16:26:34 -07:00
EP 61285bfef3 feat: add randomizer chaos animations; add many new transforms (Katakana, Hiragana, Cyrillic Stylized, Fraktur, cases, emoji speak); improve previews; mixed/token-wise universal decoding; UI categories + README contributor guide; fix Random Mix no-scroll 2025-08-20 14:57:17 -07:00
EP 2bdf4f202e Fixed emoji copying and category navigation, added Greek transform 2025-03-12 00:27:44 -04:00
EP e65a21f5fc Improved category jump scroll and simplified emoji decoder. Changes: 1) Added smooth category jump scroll with active state highlighting 2) Simplified emoji tab decoder to only attempt emoji decoding 2025-03-11 23:10:47 -04:00
EP 25785d9981 Fix emoji encoding and UI issues: 1) Fixed emoji encoding to properly handle all emoji types including flags 2) Improved decoding logic 3) Removed duplicate black bars from UI 4) Increased emoji size and visibility 2025-03-11 16:23:13 -04:00
EP f65235c5d2 Fix emoji encoding and improve universal decoder 2025-03-09 18:45:56 -04:00
EP 1637dd3603 UI: Auto-copy transformed/hidden text
- Add automatic clipboard copy when text is transformed
- Add automatic clipboard copy when text is hidden/encoded
- Add automatic clipboard copy when text is decoded
- Remove manual copy buttons and keyboard shortcuts
- Fix transform button functionality
2025-03-09 17:50:23 -04:00