You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добавлена поддержка языков в интерфейса программы;
Добвлены 2 языковых пакета (русский и английский) для интерфейса программы;
Сообщение об ошибке (при превышении числа запросов к GitHub) больше не появляется во всплывающем окне, а отображается в логе;
Произведена большая чистка репозитория от временных файлов возникающих при отладке и компиляции проекта;
Добавлена папка "packages" которая включает в себя внешние библиотеки загруженые из NuGet и из дружествыенных репозиториев - это позволит пользователю проще скомпилировать проект после загрузки репозитория;
Добавлена функция тестирования предрелизных сборок программы
Исправлены несколько ошибок.
English lang
Added support for the program interface language;
Added 2 language packs (Russian and English) for the program interface;
The error message (when the number of requests to GitHub is exceeded) no longer appears in the pop-up window, but is displayed in the log;
Made a big cleaning of the repository from temporary files that appear during debugging and compilation of the project;
Added "packages" folder which includes external libraries loaded from NuGet and from friendly repositories - this will allow the user to easy compile the project after downloading the repository;
Added function for testing pre-release builds of the program