leaf-markdown-viewer 1.26.2

Terminal Markdown previewer with a GUI-like experience
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-version -->

## [[1.26.2]https://github.com/RivoLink/leaf/releases/tag/1.26.2] - 2026-07-27

### Docs

- sync readme architecture ([#222]https://github.com/RivoLink/leaf/pull/222)

### Fixed

- opening under wsl and kitty ([#220]https://github.com/RivoLink/leaf/pull/220)

### Changed

- editor tab title filename ([#221]https://github.com/RivoLink/leaf/pull/221)
- quit with uppercase Q ([#216]https://github.com/RivoLink/leaf/pull/216)

## [[1.26.1]https://github.com/RivoLink/leaf/releases/tag/1.26.1] - 2026-07-12

### Fixed

- toc sticky auto-scroll ([#212]https://github.com/RivoLink/leaf/pull/212)
- blockquote depth markers ([#211]https://github.com/RivoLink/leaf/pull/211)
- blockquote indent in list ([#210]https://github.com/RivoLink/leaf/pull/210)
- tight list flush blocks ([#209]https://github.com/RivoLink/leaf/pull/209)
- tight list code-block ([#208]https://github.com/RivoLink/leaf/pull/208)

### Changed

- self-update fallback url ([#207]https://github.com/RivoLink/leaf/pull/207)
- terminal tab title filename ([#206]https://github.com/RivoLink/leaf/pull/206)

## [[1.26.0]https://github.com/RivoLink/leaf/releases/tag/1.26.0] - 2026-07-04

### Added

- toc scroll auto-follow ([#198]https://github.com/RivoLink/leaf/pull/198)
- toggle mouse capture ([#193]https://github.com/RivoLink/leaf/pull/193)
- copy code-block ([#191]https://github.com/RivoLink/leaf/pull/191)
- toggle code line numbers ([#190]https://github.com/RivoLink/leaf/pull/190)

### Fixed

- toc level alignment and junction ([#197]https://github.com/RivoLink/leaf/pull/197)
- thematic break metadata-block ([#196]https://github.com/RivoLink/leaf/pull/196)

### Changed

- improve code-block hit bounds ([#195]https://github.com/RivoLink/leaf/pull/195)
- code-block disable hover ([#194]https://github.com/RivoLink/leaf/pull/194)

## [[1.25.0]https://github.com/RivoLink/leaf/releases/tag/1.25.0] - 2026-06-26

### Added

- editor config path placeholder ([#189]https://github.com/RivoLink/leaf/pull/189)
- editor open visible line ([#188]https://github.com/RivoLink/leaf/pull/188)
- toc mouse navigation ([#184]https://github.com/RivoLink/leaf/pull/184)

### Changed

- toc mouse hover effect ([#187]https://github.com/RivoLink/leaf/pull/187)
- update quinn-proto to 0.11.15 ([#186]https://github.com/RivoLink/leaf/pull/186)

## [[1.24.2]https://github.com/RivoLink/leaf/releases/tag/1.24.2] - 2026-06-14

### Docs

- improve readme content ([#178]https://github.com/RivoLink/leaf/pull/178)

### Fixed

- toc generalize heading levels ([#181]https://github.com/RivoLink/leaf/pull/181)
- wrap long inline-code in table ([#176]https://github.com/RivoLink/leaf/pull/176)
- detect Helix editor by 'hx' ([#175]https://github.com/RivoLink/leaf/pull/175)

### Changed

- terminal text selection hint ([#177]https://github.com/RivoLink/leaf/pull/177)

## [[1.24.1]https://github.com/RivoLink/leaf/releases/tag/1.24.1] - 2026-06-08

### Docs

- update readme and architecture ([#168]https://github.com/RivoLink/leaf/pull/168)

### Fixed

- code-block full width ([#172]https://github.com/RivoLink/leaf/pull/172)
- help popup width ([#171]https://github.com/RivoLink/leaf/pull/171)
- tasklist-done on PowerShell ([#170]https://github.com/RivoLink/leaf/pull/170)
- php code-block highlight ([#169]https://github.com/RivoLink/leaf/pull/169)

## [[1.24.0]https://github.com/RivoLink/leaf/releases/tag/1.24.0] - 2026-05-30

### Added

- goto line with ctrl+l ([#167]https://github.com/RivoLink/leaf/pull/167)
- line number with toggle display ([#166]https://github.com/RivoLink/leaf/pull/166)

## [[1.23.2]https://github.com/RivoLink/leaf/releases/tag/1.23.2] - 2026-05-28

### Changed

- improve latex rendering ([#164]https://github.com/RivoLink/leaf/pull/164)
- support json5 syntax highlighting ([#162]https://github.com/RivoLink/leaf/pull/162)

## [[1.23.1]https://github.com/RivoLink/leaf/releases/tag/1.23.1] - 2026-05-26

### Fixed

- dirs and files shell completion ([#161]https://github.com/RivoLink/leaf/pull/161)

### Changed

- auto-complete args shell completion ([#160]https://github.com/RivoLink/leaf/pull/160)
- config reset shell completion ([#159]https://github.com/RivoLink/leaf/pull/159)
- update help shortcuts ([#157]https://github.com/RivoLink/leaf/pull/157)
- support reset configurations ([#155]https://github.com/RivoLink/leaf/pull/155)
- update mmdflux to 2.5.0 ([#154]https://github.com/RivoLink/leaf/pull/154)

## [[1.23.0]https://github.com/RivoLink/leaf/releases/tag/1.23.0] - 2026-05-24

### Added

- GitHub alert callouts ([#153]https://github.com/RivoLink/leaf/pull/153)
- task list checkboxes ([#152]https://github.com/RivoLink/leaf/pull/152)
- text highlighting with ==mark== syntax ([#151]https://github.com/RivoLink/leaf/pull/151)

## [[1.22.3]https://github.com/RivoLink/leaf/releases/tag/1.22.3] - 2026-05-20

### Fixed

- trailing padding in inline mode ([#149]https://github.com/RivoLink/leaf/pull/149)

## [[1.22.2]https://github.com/RivoLink/leaf/releases/tag/1.22.2] - 2026-05-17

### Fixed

- config warnings on CLI override ([#146]https://github.com/RivoLink/leaf/pull/146)
- completions shell/os check ([#145]https://github.com/RivoLink/leaf/pull/145)

### Changed

- refacto env vars ([#147]https://github.com/RivoLink/leaf/pull/147)
- configurable content width ([#144]https://github.com/RivoLink/leaf/pull/144)
- auto-complete shell and dump ([#143]https://github.com/RivoLink/leaf/pull/143)

## [[1.22.1]https://github.com/RivoLink/leaf/releases/tag/1.22.1] - 2026-05-15

### Docs

- refresh README.md content ([#135]https://github.com/RivoLink/leaf/pull/135)

### Changed

- support directory as argument ([#139]https://github.com/RivoLink/leaf/pull/139)
- add path copy shortcuts ([#138]https://github.com/RivoLink/leaf/pull/138)

## [[1.22.0]https://github.com/RivoLink/leaf/releases/tag/1.22.0] - 2026-05-13

### Added

- shell auto-completion ([#134]https://github.com/RivoLink/leaf/pull/134)

## [[1.21.2]https://github.com/RivoLink/leaf/releases/tag/1.21.2] - 2026-05-13

### Fixed

- open in editor iTerm2 ([#132]https://github.com/RivoLink/leaf/pull/132)
- editor path with spaces ([#131]https://github.com/RivoLink/leaf/pull/131)
- syntax alias fallbacks ([#130]https://github.com/RivoLink/leaf/pull/130)
- long paragraphs cutoff ([#129]https://github.com/RivoLink/leaf/pull/129)
- toc highlight on last header ([#128]https://github.com/RivoLink/leaf/pull/128)

### Changed

- fallback url for migration ([#133]https://github.com/RivoLink/leaf/pull/133)

## [[1.21.1]https://github.com/RivoLink/leaf/releases/tag/1.21.1] - 2026-05-12

### Docs

- improve readme ui ([#127]https://github.com/RivoLink/leaf/pull/127)
- add VIM integration instructions for leaf ([#124]https://github.com/RivoLink/leaf/pull/124)
- enhance README with download badge  ([#117]https://github.com/RivoLink/leaf/pull/117)

### Changed

- Bind another keys for up/down navigation in file picker ([#89]https://github.com/RivoLink/leaf/pull/89)

## [[1.21.0]https://github.com/RivoLink/leaf/releases/tag/1.21.0] - 2026-05-09

### Added

- add --inline stdout rendering ([#115]https://github.com/RivoLink/leaf/pull/115)
- support extra file types ([#113]https://github.com/RivoLink/leaf/pull/113)

## [[1.20.2]https://github.com/RivoLink/leaf/releases/tag/1.20.2] - 2026-05-09

### Changed

- resolve cargo-audit warnings ([#112]https://github.com/RivoLink/leaf/pull/112)
- refacto into sub-modules ([#111]https://github.com/RivoLink/leaf/pull/111)

## [[1.20.1]https://github.com/RivoLink/leaf/releases/tag/1.20.1] - 2026-05-08

### Fixed

- contrib refresh token ([#109]https://github.com/RivoLink/leaf/pull/109)
- pr contrib refresh workflow ([#107]https://github.com/RivoLink/leaf/pull/107)
- contrib refresh workflow ([#106]https://github.com/RivoLink/leaf/pull/106)
- contrib image refresh ([#105]https://github.com/RivoLink/leaf/pull/105)
- toc numkey navigation ([#104]https://github.com/RivoLink/leaf/pull/104)
- redraw on terminal resize ([#102]https://github.com/RivoLink/leaf/pull/102)
- cap max scroll at document end ([#103]https://github.com/RivoLink/leaf/pull/103)

### Changed

- refresh contrib image ([#110]https://github.com/RivoLink/leaf/pull/110)

## [[1.20.0]https://github.com/RivoLink/leaf/releases/tag/1.20.0] - 2026-05-07

### Added

- clickable links with hover effect ([#96]https://github.com/RivoLink/leaf/pull/96)

### Fixed

- link marker overlap ([#97]https://github.com/RivoLink/leaf/pull/97)

### Changed

- improve search results ux ([#100]https://github.com/RivoLink/leaf/pull/100)

## [[1.19.1]https://github.com/RivoLink/leaf/releases/tag/1.19.1] - 2026-05-06

### Docs

- windows path tip for config ([#93]https://github.com/RivoLink/leaf/pull/93)
- update contributors image link ([#92]https://github.com/RivoLink/leaf/pull/92)

## [[1.19.0]https://github.com/RivoLink/leaf/releases/tag/1.19.0] - 2026-05-06

### Docs

- custom theme support ([#83]https://github.com/RivoLink/leaf/pull/83)

### Added

- add custom theme support ([#80]https://github.com/RivoLink/leaf/pull/80)

### Fixed

- verify SHA-256 checksum before installing binary ([#87]https://github.com/RivoLink/leaf/pull/87)
- cargo audit ci install ([#81]https://github.com/RivoLink/leaf/pull/81)

### Changed

- normalize nested code fences ([#86]https://github.com/RivoLink/leaf/pull/86)
- reduce theme RwLock reads ([#82]https://github.com/RivoLink/leaf/pull/82)
- ci workflow and gpg signing ([#78]https://github.com/RivoLink/leaf/pull/78)

## [[1.18.2]https://github.com/RivoLink/leaf/releases/tag/1.18.2] - 2026-05-03

### Fixed

- link style with modifiers ([#77]https://github.com/RivoLink/leaf/pull/77)
- nested list parent merge ([#75]https://github.com/RivoLink/leaf/pull/75)
- table cell extra-space ([#74]https://github.com/RivoLink/leaf/pull/74)
- watch from config ([#73]https://github.com/RivoLink/leaf/pull/73)

## [[1.18.1]https://github.com/RivoLink/leaf/releases/tag/1.18.1] - 2026-05-01

### Docs

- add contributing section ([#69]https://github.com/RivoLink/leaf/pull/69)
- add installation instructions for AUR ([#68]https://github.com/RivoLink/leaf/pull/68)

### Fixed

- use tty input reader for piped stdin on macOS ([#67]https://github.com/RivoLink/leaf/pull/67)

### Changed

- update mmdflux version ([#70]https://github.com/RivoLink/leaf/pull/70)

## [[1.18.0]https://github.com/RivoLink/leaf/releases/tag/1.18.0] - 2026-04-30

### Docs

- config file support ([#65]https://github.com/RivoLink/leaf/pull/65)

### Added

- config file support ([#64]https://github.com/RivoLink/leaf/pull/64)

## [[1.17.0]https://github.com/RivoLink/leaf/releases/tag/1.17.0] - 2026-04-28

### Docs

- frontmatter yaml support ([#62]https://github.com/RivoLink/leaf/pull/62)

### Added

- frontmatter yaml support ([#61]https://github.com/RivoLink/leaf/pull/61)

## [[1.16.0]https://github.com/RivoLink/leaf/releases/tag/1.16.0] - 2026-04-28

### Docs

- mermaid render support ([#60]https://github.com/RivoLink/leaf/pull/60)

### Added

- mermaid render support ([#59]https://github.com/RivoLink/leaf/pull/59)

## [[1.15.7]https://github.com/RivoLink/leaf/releases/tag/1.15.7] - 2026-04-28

### Changed

- improve heading style ([#57]https://github.com/RivoLink/leaf/pull/57)

## [[1.15.6]https://github.com/RivoLink/leaf/releases/tag/1.15.6] - 2026-04-27

### Fixed

- editor spawn output ([#55]https://github.com/RivoLink/leaf/pull/55)
- table inline styles ([#54]https://github.com/RivoLink/leaf/pull/54)

### Changed

- distinguish heading styles ([#56]https://github.com/RivoLink/leaf/pull/56)

## [[1.15.5]https://github.com/RivoLink/leaf/releases/tag/1.15.5] - 2026-04-26

### Docs

- add features demo ([#52]https://github.com/RivoLink/leaf/pull/52)

## [[1.15.4]https://github.com/RivoLink/leaf/releases/tag/1.15.4] - 2026-04-25

### Fixed

- inline code/latex in tables ([#50]https://github.com/RivoLink/leaf/pull/50)

## [[1.15.3]https://github.com/RivoLink/leaf/releases/tag/1.15.3] - 2026-04-24

### Fixed

- patch rustls-webpki vuln ([#48]https://github.com/RivoLink/leaf/pull/48)

## [[1.15.2]https://github.com/RivoLink/leaf/releases/tag/1.15.2] - 2026-04-24

### Docs

- clean-up readme sections ([#46]https://github.com/RivoLink/leaf/pull/46)

### Changed

- add jed/xjed editors ([#47]https://github.com/RivoLink/leaf/pull/47)

## [[1.15.1]https://github.com/RivoLink/leaf/releases/tag/1.15.1] - 2026-04-24

### Docs

- add preview image ([#44]https://github.com/RivoLink/leaf/pull/44)

### Fixed

- windows path prefix ([#43]https://github.com/RivoLink/leaf/pull/43)

### Changed

- detailed help output ([#42]https://github.com/RivoLink/leaf/pull/42)

## [[1.15.0]https://github.com/RivoLink/leaf/releases/tag/1.15.0] - 2026-04-23

### Added

- latex render support ([#40]https://github.com/RivoLink/leaf/pull/40)

## [[1.14.0]https://github.com/RivoLink/leaf/releases/tag/1.14.0] - 2026-04-22

### Added

- code line number ([#39]https://github.com/RivoLink/leaf/pull/39)

## [[1.13.0]https://github.com/RivoLink/leaf/releases/tag/1.13.0] - 2026-04-22

### Added

- path viewer popup ([#37]https://github.com/RivoLink/leaf/pull/37)

### Changed

- refacto modal to popup ([#38]https://github.com/RivoLink/leaf/pull/38)

## [[1.12.0]https://github.com/RivoLink/leaf/releases/tag/1.12.0] - 2026-04-20

### Added

- interactive drag/hover scrollbar ([#36]https://github.com/RivoLink/leaf/pull/36)

## [[1.11.1]https://github.com/RivoLink/leaf/releases/tag/1.11.1] - 2026-04-20

### Docs

- update ARCHITECTURE.md ([#34]https://github.com/RivoLink/leaf/pull/34)

### Changed

- mouse selection shortcut ([#35]https://github.com/RivoLink/leaf/pull/35)

## [[1.11.0]https://github.com/RivoLink/leaf/releases/tag/1.11.0] - 2026-04-19

### Added

- anytime fuzzy/browser picker ([#33]https://github.com/RivoLink/leaf/pull/33)

## [[1.10.2]https://github.com/RivoLink/leaf/releases/tag/1.10.2] - 2026-04-18

### Docs

- npm packages readme ([#32]https://github.com/RivoLink/leaf/pull/32)

### Fixed

- heading inline code ([#31]https://github.com/RivoLink/leaf/pull/31)

## [[1.10.1]https://github.com/RivoLink/leaf/releases/tag/1.10.1] - 2026-04-17

### Fixed

- npm publish script ([#30]https://github.com/RivoLink/leaf/pull/30)

## [[1.10.0]https://github.com/RivoLink/leaf/releases/tag/1.10.0] - 2026-04-17

### Added

- publish npm packages ([#29]https://github.com/RivoLink/leaf/pull/29)

## [[1.9.3]https://github.com/RivoLink/leaf/releases/tag/1.9.3] - 2026-04-17

### Changed

- add preview image ([#28]https://github.com/RivoLink/leaf/pull/28)

## [[1.9.2]https://github.com/RivoLink/leaf/releases/tag/1.9.2] - 2026-04-17

### Changed

- auto generate changelog ([#27]https://github.com/RivoLink/leaf/pull/27)

## [[1.9.1]https://github.com/RivoLink/leaf/releases/tag/1.9.1] - 2026-04-16

### Changed

- improve status-bar shortcuts ([#25]https://github.com/RivoLink/leaf/pull/25)
- improve watch mode ([#26]https://github.com/RivoLink/leaf/pull/26)

## [[1.9.0]https://github.com/RivoLink/leaf/releases/tag/1.9.0] - 2026-04-16

### Added

- open in editor ([#24]https://github.com/RivoLink/leaf/pull/24)

## [[1.8.0]https://github.com/RivoLink/leaf/releases/tag/1.8.0] - 2026-04-13

### Changed

- refacto and optimize ([#23]https://github.com/RivoLink/leaf/pull/23)

## [[1.7.0]https://github.com/RivoLink/leaf/releases/tag/1.7.0] - 2026-04-12

### Changed

- fuzzy picker optimization ([#22]https://github.com/RivoLink/leaf/pull/22)

## [[1.6.1]https://github.com/RivoLink/leaf/releases/tag/1.6.1] - 2026-04-12

### Fixed

- minor ux bugs ([#21]https://github.com/RivoLink/leaf/pull/21)

## [[1.6.0]https://github.com/RivoLink/leaf/releases/tag/1.6.0] - 2026-04-11

### Added

- fuzzy markdown picker ([#20]https://github.com/RivoLink/leaf/pull/20)

## [[1.5.1]https://github.com/RivoLink/leaf/releases/tag/1.5.1] - 2026-04-11

### Docs

- leaf update guides ([#18]https://github.com/RivoLink/leaf/pull/18)
- uninstall guides ([#19]https://github.com/RivoLink/leaf/pull/19)

## [[1.5.0]https://github.com/RivoLink/leaf/releases/tag/1.5.0] - 2026-04-10

### Added

- auto update ([#17]https://github.com/RivoLink/leaf/pull/17)

## [[1.4.2]https://github.com/RivoLink/leaf/releases/tag/1.4.2] - 2026-04-10

### Docs

- contributing and security guides ([#16]https://github.com/RivoLink/leaf/pull/16)

### Changed

- improve preview design ([#15]https://github.com/RivoLink/leaf/pull/15)

## [[1.4.1]https://github.com/RivoLink/leaf/releases/tag/1.4.1] - 2026-04-10

### Fixed

- using static runners version ([#14]https://github.com/RivoLink/leaf/pull/14)

### Changed

- update build runners version ([#12]https://github.com/RivoLink/leaf/pull/12)
- update windows installer ([#13]https://github.com/RivoLink/leaf/pull/13)

## [[1.4.0]https://github.com/RivoLink/leaf/releases/tag/1.4.0] - 2026-04-10

### Changed

- code review optimization ([#11]https://github.com/RivoLink/leaf/pull/11)

## [[1.3.0]https://github.com/RivoLink/leaf/releases/tag/1.3.0] - 2026-04-09

### Added

- file picker ([#9]https://github.com/RivoLink/leaf/pull/9)

### Changed

- improve windows installer ([#10]https://github.com/RivoLink/leaf/pull/10)

## [[1.2.0]https://github.com/RivoLink/leaf/releases/tag/1.2.0] - 2026-04-08

### Fixed

- Cargo.lock version ([#8]https://github.com/RivoLink/leaf/pull/8)

### Changed

- release installers ([#5]https://github.com/RivoLink/leaf/pull/5)
- improve list alignment ([#6]https://github.com/RivoLink/leaf/pull/6)
- add help modal ([#7]https://github.com/RivoLink/leaf/pull/7)

## [[1.1.0]https://github.com/RivoLink/leaf/releases/tag/1.1.0] - 2026-04-08

### Added

- custom themes ([#1]https://github.com/RivoLink/leaf/pull/1)

### Fixed

- workflow job name ([#4]https://github.com/RivoLink/leaf/pull/4)

### Changed

- improve design ([#2]https://github.com/RivoLink/leaf/pull/2)
- release workflows ([#3]https://github.com/RivoLink/leaf/pull/3)

## [[1.0.0]https://github.com/RivoLink/leaf/releases/tag/1.0.0] - 2026-04-07

Initial release.