v1.1.0
English:
In this release, the following changes have been made:
- Migration to PyInstaller: Migration to PyInstaller has reduced the size of the build and improved the packaging process for Windows applications.
- Enhanced UAC Prompts Without Tricks: Improvements have been made to UAC prompts for more reliable functionality without the use of non-standard methods.
- Logging Configuration: Changes in logging settings have been implemented for more effective monitoring of the application's processes.
- Improved Error Handling: Some improvements have been made to the error handling mechanism for a more stable application operation.
- Automatic Configuration Updates: Functionality has been added for the automatic real-time reading of configuration, ensuring instantaneous updates.
- Migration from jsonpickle to pydantic: The transition from jsonpickle to pydantic has eliminated unnecessary information from the JSON configuration.
- New Icon: A new application icon has been added.
Resolved Issues:
- Fixed Problem with Service Deletion: The application now correctly handles situations where a service is deleted while obtaining a list of services.
- And other minor bugfixes
Russian:
В данном релизе внесены следующие изменения:
- Переход на PyInstaller: Переход на PyInstaller позволил снизить размер сборки и улучшить процесс упаковки приложения под Windows.
- Улучшение UAC запросов без хитростей: Улучшение UAC запросов для более надежной работы без нестандартных методов.
- Настройка логирования: Изменения в настройках логирования для более эффективного отслеживания процесса работы приложения.
- Улучшена обработка ошибок: Некоторое улучшение механизма обработки ошибок для более стабильной работы приложения.
- Автоматическое обновление конфигурации: Добавлена функциональность автоматического чтения конфигурации налету, обеспечивая моментальное обновление.
- Миграция с jsonpickle на pydantic: Произошёл переход с jsonpickle на pydantic, что убрало лишнюю информацию из JSON-конфигурации.
- Новая иконка: Добавлена новая иконка приложения.
Исправленные проблемы:
- Исправлена проблема с удалением службы: Теперь корректная обработка ситуации, когда служба удаляется во время получения списка служб.
- И другие мелкие багфиксы
Full Changelog: v1.0.2...v1.1.0