Skip to content

v1.1.0

Compare
Choose a tag to compare
@SystemXFiles SystemXFiles released this 15 Oct 09:49
· 66 commits to master since this release

English:

In this release, the following changes have been made:

  1. Migration to PyInstaller: Migration to PyInstaller has reduced the size of the build and improved the packaging process for Windows applications.
  2. Enhanced UAC Prompts Without Tricks: Improvements have been made to UAC prompts for more reliable functionality without the use of non-standard methods.
  3. Logging Configuration: Changes in logging settings have been implemented for more effective monitoring of the application's processes.
  4. Improved Error Handling: Some improvements have been made to the error handling mechanism for a more stable application operation.
  5. Automatic Configuration Updates: Functionality has been added for the automatic real-time reading of configuration, ensuring instantaneous updates.
  6. Migration from jsonpickle to pydantic: The transition from jsonpickle to pydantic has eliminated unnecessary information from the JSON configuration.
  7. 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:

В данном релизе внесены следующие изменения:

  1. Переход на PyInstaller: Переход на PyInstaller позволил снизить размер сборки и улучшить процесс упаковки приложения под Windows.
  2. Улучшение UAC запросов без хитростей: Улучшение UAC запросов для более надежной работы без нестандартных методов.
  3. Настройка логирования: Изменения в настройках логирования для более эффективного отслеживания процесса работы приложения.
  4. Улучшена обработка ошибок: Некоторое улучшение механизма обработки ошибок для более стабильной работы приложения.
  5. Автоматическое обновление конфигурации: Добавлена функциональность автоматического чтения конфигурации налету, обеспечивая моментальное обновление.
  6. Миграция с jsonpickle на pydantic: Произошёл переход с jsonpickle на pydantic, что убрало лишнюю информацию из JSON-конфигурации.
  7. Новая иконка: Добавлена новая иконка приложения.

Исправленные проблемы:

  • Исправлена проблема с удалением службы: Теперь корректная обработка ситуации, когда служба удаляется во время получения списка служб.
  • И другие мелкие багфиксы

Full Changelog: v1.0.2...v1.1.0