Skip to content

Releases: LinusCDE/doomarkable

0.4.2

11 Sep 15:43
57d7a25

Choose a tag to compare

What's Changed

  • Add keyboard support by @LinusCDE in #4
  • Add fullscreen feature and pixel formatting fix by @LinusCDE in #6
  • Updated libremarkable to the latest version to fix possible compilation issues on newer rust.
    • MSRV is now 1.80 due to libremarkable 0.7.0 being MSRV 1.80.

Full Changelog: 0.4.1...0.4.2

0.4.1 - Virtual Keyboard

31 Oct 17:21

Choose a tag to compare

Added a virtual keyboard. Allows e.g. names for saving state and exiting the game. Might improve this keyboard later, but it should be sufficient for now.

0.4.0 - Visual improvement and weapon selection

25 Oct 23:00

Choose a tag to compare

  • Improved visuals by just bumping up the brightness
  • There are now keys to switch weapons
  • Basic files for launcher and toltec integration

0.3.5 - Small visual teaks and internal UI refactor

25 Oct 17:40

Choose a tag to compare

  • The UI system was somewhat improved to support multiple screens. The most important result of this is that you can now exit the app without terminating it from console.
  • sRGB correction was removed which should yield a small performance improvement and slightly changed visuals
  • It now also shouldn't matter where the game is launched. It'll always look for the iwad file in the home directory and also put the savestates folder there as well.

0.3.4 - Added battery indicator

23 Oct 23:16

Choose a tag to compare

Since this maxes the cpu and does a lot of screenrefreshing, this app is probably the most taxing game available. It drains my rM 1 in record speed and therefore having an eye on the battery usage is pretty helpful.

0.3.3 - Make game "playable" on rM 2

23 Oct 22:51

Choose a tag to compare

This release will limit the rM 2 to 3 fps. The device can't do more anyways and this helps prevent async frames, since frame are always async anyways with rm2fb.

0.3.2 - A good running example

23 Oct 20:10

Choose a tag to compare

See the readme for instructions