Версия 1.0.0 #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Частично переписал и перегруппировал структуру файлов. Ничего нового в программу не добавлено! Были исправлены некоторые ошибки. Не много улучшен интерфейс. FFmpeg теперь скачивается в локальную папку пользователя. Настройки теперь хранятся тоже в локальной папки пользователя. Благодаря этому в будущей новой версии скачивания повторно FFmpeg не надо будет.
Добавлена возможность:
Исправлено:
А так же:
-- Linux: ~/.config/fyne/net.kor-elf.projects.gui-for-ffmpeg/preferences.json
-- Windows: /Users/{User Name}/AppData/Roaming/fyne/net.kor-elf.projects.gui-for-ffmpeg/preferences.json
-- Linux: ~/.local/share/fyne/net.kor-elf.projects.gui-for-ffmpeg
-- Windows: /Users/{User Name}/AppData/Roaming/fyne/net.kor-elf.projects.gui-for-ffmpeg
GetTotalDuration
method toFFprobeContract
and implementation eb43669ae7RunConvert
method toFFmpegContract
and implementation 1b1cdd5c22HelpFFplay
to simplify array initialization. 39080cac14GetFFmpegVersion
toGetVersion
inFFmpegContract
for consistency and clarity. a9c59137afGetFFprobeVersion
method to retrieve FFprobe version details d7428683e4GetFFplayVersion
method to retrieve FFplay version details e6db590937AppMetadata
configuration and refactored imports inmain.go
. Because the data is duplicated with FyneApp.toml. 7930a907f1bbolt
and its license info from "About" screen andLICENSE-3RD-PARTY.txt
as it's no longer used. Added FFmpeg license details toLICENSE-3RD-PARTY.txt
. 0a22377cd6icon.png
andscreenshot-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. c59c87d109FyneApp.toml
with newWebsite
, updatedIcon
path, bumped version to1.0.0
, added Linux/BSD-specific fields (GenericName, Categories, Comment, Keywords). c4d205a79e--icon
and--name
flags fromfyne-cross
commands. 7f410ef700.desktop
file (Name
field updated to "GUI for FFmpeg"). f6958ffa97fyne-cross
build commands in Makefile by removing redundant flags. Adjusted Windows binary naming during packaging. b56199fe8b