Commit Graph

119 Commits

Author SHA1 Message Date
cf84dfd7f2 Refactor solver worker to return translation keys and centralize i18n 2026-02-21 20:41:19 +00:00
01b01b727f refactor: cleanup unused files, consolidate tests, optimize worker pool 2026-02-19 11:20:27 +01:00
46bde27514 v1.15.3: Add missing DifficultyMap.vue component
All checks were successful
Deploy to Production / deploy (push) Successful in 21s
2026-02-19 10:56:58 +01:00
0d4ef75934 v1.15.2: Restore difficulty map visibility and fix i18n crash
Some checks failed
Deploy to Production / deploy (push) Failing after 20s
2026-02-19 10:25:58 +01:00
4782d20493 chore: bump version and fix boost button 2026-02-19 06:54:25 +01:00
43629d72a4 feat(hints): visualize completed rows and columns 2026-02-19 06:24:56 +01:00
c39c22691e Fix rectangular nonogram share generation and update gitignore 2026-02-13 22:09:46 +01:00
b3e2f5d022 chore: bump version to 1.14.3, fix translations and cleanup i18n
All checks were successful
Deploy to Production / deploy (push) Successful in 16s
2026-02-13 07:42:17 +01:00
c3188bb740 fix: prevent premature solved status, add DFS boost button, mark boosted exports 2026-02-13 07:03:08 +01:00
fa5fa12157 fix: resetGrid visibility in puzzle store and hide camera switch on single-cam devices 2026-02-13 06:14:51 +01:00
2d30315ae6 fix(solver): unify worker logic with main solver and fix skipping filled cells bug 2026-02-13 05:54:23 +01:00
2cd32d4a3e Optimize simulation with logic-only solver, fix rectangular grid support, and improve worker pool
All checks were successful
Deploy to Production / deploy (push) Successful in 8s
2026-02-13 05:18:55 +01:00
48def6c400 feat: enhance image import and solvability calculation (v1.13.0)
All checks were successful
Deploy to Production / deploy (push) Successful in 18s
- Implement non-linear threshold slider (histogram percentile method)
- Add real-time solvability calculation with progress indicator
- Improve solvability logic with generative lookahead (smash)
- Update ImageImportModal UI (alpha preview, grid size 5-80)
- Add missing translations and difficulty labels
- Optimize web worker pool with queue clearing and progress reporting
- Fix mobile camera support and UI layout
2026-02-13 02:23:44 +01:00
f1f3f81466 feat: update difficulty calculation with high-res simulation data v1.12.11
All checks were successful
Deploy to Production / deploy (push) Successful in 16s
2026-02-12 23:10:15 +01:00
5583a08b9a fix: adjust difficulty formula for small grids 2026-02-12 22:54:50 +01:00
99052a2b6c feat: enhance mobile PWA install banner 2026-02-12 22:38:03 +01:00
48778b3e8a chore: ignore and remove .DS_Store files 2026-02-12 20:18:48 +01:00
51bbe0cb52 fix: improve iOS detection for PWA prompt 2026-02-12 19:39:05 +01:00
934b2a0483 feat: refine difficulty calculation and update simulation data 2026-02-12 18:51:00 +01:00
27270d6452 fix: landscape modals and iOS PWA support 2026-02-12 18:32:49 +01:00
a4681b5b97 fix: improve mobile scrollbar visibility and resize handling 2026-02-12 18:17:06 +01:00
8327597e2e fix: hide mobile menu scrollbar & bump version to 1.11.1 2026-02-12 17:19:18 +01:00
30c1faeae4 fix: make app link clickable in generated SVG 2026-02-12 16:52:36 +01:00
b90809fca1 style: dodaj margines po prawej stronie planszy w wersji desktop 2026-02-12 16:43:21 +01:00
322182245c docs: add .gpg to gitignore 2026-02-12 15:54:13 +01:00
4dab0e2c63 chore: homepage w package.json; __APP_HOMEPAGE__ w Vite; użycie w shareUtils 2026-02-12 15:00:00 +01:00
bd310d8305 ui: linie pomocnicze co 5 w opisach wierszy i kolumn 2026-02-12 14:27:51 +01:00
6ec3e66e9c i18n: uzupełnij etykiety language.*; skrypty tłumaczeń 2026-02-12 14:21:05 +01:00
be04f333b0 feat: tłumaczenia symulacji w wielu językach; prędkości x32/x64; README EN; MIT license 2026-02-12 14:08:30 +01:00
d7e104c17a fix: priorytet ESC i zatrzymanie propagacji w modalach 2026-02-12 13:58:28 +01:00
57ae54d716 feat: ESC zamyka wszystkie modale (Custom Game, Simulation, Win) 2026-02-12 13:51:10 +01:00
1b3563f052 i18n: uzupełnienie tłumaczeń (mapa trudności, nazwy języków) 2026-02-12 13:30:51 +01:00
54af7bda2c Refactor: Extract utils, cleanup timer logic, fix share screenshot 2026-02-11 07:01:32 +01:00
0e537edcb1 fix: update win condition to validate hints instead of exact match 2026-02-11 06:27:42 +01:00
d24992b826 fix: improve desktop layout, scrolling and background 2026-02-11 06:14:19 +01:00
864ee7abb7 fix: rename share classes to avoid adblockers 2026-02-11 06:00:37 +01:00
16b2363c51 feat(layout): use native browser scroll for game board on desktop 2026-02-11 05:49:47 +01:00
0270aa8a2e feat(guide): update playback speed options (remove 3x, add 8x/16x) 2026-02-11 05:31:49 +01:00
9b959e77b0 perf(puzzle): optimize undo logic and dragging performance 2026-02-11 05:22:32 +01:00
19d017fe90 feat(i18n): add simulation translations for all languages 2026-02-11 05:00:16 +01:00
81bd3f249b perf(CustomGameModal): optimize difficulty map rendering with caching 2026-02-11 04:50:13 +01:00
b25c467f75 feat(i18n): add translations for difficulty simulation feature 2026-02-11 04:47:02 +01:00
367d6e282e fix(CustomGameModal): improve difficulty map UX - resize and drag outside 2026-02-11 04:32:32 +01:00
74fb2beb27 feat(difficulty): implement Monte Carlo simulation for accurate difficulty calculation 2026-02-11 04:14:06 +01:00
8387766f0a fix(CustomGameModal): improve layout of difficulty level and percentage 2026-02-11 03:47:24 +01:00
661dc37e70 feat: enhance custom game difficulty calculation and UI 2026-02-11 03:03:14 +01:00
9f18e51311 fix: solver logic and feat: save custom game settings 2026-02-11 02:15:59 +01:00
ae61d37d89 fix: improve solver gap enforcement and overlapping block detection 2026-02-11 01:20:29 +01:00
93523a6b78 fix: enforce gap between blocks in solver logic 2026-02-11 01:01:53 +01:00
3d3a482153 feat: improve victory sound effect 2026-02-11 00:47:07 +01:00