Releases: iYassr/maskr
Releases · iYassr/maskr
maskr v1.3.15 - Enhanced PII Detection
What's New
Enhanced PII Detection
- Arabic names: Detects 150+ common Arabic first names and family patterns
- Mada cards: Fixed detection for Saudi debit cards (official BIN prefixes)
- Gulf IBANs: Fixed detection for SA, AE, BH, KW, OM, QA IBANs
- New detection types: DOB, MAC addresses, API keys/tokens, license plates, medical records, driver's licenses, GPS coordinates, VIN numbers, company codes
UX Improvements
- Loading screen: Shows progress bar on first launch while detection engine loads
- Back to Document: Can now return to document after successful export
- App name: Shows "maskr" in Alt+Tab instead of "Electron"
Downloads
- macOS (Apple Silicon):
maskr-1.3.15-arm64-mac.zip - macOS (Intel):
maskr-1.3.15-mac.zip - Windows (Installer):
maskr-1.3.15-setup.exe - Windows (Portable):
maskr-1.3.15-portable.exe - Linux (AppImage x64):
maskr-1.3.15.AppImage - Linux (AppImage ARM64):
maskr-1.3.15-arm64.AppImage - Linux (Debian x64):
maskr_1.3.15_amd64.deb - Linux (Debian ARM64):
maskr_1.3.15_arm64.deb
🤖 Generated with Claude Code
maskr v1.3.14 - PDF Fix
Fixed PDF text extraction in packaged apps
v1.3.13
Full Changelog: v1.3.12...v1.3.13
v1.3.12
Full Changelog: v1.3.11...v1.3.12
v1.3.10
Full Changelog: v1.3.9...v1.3.10
v1.3.9
Full Changelog: v1.3.8...v1.3.9
v1.3.7
Full Changelog: v1.3.6...v1.3.7
v1.3.6
Full Changelog: v1.3.5...v1.3.6
v1.3.5
Full Changelog: v1.3.4...v1.3.5
maskr v1.3.1 - Light/Dark Theme Toggle
What's New
Theme Toggle
- Added light/dark theme toggle in the footer
- Theme preference is saved to localStorage and persists across sessions
- Respects system preference on first visit
- No flash of wrong theme on page load
Testing
- Added comprehensive E2E test suite with 13 additional tests
- All 35 tests pass covering all file formats and features
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | maskr-1.3.1-arm64-mac.zip |
| macOS | Intel | maskr-1.3.1-mac.zip |
| Windows | x64 + ARM64 | maskr-1.3.1-setup.exe (installer) |
| Windows | x64 + ARM64 | maskr-1.3.1-portable.exe (portable) |
| Linux | x64 | maskr-1.3.1.AppImage |
| Linux | ARM64 | maskr-1.3.1-arm64.AppImage |
| Linux | x64 | maskr_1.3.1_amd64.deb |
| Linux | ARM64 | maskr_1.3.1_arm64.deb |
macOS Installation Note
After downloading, you may need to remove the quarantine attribute:
```bash
xattr -cr /Applications/maskr.app
```
Full Changelog: v1.3.0...v1.3.1