10 Commits
Author SHA1 Message Date
miles 9150318662 update 2026-07-14 17:08:42 -05:00
miles e1db14b1c2 feat: implement save management features
- Added new save management functionality including listing, deleting, and backing up emulator saves.
- Introduced `EmulatorSaves` and `SaveEntry` types to manage save data structure.
- Created `saveManager.ts` to handle save file operations and directory scanning.
- Developed `SaveManagerPage` component for user interface to view and manage saves by game or emulator.
- Updated global types to include save management methods in the renderer.
- Removed obsolete `types.d.ts` and its source map.
2026-07-14 00:46:35 -05:00
miles 89446e4f96 feat: release v0.2.0 with beta features toggle and new frontend support
- Added support for experimental emulators (ES-DE, NeoStation, Pegasus) behind a beta toggle in settings.
- Implemented manual installation prompts for ES-DE and NeoStation on macOS.
- Updated user agent to v0.1.3 across various modules.
- Enhanced the Emulators page with conditional install buttons for beta emulators.
- Introduced a new settings section for enabling/disabling beta features.
- Updated release notes for v0.2.0 detailing new features and improvements.
- Added project specification document for OmniEmu 2.0.
2026-07-13 01:44:51 -05:00
miles c5ad661921 still working 2026-07-11 00:05:56 -05:00
miles bf90aa0e92 update 2026-07-10 14:08:44 -05:00
miles fa139ea580 update sorry 2026-07-10 02:18:01 -05:00
miles b673e59d3c chore: update version to 0.1.1 and adjust User-Agent headers 2026-07-10 00:10:49 -05:00
miles a75cfb8d2a fix: update preset source URL in configurator and settings 2026-07-09 21:48:17 -05:00
miles 59cd586e3b still workign to make it this is just a back up 2026-07-08 21:38:57 -05:00
miles 27a5394510 feat: add core functionality for emulator management and game library
- Implement IPC handlers for system info, emulator management, ROM scanning, and settings.
- Create platform utilities to retrieve system information.
- Develop preload script to expose API to renderer process.
- Establish settings management with file read/write capabilities.
- Build main application layout with React, including sidebar navigation and multiple pages (Dashboard, Emulators, Library, Settings).
- Design and implement styles for a cohesive user interface.
- Add type definitions for shared data structures between main and renderer processes.
- Configure TypeScript and Vite for building the application.
2026-07-08 15:59:59 -05:00