-
c970261e53
Merge branch 'main' of github.com:adlee-was-taken/stegasoo
main
adlee-was-taken
2026-04-04 16:29:34 -04:00
-
-
4607ff27dd
Minor fixes
adlee-was-taken
2026-04-04 16:29:20 -04:00
-
70b941d55a
Pre-consolidation snapshot: backends, steganalysis, platform presets, and WIP changes
pre-monorepo-consolidation
Aaron D. Lee
2026-04-01 18:56:36 -04:00
-
14fce4d3ed
More video work, planning, etc. -- Need to mark things EXPERIMENTAL.
Aaron D. Lee
2026-03-24 16:00:30 -04:00
-
-
05382c4081
Merge carrier type toggle into Step 1 accordion, reduce to 3 steps
adlee-was-taken
2026-03-01 16:27:02 -05:00
-
ef5a9ce9cb
Add per-channel hybrid audio spread spectrum and env feature toggles
adlee-was-taken
2026-02-28 11:58:40 -05:00
-
0248bec813
Add audio steganography with LSB and spread spectrum modes
adlee-was-taken
2026-02-27 20:26:07 -05:00
-
7aeb26e003
Add CLAUDE.md project guide and worktree documentation
adlee-was-taken
2026-02-22 20:45:09 -05:00
-
1630d044aa
Update WebUI screenshots for Encode/Decode pages
worktree-agent-ae7083af
worktree-agent-a9d6b5d9
worktree-agent-a5b310e4
worktree-agent-a4620d67
worktree-agent-a3a5d738
adlee-was-taken
2026-01-26 00:51:45 -05:00
-
c2a0a731d7
Add READMEs for AUR CLI and API packages
adlee-was-taken
2026-01-24 01:17:39 -05:00
-
89de839fd8
Improve AUR post-install messages with service details
adlee-was-taken
2026-01-24 01:15:15 -05:00
-
49566292ba
Fix channel badge centering when navbar collapses
adlee-was-taken
2026-01-24 01:13:17 -05:00
-
9f0e0afeb6
Fix BIP-39 wordlist not found when installed via pip/AUR
adlee-was-taken
2026-01-24 01:12:45 -05:00
-
398a359778
Add Windows Docker/WSL2 docs, update Python version to 3.11-3.14
Aaron D. Lee
2026-01-12 23:21:58 -05:00
-
86aa5cbddf
Add pypi environment to release workflow
Aaron D. Lee
2026-01-12 23:10:13 -05:00
-
2f54f80214
Update release notes for v4.2.1
v4.2.1
Aaron D. Lee
2026-01-12 23:00:20 -05:00
-
1cd2656e60
Update CI to Python 3.11-3.13 (drop 3.10 support)
Aaron D. Lee
2026-01-11 23:56:50 -05:00
-
ce728cec6e
Update .SRCINFO files for v4.2.1
Aaron D. Lee
2026-01-11 23:23:05 -05:00
-
555735a4fd
Add Docker artifacts to gitignore
Aaron D. Lee
2026-01-11 23:21:31 -05:00
-
08b70043e4
Update PKGBUILD versions and add AUR test scripts
Aaron D. Lee
2026-01-11 20:31:00 -05:00
-
d395e5731e
Fix CLI import paths for installed packages
Aaron D. Lee
2026-01-11 18:29:06 -05:00
-
110b160e68
Bump version to 4.2.1
Aaron D. Lee
2026-01-11 18:18:13 -05:00
-
b09f607d34
Add stegasoo-api AUR package
Aaron D. Lee
2026-01-11 18:13:26 -05:00
-
34ede3815f
Add API key authentication and TLS support
Aaron D. Lee
2026-01-11 18:03:51 -05:00
-
3b5ab41ce9
Add stegasoo-cli AUR package (CLI-only, no web deps)
Aaron D. Lee
2026-01-11 17:19:31 -05:00
-
525bcec3c9
Add compress, rotate, convert tools to CLI
Aaron D. Lee
2026-01-11 17:10:55 -05:00
-
afc8c93923
Fix CLI encode format detection and jpegtran -trim bug
Aaron D. Lee
2026-01-11 17:06:53 -05:00
-
38bef32750
Redesign EXIF viewer and compact tools UI
Aaron D. Lee
2026-01-11 16:50:59 -05:00
-
4e3acfca20
Add jpegtran lossless rotation and EXIF orientation handling
Aaron D. Lee
2026-01-11 16:36:52 -05:00
-
2ebc42f2cd
Fix EXIF viewer breaking on binary MakerNote fields
v4.2.0
Aaron D. Lee
2026-01-11 13:40:12 -05:00
-
1e07630b49
Update docs and comments for jpeglib migration (v4.2.0)
Aaron D. Lee
2026-01-11 11:19:16 -05:00
-
67037ae196
RPi: Standardize tarball naming to stegasoo-rpi-venv-arm64.tar.zst
Aaron D. Lee
2026-01-11 10:59:07 -05:00
-
5a68840725
RPi: Fix jpeglib ARM64 build - skip turbo/mozjpeg correctly
Aaron D. Lee
2026-01-10 23:15:34 -05:00
-
ebc999b2b3
RPi: Simpler approach - filter lines containing turbo/mozjpeg
Aaron D. Lee
2026-01-10 23:10:10 -05:00
-
f46ef01f5f
RPi: Fix setup.py patching (use Python regex instead of sed)
Aaron D. Lee
2026-01-10 23:06:17 -05:00
-
0d76780deb
RPi: Skip turbo/mozjpeg (need cmake-generated headers)
Aaron D. Lee
2026-01-10 23:03:28 -05:00
-
d34919e32f
RPi: Download exact header version for each libjpeg
Aaron D. Lee
2026-01-10 22:42:59 -05:00
-
a4038589b0
RPi: Download matching libjpeg headers for each version
Aaron D. Lee
2026-01-10 22:37:27 -05:00
-
db763f1464
Fix jpeglib tag (1.0.2 not v1.0.2)
Aaron D. Lee
2026-01-10 22:33:15 -05:00
-
27c5b08d41
RPi: Fix jpeglib include path (symlink src/jpeglib -> jpeglib)
Aaron D. Lee
2026-01-10 22:30:59 -05:00
-
28cb9bb9b3
RPi: Clone jpeglib from GitHub (PyPI tarball incomplete)
Aaron D. Lee
2026-01-10 22:30:21 -05:00
-
889df881ba
RPi: Fix jpeglib ARM64 build (missing headers)
Aaron D. Lee
2026-01-10 22:20:40 -05:00
-
c058d116b8
RPi: Remove pyenv, use system Python 3.11+
Aaron D. Lee
2026-01-10 21:35:50 -05:00
-
fae86887e2
Update RPi scripts and docs for v4.2.0
Aaron D. Lee
2026-01-10 21:23:05 -05:00
-
5e45b2c5c1
AUR: Add zbar dependency, create temp_files directories
Aaron D. Lee
2026-01-10 20:59:48 -05:00
-
71088989f3
Migrate from jpegio to jpeglib for Python 3.13+ support
Aaron D. Lee
2026-01-10 20:09:52 -05:00
-
530e5debef
Include frontends in wheel, fix systemd WorkingDirectory
Aaron D. Lee
2026-01-10 16:58:16 -05:00
-
3b062458e3
Update Web UI screenshots and fix script for HTTPS
Aaron D. Lee
2026-01-10 16:15:20 -05:00
-
5e65035ca4
Fix AUR venv shebang paths
Aaron D. Lee
2026-01-10 16:06:08 -05:00
-
de9d1de881
Fix AUR package build for Python 3.12
Aaron D. Lee
2026-01-10 15:21:44 -05:00
-
8d90a888cf
Add AUR package (stegasoo-git)
Aaron D. Lee
2026-01-10 12:55:20 -05:00
-
b0914778e3
Add zstandard to Docker base image
Aaron D. Lee
2026-01-10 00:07:18 -05:00
-
7e5462ea6e
Add rebuild option to build.sh for complete no-cache builds
Aaron D. Lee
2026-01-10 00:04:00 -05:00
-
e085a8ffe9
Update release notes for v4.2.0
Aaron D. Lee
2026-01-09 23:46:44 -05:00
-
2d7fbd1e0d
Add QR code generation to CLI and API
Aaron D. Lee
2026-01-09 23:38:51 -05:00
-
32842f6b73
Move zstandard to core dependencies
Aaron D. Lee
2026-01-09 23:32:49 -05:00
-
3fd3204552
Cap RSA at 3072 bits, add zstd compression for QR codes
Aaron D. Lee
2026-01-09 23:30:31 -05:00
-
175362ce4c
Fix async encode returning HTML errors instead of JSON
Aaron D. Lee
2026-01-09 23:17:51 -05:00
-
2ed108f3a0
Fix decode progress - add Argon2 phase tracking
Aaron D. Lee
2026-01-09 23:14:10 -05:00
-
167e1a6ff5
Add optional REST API systemd service for Pi
Aaron D. Lee
2026-01-09 23:09:48 -05:00
-
f2f3e2eefc
Fix decode progress - pass progress_file to library
Aaron D. Lee
2026-01-09 23:03:07 -05:00
-
5c685cba67
Fix decode progress getting stuck at 25%
Aaron D. Lee
2026-01-09 22:48:53 -05:00
-
4e819b80cc
Improve progress phase messages for key derivation
Aaron D. Lee
2026-01-09 22:45:16 -05:00
-
ea86216648
Bump pyproject.toml version to 4.2.0
Aaron D. Lee
2026-01-09 22:42:14 -05:00
-
8de5659fa6
Increase temp file expiry from 5 to 10 minutes
Aaron D. Lee
2026-01-09 22:41:09 -05:00
-
de0bf2410d
Improve progress bar UX for encode/decode
Aaron D. Lee
2026-01-09 22:38:42 -05:00
-
8b948d00a4
Update about page version history for v4.2.0
Aaron D. Lee
2026-01-09 22:22:41 -05:00
-
6d88453b69
Update release notes for v4.2.0
Aaron D. Lee
2026-01-09 22:16:34 -05:00
-
ea57bdf302
Make API encode/decode endpoints async with thread pool
Aaron D. Lee
2026-01-09 22:13:57 -05:00
-
55d54717f8
Use float32 instead of float64 for DCT operations
Aaron D. Lee
2026-01-09 22:10:20 -05:00
-
c0fe85ac83
Add progress_file support to DCT extraction
Aaron D. Lee
2026-01-09 22:01:20 -05:00
-
e9e4d1aab9
Vectorize DCT encode/decode for ~14x speedup
Aaron D. Lee
2026-01-09 21:52:51 -05:00
-
1acb5a3dcc
Update release notes for v4.1.7
v4.1.7
Aaron D. Lee
2026-01-09 21:38:14 -05:00
-
14a73c63ac
Add reedsolo to Docker, update docs for docker/ paths
Aaron D. Lee
2026-01-09 21:20:52 -05:00
-
3d53282738
Move pishrink.sh to rpi/tools/
Aaron D. Lee
2026-01-09 18:08:19 -05:00
-
e831ae4884
Move Docker files to docker/ directory
Aaron D. Lee
2026-01-09 18:01:15 -05:00
-
4751d05e9f
Add Pi runtime tarball build script
Aaron D. Lee
2026-01-09 17:59:08 -05:00
-
d15bcb8df4
Change 'Undetectable' to 'Covertly Embedded'
Aaron D. Lee
2026-01-09 17:54:22 -05:00
-
6ec7de5604
Add Docker quickstart guide
Aaron D. Lee
2026-01-09 17:48:10 -05:00
-
1cdb2aca91
Bump mobile PIN digit font-size to 1.15rem
Aaron D. Lee
2026-01-08 17:27:03 -05:00
-
46de371c42
Shrink PIN digit boxes on mobile for 9-digit support
Aaron D. Lee
2026-01-08 17:24:44 -05:00
-
11c0d45548
Make decode mode selector buttons wider
Aaron D. Lee
2026-01-08 17:21:51 -05:00
-
7bb1029c0f
Add text-nowrap and icons to decode mode selector
Aaron D. Lee
2026-01-08 17:19:27 -05:00
-
e3f7f36e5e
Prevent DCT/LSB button text from wrapping
Aaron D. Lee
2026-01-08 17:17:47 -05:00
-
f200737088
Improve DCT/LSB selector with icons and divider
Aaron D. Lee
2026-01-08 17:15:56 -05:00
-
6def318ba7
Left-align collapsed navbar menu on mobile
Aaron D. Lee
2026-01-08 17:09:47 -05:00
-
e203af6a73
Add redacted dots to channel key preview in header
Aaron D. Lee
2026-01-08 17:07:38 -05:00
-
6ba135098b
Use consistent button group style for mode selectors
Aaron D. Lee
2026-01-08 17:03:08 -05:00
-
903739c055
Remove divider between color/format options for mobile
Aaron D. Lee
2026-01-08 17:01:18 -05:00
-
30fbb5016e
Shorten channel fingerprint in navbar for mobile
Aaron D. Lee
2026-01-08 17:00:07 -05:00
-
041148e8fe
Bump version to 4.1.7
Aaron D. Lee
2026-01-08 16:54:12 -05:00
-
90bedce379
Add channel key loading option to first-boot wizard
Aaron D. Lee
2026-01-08 16:48:10 -05:00
-
021265f3cf
Add screenshot capture script for documentation
Aaron D. Lee
2026-01-08 16:02:34 -05:00
-
ff42398509
Simplify wipe - remove dd zero, just use wipefs
Aaron D. Lee
2026-01-08 13:45:20 -05:00
-
a30ec33b98
Fix SD card flashing progress display
Aaron D. Lee
2026-01-08 13:40:31 -05:00
-
252efbec7e
Add filesystem validation after flashing
Aaron D. Lee
2026-01-08 13:00:37 -05:00
-
6e906d5981
Run growpart/resize2fs directly without gum spin
Aaron D. Lee
2026-01-08 12:40:46 -05:00
-
df6125d098
Use growpart before resize2fs to expand full disk
Aaron D. Lee
2026-01-08 12:36:06 -05:00
-
3d4a340305
Add prompt for filesystem expansion in wizard
Aaron D. Lee
2026-01-08 12:30:39 -05:00
-
0decb39b17
Move filesystem expansion to first-boot wizard
Aaron D. Lee
2026-01-08 12:00:47 -05:00