fix: Use same default keystore values as Morphe Manager#96
fix: Use same default keystore values as Morphe Manager#96LisoUseInAIKyrios merged 6 commits intoMorpheApp:devfrom
Conversation
|
This breaks compatibility for users with existing key stores. What to do? |
|
The cli could try the new defaults and if that fails, it can try the old defaults. |
|
Try this once. Worked in my testing, but test it just in case. |
LisoUseInAIKyrios
left a comment
There was a problem hiding this comment.
Code here works for me. Old signing key alias/password is used.
|
Is this better? I could maybe move the constants inside the Config data class for PatchEngine no? What would be the best practice here? |
|
How about now? |
|
@LisoUseInAIKyrios Unrelated to this: I have been working on a gui-overhaul branch that was branched off the original gui branch that you had merged about 2 weeks ago. I assumed it would stay on the track with dev. But I did not realize how much it had diverged from dev until I tried merging. I tried to see how the merge would go and there are about 40+ conflicts. In some places, dev is ahead and in other places, I need to keep my changes. Worst of all, some files need to have stuff from both the branches in different places. It's basically hell. What is the best way to solve this? |
|
Open a draft PR and we can try to fix the merge conflicts together. |
026843f to
48e824a
Compare
## [1.6.4-dev.2](v1.6.4-dev.1...v1.6.4-dev.2) (2026-03-31) ### Bug Fixes * Use same default keystore values as Morphe Manager ([#96](#96)) ([2d70c01](2d70c01))
Both keyStoreEntryAlias and keyStoreEntryPassword are now set to "Morphe", which is the default in the manager too.