Skip to content

Commit ec0b48d

Browse files
committed
feat: Update documentation for icon set and release notes
Updates the functional manual to specify the default icon set and includes changelog entries for version 0.13.0, detailing icon set refresh and codebase cleanup.
1 parent 37181ab commit ec0b48d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Version Log
22

3+
## v0.13.0 - The Phoenix Update
4+
5+
This release focuses on internal refinement and stability. Like a phoenix, the codebase has been renewed, resulting in a cleaner, more reliable foundation for future features.
6+
7+
### Refinements & Fixes
8+
- **Icon Set Refresh:** Replaced corrupted icon sets (Heroicons, Lucide) with fresh copies to ensure they render correctly. The default icon set for new users is now 'Feather'.
9+
- **Codebase Cleanup:** Performed a major code cleanup, removing over five obsolete files and unused code to improve performance and maintainability. Global styles were also centralized for better organization.
10+
311
## v0.12.0 - The Power User Update
412

513
This update introduces a suite of features for advanced users, offering deeper control over application settings and a more refined user experience.

docs/MANUAL_FUNCTIONAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Click the "Settings" tab in the header to access the configuration page. The pag
8888
- Here you can directly edit the JSON data for your custom presets in a code editor that provides syntax highlighting. This allows for advanced editing, re-ordering, and sharing.
8989
- You can reset to the application's default presets at any time.
9090
- **Application Tab:**
91-
- **Icon Set:** Customize the visual style of icons throughout the application. You can choose from Heroicons, Lucide, Feather, and Tabler.
91+
- **Icon Set:** Customize the visual style of icons throughout the application. You can choose from Heroicons, Lucide, Feather, and Tabler. The default icon set is 'Feather'.
9292
- **UI Scale:** Adjust the overall size of the entire application interface using a slider, from 50% to 400%. Changes must be confirmed by clicking the "Apply" button. Your preference is saved automatically and applied on the next launch.
9393
- **Desktop App Options:** When running as a desktop application, you can configure developer-centric options. This includes enabling notifications for pre-release (beta) versions and automatically opening the DevTools on startup. A restart is required for the pre-release setting to take effect.
9494
- **Data Management Tab:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "udio-prompt-crafter",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A powerful GUI to help musicians craft high-quality UDIO prompts by choosing from curated style tags. Features a live prompt preview, JSON output, preset management, and quality assistance.",
55
"author": "Tim Sinaeve",
66
"main": "dist/electron/main.js",

0 commit comments

Comments
 (0)