2023-03-12 raisjn <of.raisjn@arkose>

	harmony

	* fix exporting individual layers

	rmkit

	* swap M and N on keyboard
	* fix image thumbnail code

	simple:

	* add "range" input widget
	* add "canvas" widget
	* less debug output
	* make images clickable
	* move 'timeout' to its own thread instead of jamming task queue
	* ignore empty lines

	remux

	* add "suspend" to remux FIFO api

	rpncalc

	* make it more hp48 like (@cesss)


2022-05-06 raisjn <of.raisjn@arkose>
	remux

	* make palm filtering a config option

	harmony

	* more layer dialog improvements
	* sort import dialog by file date
	* refactor pressure / tilt events to use hardware values

2022-03-16 raisjn <of.raisjn@arkose>
	remux

	* RLE snapshots use less memory
	* save bpp when screenshotting current app
	* filter palm events from gestures (less false positives)

	harmony:

	* RLE snapshots for history (less memory usage)
	* add layer support
	* fix segfault when when showing empty load/import dialogs
	* exporting canvas to png supports grays instead of dithering

	rmkit:

	* support SYN_DROPPED in wacom events

2022-01-29 raisjn <of.raisjn@arkose>
	rpncalc:

	* add 'back' button for erasing digits
	* modifying how 'drop' works a tiny bit
	* align push/drop, and tan/tanh, cos/cosh, sin/sinh buttons

2022-01-27 raisjn <of.raisjn@arkose>

	rmkit:

	* rmkit went through a large refactoring, this updates all apps
	* fix keyboard layout (swapped U and I keys originally)

	dumbskull:

	* add new game, "Dumbskull", which is a themed solitaire

	genie:

	* add palm rejection to genie

	iago:

	* add settings dialog (@aeneas) that allows snapping

	mines:

	* fix spurious crash when playing multiple games in a row

	remux:

	* add dialog_height/dialog_width options to remux.conf
	* better memory analysis (of all processes)
	* rm1: remove usb check that keeps it powered indefinitely

	rpncalc:

	* add new calculator, rpncalc
	* add better spacing and layout
	* add push after operation behavior (next input is on new stack element)

	wordlet:

	* add new game, "Wordlet", which is a wordle clone


2021-12-29 raisjn <of.raisjn@arkose>

	harmony:

	* fix harmony not loading saved images

	bufshot:

	* fix bufshot to correctly recognize the tablet

2021-12-17 raisjn <of.raisjn@arkose>

	harmony:

	* add `launch` command to remux

	mines:

	* fix pixmap display in minesweeper

2021-11-29:

	remux:

	* add custom power management to remux that disables PM during xochitl

2021-03-22 raisjn <of.raisjn@arkose>


	remux:

	* allow specifying the start_app= (see README.md) in remux.conf
	* better support for xochitl.service overrides using systemd override
	* make xochitl killable again, delete vfb when killing an app (frees mem)


	simple:

	* add simple relative offsets using '-' and '+'
	* bugfix: allow a UI with only a textinput/textarea

	rmkit:

	* support transparent bitmaps
	* fix text rendering crash (when stack allocation grows too large)
	* add virtual widget destructor (better memory usage)
	* fix text underline style

	genie:

	* fix crash when running multiple commands in a row
	* allow specifying distance in swipe gesture
	* reduce cpu usage by not listening to stylus events

	harmony:

	* add disable history button

2021-02-25 raisjn <of.raisjn@chalk>

	lamp:

	* add new binary lamp for injecting pen strokes

	iago:

	* add new binary iago for drawing shapes


2021-02-17 raisjn <of.raisjn@chalk>

	remux:

	* better multi-touch gesture support
	* launch more consistently after closing or stylus touches
	* better power management and ability to toggle (manage_power=no)
	* update to use less power

	genie:

	* better gesture support

	mines:

	* speed up game over screen

	harmony:

	* add 4 shades of gray
	* better support for rM1 buffer
	* faster drawing on first draw

2021-02-04 raisjn <of.raisjn@chalk>

	bufshot -> 0.1.0-1

	* add new binary bufshot for taking screenshots

2021-01-20 raisjn <of.raisjn@chalk>

	rmkit (requires bumping all apps):

	* fix font artifacts when using large font
	* warn when running on rM2 without rm2fb

	remux:

	* use ?MB for apps we don't know mem usage of
	* idle fixes for rM2
	* properly draw 8bit grayscale suspend screens
	* fix touch flood to use ABS_DISTANCE=2 instead of 0

2021-01-16 raisjn <of.raisjn@chalk>

	rmkit:

	* fix touch event handling while dragging

	harmony:

	* faster drawing on pen down on rM2

	remux:

	* add "quick back" feature
	* add config file to configure gestures
	* make killing xochitl harder
	* remove three finger launch

	nao:

	* use built in wget when available

2021-01-14 raisjn <of.raisjn@chalk>


	simple -> 0.1.1:

	* add underline to button text
	* add widget ID implementation

	remux -> 0.1.6:

	* add "back" feature
	* add /run/remux.api fifo which accepts "show", "hide" and "back" as input

2021-01-10 raisjn <of.raisjn@chalk>


	genie -> 1.1-1:

	* add gesture invalidator when pen is writing
	* fix environment in service file

2021-01-07 raisjn <of.raisjn@chalk>


	genie -> 1.0

	* genie is a gesture based launcher that recognizes gestures and runs commands

2021-01-5 raisjn <of.raisjn@chalk>


	remux -> 0.1.5-1

	* launch remux on 3 finger tap (much more useful on rM2)

2020-12-31 raisjn <of.raisjn@chalk>


	remux -> 0.1.4

	* use remux with fix for suspend/shutdown threshold == 0
	* use suspended.png if sleeping.png isn't available

	rmkit

	* update build to make src/build before building stb.o

2020-12-26 raisjn <of.raisjn@chalk>

	rmkit:

	* update remux with fix for broken wifi on suspend

	package:

	* add icons for harmony, mines and nao

2020-12-25 raisjn <of.raisjn@chalk>

	remux:

	* correctly suspend on remux for rM2
	* add fix to remux so that koreader doesn't restart when focused

2020-12-21 raisjn <of.raisjn@chalk>

	harmony:

	 * create saved_images dir in package configure script


2020-12-19 raisjn <of.raisjn@chalk>

	remux:

	* update remux with shutdown fix for rM1
	* update to remux for better cmdline parsing
	* update remux so LAST_ACTION defaults to now

2020-12-14 raisjn <of.raisjn@chalk>

	rmkit:

	* update rmkit to latest version which supports rm2, release as 0.1.0

	remux:

	* continued rm2 support in remux
	* fix suspend screen in remux on rm2

2020-11-08 raisjn <of.raisjn@chalk>

	rmkit:

	* update to latest version (11.07.2020)

2020-10-15 raisjn <of.raisjn@chalk>

	remux:

	* add memory usage analyzer to remux

2020-10-08 raisjn <of.raisjn@chalk>

	remux:

	* make remux properly dismissable on first launch


2020-09-30 raisjn <of.raisjn@chalk>

	remux:

	* read xochitl command from systemd service file
	* use rgb565 to draw better quality suspend screen
	* better KOReader integration

2020-09-27 raisjn <of.raisjn@chalk>

	remux:

	* use process groups for managing programs

	nao:

	* add exit button to main screen

2020-09-21 raisjn <of.raisjn@chalk>

	remux:

	* better plato interaction
	* fixes for power management
	* rename remux from remux.exe

	nao:

	* add sync, check and upgrade to main menu

2020-09-14 raisjn <of.raisjn@chalk>

	* split rmkit into harmony, mines, nao and simple packages

2020-09-02 raisjn <of.raisjn@chalk>

	* add rmkit apps: harmony, remux, mines, ...
