mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
42 lines
1.9 KiB
Plaintext
42 lines
1.9 KiB
Plaintext
Major Revisions:
|
|
- Moku + Crossplatform Support (MacOS Remaining)
|
|
- Contemplate Anime Support, Add Novel Support (Consumet API)
|
|
- Enable Cloudflare Bypass (Suwayomi Config)
|
|
- Moku-Share to Easily Migrate/Share Manga (Investigate Usecase/Feasibility)
|
|
- Adjustment in Settings for Theme Editor:
|
|
- Allow User to Edit/Create Themes
|
|
- Allow For Command-Line IPC for Temporary (Apply Once) & Permanent Themes OR External Methodology for Matugen Colors
|
|
|
|
Minor Revisions:
|
|
- Improve Deduplication Algorithm with Advanced Option Settings (Implement Chapter & Author-based Comparisons, Resource Intensive)
|
|
- Integrate Download Directory Changes (Settings)
|
|
- Investigate feasibility of Multi-Page Screenshot (Reader)
|
|
- Add Hover Info on Library (Make sure doesn't conflict with additional clicks)
|
|
|
|
Priority Bugs:
|
|
- Cache ALL Cover Pictures & Details for Manga in Library
|
|
- MacOS Full-Screen & UI Compatability (TitleBar)
|
|
|
|
General/Misc Bugs:
|
|
- Fix Highlightable Elements
|
|
- Investigate "egl:failed to create dri2 screen"
|
|
- Check Fonts/Design on Flatpak
|
|
- Fix Delete-All Crash (Deletes All but Cripples App)
|
|
- Investigate Prod vs. Dev Directory Change/Data Load (Caused by Library Algorithm Revision?)
|
|
|
|
In-Progress:`
|
|
- Fix Reader Chapter Shifts (Glitched Sentinel)
|
|
- Still Shifts Down after reading ~8+ Chapters?
|
|
- Identify When Chapters are Unloaded, How to Preserve Structure
|
|
|
|
|
|
Important Commands:
|
|
cd ~/Projects/Manga/Moku
|
|
pnpm build
|
|
tar -czf packaging/frontend-dist.tar.gz -C dist .
|
|
sha256sum packaging/frontend-dist.tar.gz | awk '{print $1}'
|
|
|
|
|
|
nix-shell -p "python311.withPackages(ps: [ ps.aiohttp ps.tomlkit ])" --run "python3 packaging/flatpak-cargo-generator.py src-tauri/Cargo.lock -o packaging/cargo-sources.json"
|
|
nix shell nixpkgs#appstream nixpkgs#flatpak-builder --command flatpak-builder --repo=repo --force-clean build-dir dev.moku.app.yml
|
|
flatpak build-bundle repo moku.flatpak dev.moku.app |