You are browsing as a guest. Sign up (or log in) to start making projects!

3h 0m 28s logged

Lots of refactoring

(apologies for the uneventful devlog attachment, i have nothing interesting to show except just code)
to make it a bit more manageable when adding image support, a bunch of refactoring and reorganizing has been done in the backend.

like i’ve previously mentioned, the codebase leaned too hard into only supporting text events. this fixes that.

today’s changes also make the internal communication a bit more efficient. there are a couple more places where performance can be improved. and we will need every bit of performance we can get when dealing with image data.

Changelog

(shoutout @Hridya for stardance utils, just discovered this)

  • 5b3f285 refactor: move clipboard structures into separate file
  • b3ab1c8 perf: only get required data from db when copying an item
  • 69dc003 refactor: modify data types to enable addition of image support

Release CI (wip)

currently writing the Release workflow for Squirrel. i have to figure out how to upload the artifacts to a github release with proper versioning and all that. the strategy is to run the workflow whenever something is pushed to the release branch.

that is all for today.

0
2

Comments 0

No comments yet. Be the first!