Skip to content

Inaccuracy in the Version class code #670

@itspec-ru

Description

@itspec-ru

Changes in commit d6afb6d585cb4bddbbd9eee7f82085a5562a9e1d in the "Version.java" caused the application header to display AudioBookConverter twice:
"AudioBookConverter - AudioBookConverter".
In addition, the program's settings directory has also changed its name compared to the previous release.
Instead of ~/.abc/6.5.2
, it became ~/.abc/AudioBookConverter-6.5.2

It is likely that the change in the specified commit of the line
"return "#{APP_VERSION}#";"
to
"return "AudioBookConverter-#{APP_VERSION}#";"
was erroneous

Изменения в коммите d6afb6d585cb4bddbbd9eee7f82085a5562a9e1d в файле Version.java привели к тому что заголовок приложения стал отображать AudioBookConverter дважды:
"AudioBookConverter - AudioBookConverter".
Кроме этого каталог настроек программы тоже изменил название по сравнению с предыдущим релизом.
Вместо ~/.abc/6.5.2
стало ~/.abc/AudioBookConverter-6.5.2

Вероятно изменение в указанном коммите строки
"return "#{APP_VERSION}#";"
на
"return "AudioBookConverter-#{APP_VERSION}#";"
было ошибочным

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions