Keep an eye on those revision descriptions.

feat!: replace the Nerd Font hourglass icon for waiting state

why breaking: some configurations may rely on output parsing. this
update breaks the hacks that replace the hourglass icon in unpredicted,
custom ways.

bpavuk.neocities.org bfba321a 521d37e4

verified
Changed files
+1 -1
lua
jj-log
+1 -1
lua/jj-log/init.lua
··· 1 1 local M = {} 2 2 3 3 local defaults = { 4 - out_waiting = "󰔟", 4 + out_waiting = "...", 5 5 out_no_jj_repo = "~no_jj_repo~", 6 6 out_no_desc = "~no_desc~", 7 7 max_desc_length = 47,