Updator Logic #29

Closed
opened 2025-11-21 14:44:44 -05:00 by mysticmomba · 1 comment
Owner

Implement updater to notify end user if there is a new version available

  1. Python Notification to end user @Zarithas:
    Suggestion for library:
  1. Actual Updater Logic @brotoskyj @Zarithas
    Not sure if we should do this in Rust or Python. I do believe python might be easier as there could be an environment variable inside the script that would specify the current version.
Implement updater to notify end user if there is a new version available 1. Python Notification to end user @Zarithas: Suggestion for library: - https://pypi.org/project/Windows-Toasts/ - https://pypi.org/project/win11toast/ 2. Actual Updater Logic @brotoskyj @Zarithas Not sure if we should do this in Rust or Python. I do believe python might be easier as there could be an environment variable inside the script that would specify the current version.
mysticmomba added the enhancement label 2025-11-21 14:44:44 -05:00
mysticmomba self-assigned this 2025-11-21 14:44:44 -05:00
Zarithas was assigned by mysticmomba 2025-11-21 14:44:44 -05:00
mysticmomba added this to the Version 1.0.0 Release milestone 2025-11-21 14:54:32 -05:00
mysticmomba added the due date 2025-12-10 2025-11-21 14:56:08 -05:00
mysticmomba added reference RustImplementation 2025-11-24 10:38:19 -05:00
mysticmomba started working 2025-11-25 10:55:10 -05:00
mysticmomba worked for 18 minutes 2025-11-25 11:13:21 -05:00
Author
Owner

I'm going to try and implement threads in rust, by detaching from the GIL and then reattaching to send the data back to the script

I'm going to try and implement threads in rust, by detaching from the GIL and then reattaching to send the data back to the script
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 18 minutes
mysticmomba
18 minutes
Due Date
2025-12-10
Dependencies

No dependencies set.

Reference: mysticmomba/AirlockTools#29