Releases: Yiling-J/forgery
Releases · Yiling-J/forgery
Release list
v1.1.0
What's Changed
- Refactor Extractor Workflow by @google-labs-jules[bot] in #60
- Add full-screen image viewing to ExtractionStage by @google-labs-jules[bot] in #61
- Update Model Recommendations in READMEs by @google-labs-jules[bot] in #62
Full Changelog: v0.2.0...v1.1.0
v1.0.0
fix(build): use absolute paths for built assets (#59) Configures `Bun.build` with `publicPath: '/'` to ensure that generated script and style tags in `index.html` use absolute paths (e.g., `/chunk-....js`). This fixes "Failed to load module script" errors when accessing the application via deep links (e.g., `/characters/...`) in production environments where the browser would otherwise attempt to load assets relative to the nested path. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
v0.2.0
What's Changed
- Add Chinese README and language switcher by @google-labs-jules[bot] in #58
- Fix module loading error on deep links in production build by @google-labs-jules[bot] in #59
Full Changelog: v0.1.0...v0.2.0