Commit Graph

4 Commits

Author SHA1 Message Date
544b8dbdae Bump version to 0.2.0 and update download URL
- Updated `module.json` to reflect the new version 0.2.0.
- Modified the download URL to point to the latest release for version 0.2.0.

This update ensures proper version tracking and directs users to the correct module download.
2025-02-05 11:12:17 -06:00
d5821aa753 Add download and manifest URLs to module.json
Included `download` and `manifest` URLs pointing to the module's release files in the `module.json` file. This facilitates automated updates and direct downloads of the module from the specified repository.

Fix download URL version format in module.json

Updated the `download` URL in `module.json` to include the correct version prefix (`v0.1.0`) for consistency with the release naming convention.
2025-02-04 20:42:39 -06:00
b152f21d71 Refactor Star Wars Journal module structure and styles
- Replaced `main.js` with `asc-starwars.js` and modularized journal sheet logic into `journalSheets.js`.
- Updated `module.json` to use ES modules and adjusted script/style references accordingly.
- Consolidated and enhanced CSS styles into `asc-starwars-journal.css` and added `asc-ffg-starwars.css`.
- Removed deprecated `starwars-journal.css` and outdated journal sheet registration logic.
2025-02-04 20:32:27 -06:00
ffdcd5c276 initial commit 2024-06-24 10:52:19 -05:00