update_times.json changed#20
Conversation
|
Could not completly restore to the repo and maybe change a bit to much ;-) |
|
maybe it is better to remove all "domoticz"- prefix |
|
Thanks for the quick follow-up from PR #19 and for narrowing the idea here. The update-time behavior you’re aiming for makes sense: keeping local There are a few changes needed before this can be merged:
Once the update-time changes live in |
|
Good point, I agree that the repeated I probably won’t solve this by renaming the registry keys directly, because those keys are currently also used as the install folder names. Changing them would risk breaking existing installs or making updates harder to match. The direction I’m thinking of is to keep the internal key stable, but add a cleaner display name in the UI. For example, the registry/install key could stay That should make the store and installed plugin list easier to read without breaking folder names, update checks, or existing installations. I’ll look at adding a small display-name/normalization layer for this. |
Also added pyplugin to list of installed plugins so you know there is an update
Fixed a few bugs