Releases: nurimator/paperima
Releases · nurimator/paperima
Release list
v2.0.0
Added
- Support for high-quality MP4, MOV, and MKV video exports.
- Migrated the project to Vite for a more modern and optimized build system.
Changed
- Replaced the obsolete CCapture.js recording engine with Mediabunny to enable advanced video formats.
- Updated the application version label to v2.0.0 inside the App Info panel.
Removed
- Completely removed the old CCapture dependency from the codebase.
- Removed old standalone script and style links in favor of Vite's module bundling system.
v1.1.0
Added
- Support for PNG export with transparency.
- Support for JPG export with configurable quality control.
- Image export mechanism utilizes the current playhead position to determine the state of objects in the exported image (PNG/JPG).
Changed
- Refactored the application from standalone HTML files into modular components
- Updated the export popup/modal to support the new PNG and JPG formats and controls.
Fixed
- Corrected an issue where playhead movement did not affect looped animations.
- Fixed and refined various warning tooltips and notification messages.
- Resolved an issue where SVG previews did not display with the correct resolution.
- Improved content visibility on mobile devices by adding sufficient padding to the bottom of the controls panel, preventing content from being hidden behind the mobile footer tab.
Removed
- Removed the redundant main title "Export Setting" from above the export modal.