Skip to content

Releases: owulveryck/goMarkableStream

v0.8.1

26 Jun 15:47
33be954
Compare
Choose a tag to compare

Changelog

  • 6a18aff Create CODE_OF_CONDUCT.md
  • 8fe2e35 Merge pull request #33 from xendke/manual-rotation
  • 33be954 Merge pull request #38 from owulveryck/fix-v3.3
  • 437d742 add a way to manually rotate the image
  • 65a82e5 bump go version
  • 3cd6702 chore: bump version dependencies
  • c1c27f6 chore: remove the copy for efficiency
  • e68911f feat: add the install for gogo-protobuf
  • e007e36 fix: add dependency back
  • 8f4067c fix: for firmware 3.3 the image format has changed
  • e23ed6e fix: gogo protobuf

v0.7.0

15 May 14:09
33be954
Compare
Choose a tag to compare

Changelog

  • 6a18aff Create CODE_OF_CONDUCT.md
  • 8fe2e35 Merge pull request #33 from xendke/manual-rotation
  • 33be954 Merge pull request #38 from owulveryck/fix-v3.3
  • 437d742 add a way to manually rotate the image
  • 65a82e5 bump go version
  • 3cd6702 chore: bump version dependencies
  • c1c27f6 chore: remove the copy for efficiency
  • e68911f feat: add the install for gogo-protobuf
  • e007e36 fix: add dependency back
  • 8f4067c fix: for firmware 3.3 the image format has changed
  • e23ed6e fix: gogo protobuf

v0.6.4

27 Jun 15:02
281a980
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

23 Dec 08:30
77b5ea4
Compare
Choose a tag to compare

Changelog

  • 77b5ea4 Merge pull request #31 from owulveryck/orientation
  • 5901f6f feat(to be tested): add a /orientation endpoint to switch from portrait to landscape
  • 9eb3124 feat: add the endpoints

v0.6.2: colors and transparent background for the screenshots

22 Dec 15:11
b5a6f09
Compare
Choose a tag to compare

screenshot (64)

Changelog

  • b5a6f09 Merge pull request #30 from owulveryck/color-screenshot
  • 196f5b6 chore: update docs for colors
  • 08485f3 feat: image in color

v0.6.1

22 Dec 14:11
85aeb0c
Compare
Choose a tag to compare

More colors

Screenshot 2021-12-22 at 15 05 15

Changelog

  • 69515bc Merge pull request #26 from owulveryck/chore/vet
  • b8780d3 Merge pull request #27 from owulveryck/gogitops
  • f8fc600 Merge pull request #28 from owulveryck/chore/ineffassign
  • 85aeb0c Merge pull request #29 from owulveryck/colors-highlighter
  • 6736851 chore: linting
  • 4541ef9 chore: updated the drawover method
  • 47bb20b feat: add gogitops bot
  • 8f0d53a feat: add highliter colors

v0.6.0

22 Dec 07:56
b2d2078
Compare
Choose a tag to compare

Basic color support (Red and Blue) for firmware 2.11.0.x.

This is activated by default and can be turned off with the RK_CLIENT_COLORIZE environment variable.

Note: The highlighting option has been renamed RK_CLIENT_HIGHLIGHT; the options are exclusives (you cannot highlight and colorize)

Screenshot 2021-12-22 at 08 48 54

Changelog

v0.5.2

17 Jun 13:15
Compare
Choose a tag to compare

Changelog

9923d8d Update README.md
2ae2d88 feat(exp): experimental service
1b47bc0 fix: panic when sleeping in portrait

Performances

26 May 13:29
Compare
Choose a tag to compare

This release is improving the performances of the client.

It is also consuming less memory.

On top of that, there is a new. (ugly) endpoint /conf to activate the features.

Changelog

d379a9c chore: build constraints
02e8f5c chore: document the /conf endpoint
f11e0b8 chore: housekeeping
073ebf4 chore: readability
f606b2a chore: refacto
a22085d feat: experiment
e65c0ec feat: massive performance improvement

Colorisation and performances

20 May 12:57
Compare
Choose a tag to compare

This release adds a "colorisation" feature that turns the highlighter into yellow on the screen.
This feature is disabled by default because it is consuming a lot of CPU.

It also increases the performance of the texture mode.

See the README for more info

Changelog

df9b591 feat: add gob and new algo for transparency
4458728 feat: add raw endpoint
8f1cef9 feat: add the colorize feature
4f48ddb feat: doc
d0c80b4 feat: housekeeping
ace15ee feat: more efficient image handler
2df0230 feat: video
f57d32c fix(texture): more efficient application of the texture