Commit Graph

10 Commits

Author SHA1 Message Date
kor-elf c45c106f2f Updated README for link fixes, new Makefile build instructions, and adjusted folder structure documentation. Deleted obsolete folder structure screenshot. 2025-06-14 19:34:47 +05:00
kor-elf 43d794373a Embed application icon as a resource and refactor icon usage
Replaced the external `icon.png` file with an embedded resource using Go's embed functionality. Updated all references to use the new resource, eliminating the need for the standalone icon file.
2025-06-01 19:58:28 +05:00
kor-elf 3241b88158 Refactor localization system and migrate to Fyne's built-in support
Replaced the `i18n` and `toml` dependencies with Fyne's built-in language system for localization management. Updated the `Localizer` implementation to handle translations using JSON files and embed functionality. Simplified language selection and persisted settings via Fyne's preferences API.
2025-06-01 15:20:33 +05:00
kor-elf d69767f5e9 Remove bbolt database dependency
Replaced bbolt-based database handling with Fyne built-in preferences for storing application settings. Deleted migration logic, database initialization, and error handling related to bbolt, simplifying the codebase and reducing external dependencies.
2025-05-30 00:34:33 +05:00
kor-elf 5f72ce8c56 Update screenshot for GUI in FFmpeg documentation
Replaced the GUI screenshot to reflect the latest interface changes. This ensures alignment with the current functionality and improves user clarity.
2025-05-25 01:48:33 +05:00
kor-elf a95692196e Changed screenshot-gui-for-ffmpeg.png. 2024-03-07 23:17:55 +05:00
kor-elf 0d05fdb307 Changed the screenshot in README.md. 2024-02-17 19:48:50 +06:00
kor-elf a82d283c1a Added licensed third party. 2024-02-04 15:57:37 +06:00
kor-elf b7c363faaa Изменил файл README.md.
Added installation instructions and other useful information.
2024-02-03 20:16:16 +06:00
kor-elf 7cc22e1553 Edit Reademe.md.
Added a screenshot from the program.
2024-01-20 17:39:18 +06:00