Версия 0.9.0 #10

Merged
kor-elf merged 12 commits from develop into main 2025-05-25 23:13:26 +05:00
Owner

Добавлена возможность:

  • Теперь язык по умолчанию будет устанавливаться такой же, как у ОС. Если Ваш язык не поддерживается в программе, то тогда попросит выбрать на каком языке будет работать программа. В настройках можно будет сменить на другой язык.
  • Теперь видео, аудио и картинки можно будет посмотреть через консольную утилиту FFplay.
  • Добавил справку по горячим клавишам для FFplay.
  • Добавил возможность менять тему светлую, тёмную.
  • Добавил возможность перетаскивать много файлов.
  • Добавил возможность после отправки в очередь на конвертацию, чтобы список файлов не очищался и можно было отправить снова те же самые файлы в очередь.
**Добавлена возможность:** - Теперь язык по умолчанию будет устанавливаться такой же, как у ОС. Если Ваш язык не поддерживается в программе, то тогда попросит выбрать на каком языке будет работать программа. В настройках можно будет сменить на другой язык. - Теперь видео, аудио и картинки можно будет посмотреть через консольную утилиту FFplay. - Добавил справку по горячим клавишам для FFplay. - Добавил возможность менять тему светлую, тёмную. - Добавил возможность перетаскивать много файлов. - Добавил возможность после отправки в очередь на конвертацию, чтобы список файлов не очищался и можно было отправить снова те же самые файлы в очередь.
kor-elf added 12 commits 2025-05-25 23:13:20 +05:00
I made it so that if the OS language matches the language into which there is a translation, it would be used by default. And if not, then I would suggest choosing which language to use.
Introduced a new localized error message "errorDatabaseTimeout" in multiple languages (English, Kazakh, Russian) and updated the `PanicError` method to handle database timeout errors more gracefully. This improves user feedback by providing context-specific error messages.
Integrated FFplay functionality across the application. This includes support for setting up the FFplay path and invoking FFplay for media playback.
Introduced a new "Help FFplay" section in the help menu to provide information about FFplay player keyboard shortcuts and actions.
Implemented a theme management system allowing users to select and persist themes (default, light, dark) in the settings menu.
It is now possible to add multiple files before sending them to the processing queue.
Bump the application version from 0.8.0 to 0.9.0 in both `main.go` and `FyneApp.toml`. This reflects the latest changes and prepares the app for the next release.
Replaced the GUI screenshot to reflect the latest interface changes. This ensures alignment with the current functionality and improves user clarity.
Ensure the "Added Files" tab is automatically selected after users drag and drop files for conversion. This improves user experience by guiding them to the newly added content.
The `PrepareBackgroundCommand` function has been removed because it prevents the program window from being displayed on Windows.
kor-elf merged commit 24446559b4 into main 2025-05-25 23:13:26 +05:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kor-elf/gui-for-ffmpeg#10
No description provided.