Skip to content
Ariel Volovik edited this page Jan 12, 2021 · 5 revisions

What I'm working on right now

  • Cleaner user interface

    • Have the various configurations (notification sound volume, notification file path, login information, etc) not clutter up the notifications
    • Have the notifications themselves look better, a different colour scheme perhaps?
  • Safer releases ✔️

    • I want GitHub to be able to authenticate that the program that you're receiving, be it a .deb or a .exe, was built from the open-source code, that way, there's no doubt that the release files are safe.
      • Possibly doable with the use of GPG keys
  • This appears to be something that we'll have to deal with, there's no way to guarantee this from what I could see. Can't prove that the executable was built directly from a specific version of the repository. However, using GPG keys to sign your commits is a good way to show that the code comes from a verified source!