Leonid Nikitin kor-elf
kor-elf released Версия 1.0.0 at kor-elf/gui-for-ffmpeg 2025-06-14 23:00:00 +05:00
kor-elf pushed tag 1.0.0 to kor-elf/gui-for-ffmpeg 2025-06-14 23:00:00 +05:00
kor-elf pushed to main at kor-elf/gui-for-ffmpeg 2025-06-14 22:56:21 +05:00
597e9f75cf Merge pull request 'Версия 1.0.0' (#11) from develop into main
26827d5ccd Window title updated to "GUI for FFmpeg".
b56199fe8b Simplified fyne-cross build commands in Makefile by removing redundant flags. Adjusted Windows binary naming during packaging.
f6958ffa97 Standardized application name in .desktop file (Name field updated to "GUI for FFmpeg").
7f410ef700 Simplified README build instructions by removing redundant --icon and --name flags from fyne-cross commands.
Compare 42 commits »
kor-elf merged pull request kor-elf/gui-for-ffmpeg#11 2025-06-14 22:56:20 +05:00
Версия 1.0.0
kor-elf created pull request kor-elf/gui-for-ffmpeg#11 2025-06-14 22:55:56 +05:00
Версия 1.0.0
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-14 22:47:00 +05:00
26827d5ccd Window title updated to "GUI for FFmpeg".
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-14 22:13:06 +05:00
2b33ab9da8 Заголовок окна обновлен на «GUI for FFmpeg».
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-14 21:56:15 +05:00
b56199fe8b Simplified fyne-cross build commands in Makefile by removing redundant flags. Adjusted Windows binary naming during packaging.
f6958ffa97 Standardized application name in .desktop file (Name field updated to "GUI for FFmpeg").
7f410ef700 Simplified README build instructions by removing redundant --icon and --name flags from fyne-cross commands.
Compare 3 commits »
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-14 19:52:57 +05:00
c4d205a79e Updated FyneApp.toml with new Website, updated Icon path, bumped version to 1.0.0, added Linux/BSD-specific fields (GenericName, Categories, Comment, Keywords).
c45c106f2f Updated README for link fixes, new Makefile build instructions, and adjusted folder structure documentation. Deleted obsolete folder structure screenshot.
63c13de181 Add Makefile to automate build process for Linux and Windows
57767de4b3 Added files that will be copied during the build of the application for Linux.
c59c87d109 Duplicated: icon.png and screenshot-gui-for-ffmpeg.png in assets, so that I could later delete them from their current locations after the links to the images have changed everywhere.
Compare 5 commits »
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-10 23:42:03 +05:00
0a22377cd6 Removed references to bbolt and its license info from "About" screen and LICENSE-3RD-PARTY.txt as it's no longer used. Added FFmpeg license details to LICENSE-3RD-PARTY.txt.
7930a907f1 Removed unused AppMetadata configuration and refactored imports in main.go. Because the data is duplicated with FyneApp.toml.
Compare 2 commits »
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-09 23:43:22 +05:00
850cbbaf70 Removed the old program structure.
f4604f94c6 Set Fyne window as master during controller initialization.
077d7a82a9 Moved the menu to a new structure.
e6db590937 Add GetFFplayVersion method to retrieve FFplay version details
d7428683e4 Add GetFFprobeVersion method to retrieve FFprobe version details
Compare 27 commits »
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-01 19:58:50 +05:00
43d794373a Embed application icon as a resource and refactor icon usage
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-06-01 15:20:56 +05:00
3241b88158 Refactor localization system and migrate to Fyne's built-in support
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-05-30 00:35:57 +05:00
d69767f5e9 Remove bbolt database dependency
kor-elf released Версия 0.9.0 at kor-elf/gui-for-ffmpeg 2025-05-25 23:15:58 +05:00
kor-elf pushed tag 0.9.0 to kor-elf/gui-for-ffmpeg 2025-05-25 23:15:58 +05:00
kor-elf pushed to main at kor-elf/gui-for-ffmpeg 2025-05-25 23:13:26 +05:00
24446559b4 Merge pull request 'Версия 0.9.0' (#10) from develop into main
7340f43d6e Remove unused helper function from ffplay.go
5ab11922b9 Select "Added Files" tab after dragging and dropping files.
5f72ce8c56 Update screenshot for GUI in FFmpeg documentation
5b15848048 Update version to 0.9.0
Compare 13 commits »
kor-elf merged pull request kor-elf/gui-for-ffmpeg#10 2025-05-25 23:13:26 +05:00
Версия 0.9.0
kor-elf created pull request kor-elf/gui-for-ffmpeg#10 2025-05-25 23:13:20 +05:00
Версия 0.9.0
kor-elf pushed to develop at kor-elf/gui-for-ffmpeg 2025-05-25 22:52:25 +05:00
7340f43d6e Remove unused helper function from ffplay.go