Progress
- Opened my second PR: Desktop: Seamless-Updates - creation of update notification by AliceHincu · Pull Request #10791 · laurent22/joplin · GitHub
- This contains a component for the update notification and addition of the update flag.
- Set up Joplin on the VMs
Plans
- Open my third commit containing the triggering of the update and testing on the VMs
- Try to make the differential updates work on Windows and maybe try to find a solution for MacOS (since differential updates only work on Windows from what I have read)
- Regarding this, I found some libraries written by people on github, but they are not used very much in the electron's community.
Problems
- There were some problems with my first commit after trying to implement the comments from the review: the custom logic for setTimeout & logger couldn't be integrated in my service. I would like to also focus on this and try to find a place where I can use both or add logic so that they work.