dnote-tui 0.5.10

TUI for dnote
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
# Changelog

## [0.5.10]https://github.com/deepanchal/dnote-tui/compare/v0.5.9...v0.5.10 (2024-10-07)


### Bug Fixes

* **app:** upgrade ratatui to 0.28.1, update related deps, update code usages ([360d481]https://github.com/deepanchal/dnote-tui/commit/360d4810cebcf59917153cd080342291bf15ef59)
* **build:** migrate to vergen v9 which is now replaced by vergen-git2 package ([c036e8c]https://github.com/deepanchal/dnote-tui/commit/c036e8c879e96404bee24594fd2ee47a3ad84ec2)
* **build:** upgrade build-deps & build.rs ([4af35f2]https://github.com/deepanchal/dnote-tui/commit/4af35f29dc6554050c678375b10fe6e875f26592)
* **deps:** update rust crate clap to v4.5.11 ([50b68ce]https://github.com/deepanchal/dnote-tui/commit/50b68cec982b90a2e7ae0934836af6574ccb601f)
* **deps:** update rust crate clap to v4.5.12 ([5b7bb84]https://github.com/deepanchal/dnote-tui/commit/5b7bb8422cfc919e0c0b7e32d46957833716237c)
* **deps:** update rust crate clap to v4.5.13 ([c78394e]https://github.com/deepanchal/dnote-tui/commit/c78394eed3d47ff15af5591bce99b2bd76c4e1b4)
* **deps:** update rust crate clap to v4.5.15 ([97169a7]https://github.com/deepanchal/dnote-tui/commit/97169a78e6cc559dc8dd66e77fe528b9bda4516d)
* **deps:** update rust crate clap to v4.5.16 ([aae0184]https://github.com/deepanchal/dnote-tui/commit/aae018430710d1cc69769cf210cf79e99ca925e3)
* **deps:** update rust crate clap to v4.5.17 ([ea7931b]https://github.com/deepanchal/dnote-tui/commit/ea7931b5b2079647dc8bfadc85e69d558c81fcfa)
* **deps:** update rust crate clap to v4.5.18 ([b2898f1]https://github.com/deepanchal/dnote-tui/commit/b2898f1727078e63c09ad2b8b7c76462b0fe819c)
* **deps:** update rust crate clap to v4.5.19 ([60d0118]https://github.com/deepanchal/dnote-tui/commit/60d0118d2b9691cb05e30a3e3e1eac27c7b5f78e)
* **deps:** update rust crate futures to v0.3.31 ([33be427]https://github.com/deepanchal/dnote-tui/commit/33be4275f345ae60d28ba5d7af5cd5ca038062e1)
* **deps:** update rust crate libc to v0.2.157 ([98cd2ef]https://github.com/deepanchal/dnote-tui/commit/98cd2efddacc385792bc609616d29c3c3275e915)
* **deps:** update rust crate libc to v0.2.158 ([ebf3e2c]https://github.com/deepanchal/dnote-tui/commit/ebf3e2c929733895a014181ffb530cf60a99b961)
* **deps:** update rust crate libc to v0.2.159 ([0ced055]https://github.com/deepanchal/dnote-tui/commit/0ced0552cf54466af659db80a9b38fbc8e66ce5e)
* **deps:** update rust crate pretty_assertions to v1.4.1 ([a20f977]https://github.com/deepanchal/dnote-tui/commit/a20f9776c40b4e27d243f3d037206886e098cfa5)
* **deps:** update rust crate serde to v1.0.206 ([763a46c]https://github.com/deepanchal/dnote-tui/commit/763a46c9a90fe7e4c5725a754ab508ae42579f34)
* **deps:** update rust crate serde to v1.0.207 ([7f6b5d9]https://github.com/deepanchal/dnote-tui/commit/7f6b5d9b0d4996079858821f90f4b220a055269e)
* **deps:** update rust crate serde to v1.0.208 ([1468cf7]https://github.com/deepanchal/dnote-tui/commit/1468cf7961e01a0a292cfa0177f7f947c6f963b8)
* **deps:** update rust crate serde to v1.0.209 ([7a4e7e9]https://github.com/deepanchal/dnote-tui/commit/7a4e7e9ee07a0e938e0ce290c670b1b36bd59e98)
* **deps:** update rust crate serde to v1.0.210 ([57284f4]https://github.com/deepanchal/dnote-tui/commit/57284f4057a88f3ed0357ca36bd5d0e0f1cce827)
* **deps:** update rust crate serde_json to v1.0.121 ([090c25e]https://github.com/deepanchal/dnote-tui/commit/090c25e4fc7e3899ecfc4e0b6fff7c850326d4cd)
* **deps:** update rust crate serde_json to v1.0.122 ([4c33c76]https://github.com/deepanchal/dnote-tui/commit/4c33c768abc5ac14f5eeae71954f5fd6eeed6d43)
* **deps:** update rust crate serde_json to v1.0.124 ([9c5801c]https://github.com/deepanchal/dnote-tui/commit/9c5801caaa66bae64da2346a5cfbf3ae18785842)
* **deps:** update rust crate serde_json to v1.0.125 ([e25f2a8]https://github.com/deepanchal/dnote-tui/commit/e25f2a841c14b568d397aafdaeb673798ac20396)
* **deps:** update rust crate serde_json to v1.0.127 ([8bb8f43]https://github.com/deepanchal/dnote-tui/commit/8bb8f43ca48aaf44fa7df6a228f21736d6ddcf22)
* **deps:** update rust crate serde_json to v1.0.128 ([ad40bac]https://github.com/deepanchal/dnote-tui/commit/ad40bac64d18289452dba87f217e5ae6a61d55f1)
* **deps:** update rust crate tokio to v1.38.1 ([20f4d64]https://github.com/deepanchal/dnote-tui/commit/20f4d64a60e0d1d0eaa2955a77887e8a2ac15f22)
* **deps:** update rust crate tokio to v1.39.2 ([31e8306]https://github.com/deepanchal/dnote-tui/commit/31e8306ed9e047409e64b6f22912b94016966761)
* **deps:** update rust crate tokio to v1.39.3 ([b1c8fd3]https://github.com/deepanchal/dnote-tui/commit/b1c8fd3c8cf51aa444f96088c5cafcd85f922104)
* **deps:** update rust crate tokio to v1.40.0 ([0b8dfd1]https://github.com/deepanchal/dnote-tui/commit/0b8dfd16776f3cdb18e4516e17fc77479cff6bd8)
* **deps:** update rust crate tokio-util to v0.7.12 ([9d07633]https://github.com/deepanchal/dnote-tui/commit/9d07633a1468bea29d40367a81cbb61ec7dacacf)
* **deps:** upgrade other app deps ([e2bf785]https://github.com/deepanchal/dnote-tui/commit/e2bf7852911878725f98f0cd1f57aa07c99135ba)


### Documentation

* **README:** update report bug & request feature links in readme ([410c03c]https://github.com/deepanchal/dnote-tui/commit/410c03cc542141f909aa6c4e9847c6fdea974282)


### Code Refactoring

* **app:** improve app structure from latest component template, upgrade human-panic dep, fix lint errors ([06d4702]https://github.com/deepanchal/dnote-tui/commit/06d47020153f4fd8954af213d1119652482b42b3)

## [0.5.9]https://github.com/deepanchal/dnote-tui/compare/v0.5.8...v0.5.9 (2024-07-13)


### Bug Fixes

* **deps:** update rust crate clap to v4.5.9 ([d8aa6e3]https://github.com/deepanchal/dnote-tui/commit/d8aa6e31dadd1492299a8efebaf90bc9de230ba8)


### Documentation

* **README:** add section on direct download under installing in README.md ([4de6135]https://github.com/deepanchal/dnote-tui/commit/4de61355792c2e31bceab657065ad151f202fa91)
* **README:** remove view demo from readme ([0e47439]https://github.com/deepanchal/dnote-tui/commit/0e474396f256c11ac33e74442320e451b3deba4b)


### Continuous Integration

* **config:** don't add prefix to release tags i.e. dnote-tui-v0.5.0 -> v0.5.0 ([76e1402]https://github.com/deepanchal/dnote-tui/commit/76e1402c4ad9bd117adc021542552d45f864b35b)

## [0.5.8]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.7...dnote-tui-v0.5.8 (2024-07-07)


### Continuous Integration

* **workflows:** add missing rust toolchain setup in extract-version, use new syntax for setting output ([9809c08]https://github.com/deepanchal/dnote-tui/commit/9809c084ae8192ef540bf84f2d67b80b89647c9d)

## [0.5.7]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.6...dnote-tui-v0.5.7 (2024-07-07)


### Continuous Integration

* **workflows:** get app version in another job since windows matrix job can't figure out app version ([396609c]https://github.com/deepanchal/dnote-tui/commit/396609cb334ff47f3f492b578ed5bba59d6779dd)

## [0.5.6]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.5...dnote-tui-v0.5.6 (2024-07-07)


### Continuous Integration

* **workflows:** fix tag_name in releasing assets step ([5df83ef]https://github.com/deepanchal/dnote-tui/commit/5df83ef77768ffc000a8a1024aec60393f84294f)

## [0.5.5]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.4...dnote-tui-v0.5.5 (2024-07-07)


### Continuous Integration

* **workflows:** pass tag_name from release-please to release asset step ([f8ae6d7]https://github.com/deepanchal/dnote-tui/commit/f8ae6d74e0057def4910bd515614b11be3dd62ea)

## [0.5.4]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.3...dnote-tui-v0.5.4 (2024-07-07)


### Continuous Integration

* **workflows:** get current version using cargo to fix release name in release-assets job ([0f6b6b4]https://github.com/deepanchal/dnote-tui/commit/0f6b6b48a006dcf4af6bb0ff1a31c0ce0ea3de4a)

## [0.5.3]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.2...dnote-tui-v0.5.3 (2024-07-07)


### Continuous Integration

* **workflows:** merge release workflow with cd.yml, make assets release after release-please ([52276c9]https://github.com/deepanchal/dnote-tui/commit/52276c96410062557249a287e12b32cd0b5a2592)

## [0.5.2]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.1...dnote-tui-v0.5.2 (2024-07-07)


### Continuous Integration

* **workflows:** update tag regex, add contents write permission to cd workflow ([78e99cb]https://github.com/deepanchal/dnote-tui/commit/78e99cb91b511c98d901e226f4e430af68ccba94)

## [0.5.1]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.5.0...dnote-tui-v0.5.1 (2024-07-07)


### Bug Fixes

* **app:** allow book rename via popup ([cb687f7]https://github.com/deepanchal/dnote-tui/commit/cb687f7400ae7c1fba1c88e0824ebc53432ba71b)
* **comps:** remove unnecessary load books call from popup, use active book state to rename book ([37d4bcb]https://github.com/deepanchal/dnote-tui/commit/37d4bcbbe44c4fd5a69f2e2f34410d0f9e1db3e0)
* **deps:** update rust crate serde to v1.0.204 ([6abcf32]https://github.com/deepanchal/dnote-tui/commit/6abcf3230a81f9f43b438e0d81c7e013ea0938b5)


### Documentation

* **README:** update readme ([7444903]https://github.com/deepanchal/dnote-tui/commit/74449032ccf0714117a019505368a4251924ab03)
* **README:** update roadmap in README.md ([15a0c3f]https://github.com/deepanchal/dnote-tui/commit/15a0c3f9126b5b07b1b4ff2af842c49d5bff02ac)
* **README:** update roadmap in README.md ([72f280a]https://github.com/deepanchal/dnote-tui/commit/72f280a669145cde731b60d178fb2fb02045398c)
* **static:** update demo vhs tape & gif for new features ([03859cc]https://github.com/deepanchal/dnote-tui/commit/03859ccdc5e065aa580a0ae72dde5bdfc7b13165)


### Continuous Integration

* **workflows:** add base cd.yml workflow from ratatui templates repo ([1736a1a]https://github.com/deepanchal/dnote-tui/commit/1736a1aee189c628b54cb921f70ade8ceec7a963)
* **workflows:** update cd workflow ([eb96248]https://github.com/deepanchal/dnote-tui/commit/eb96248348403aa3906b8efc40debb1b851f7620)

## [0.5.0]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.4.1...dnote-tui-v0.5.0 (2024-07-06)


### Features

* **action:** add popup related actions, AddBook action ([2100e78]https://github.com/deepanchal/dnote-tui/commit/2100e785107b175165d4392d78ad741b563d2282)
* **app:** add ability to delete book and all its pages with <d> on books pane ([4c5f69d]https://github.com/deepanchal/dnote-tui/commit/4c5f69dc578dc2f91188fd130a73741b552d1810), closes [#52]https://github.com/deepanchal/dnote-tui/issues/52
* **app:** add ability to delete page with <d> on pages pane ([7dcad80]https://github.com/deepanchal/dnote-tui/commit/7dcad805a5ee7984cea93819c4ad6d763a11249c), closes [#51]https://github.com/deepanchal/dnote-tui/issues/51
* **app:** add add new page to selected book functionality ([14a7fd9]https://github.com/deepanchal/dnote-tui/commit/14a7fd9430bf0cec8c71b14f7834959024c1a327)
* **app:** add RenameActiveBook functionality with <r> on active book ([0089add]https://github.com/deepanchal/dnote-tui/commit/0089add90ca94503ebfab301f0f385fbee1b95da)
* **app:** implement add book functionality with popup using <a> keybind ([c93c1cf]https://github.com/deepanchal/dnote-tui/commit/c93c1cfcd858aa7660ec3a4cc90ec485f7fc601a), closes [#19]https://github.com/deepanchal/dnote-tui/issues/19
* **app:** pass mutable state in component trait's handle_events, update, other funcs + update usages ([70d243b]https://github.com/deepanchal/dnote-tui/commit/70d243bf5576be427c11d6c6a892ec452ab55356)
* **app:** wait for enter to resume app after spawning external process ([6ec88f4]https://github.com/deepanchal/dnote-tui/commit/6ec88f4f72ee4e5f796dcd58e91670adf8fe6d9e)
* **build:** setup docker for testing dnote operations with tui ([1235233]https://github.com/deepanchal/dnote-tui/commit/1235233d7d0900b30217530c6d363528135cedef)
* **comps:** add Popup component, update components mod ([0af8e1a]https://github.com/deepanchal/dnote-tui/commit/0af8e1a0f373c3d8cb2197470e5661986234700b)
* **comps:** build status line dynamically from config for components ([f0a754a]https://github.com/deepanchal/dnote-tui/commit/f0a754ae3c4d1e3d03f48c3347196995beb8b111), closes [#64]https://github.com/deepanchal/dnote-tui/issues/64
* **comps:** fix list highlight style, format page ids in different color ([af2a1c9]https://github.com/deepanchal/dnote-tui/commit/af2a1c9713cdea8be351f1050c7dc8e2d299e8da)
* **comps:** show selected book on top right of pages pane ([ea7404d]https://github.com/deepanchal/dnote-tui/commit/ea7404d0130d5e695d3116d91e4e41b2d6a93679)
* **config:** add build_status_line func to dynamically build status line from mode's keybindings ([0499b75]https://github.com/deepanchal/dnote-tui/commit/0499b758b9b8d4ce2323468f816c582e9bdd57f8)
* **config:** update keybinds in config.json5 ([cef3054]https://github.com/deepanchal/dnote-tui/commit/cef3054681d194ce28d0722f97547709253dcc06)
* **deps:** add tui-input dep, update lockfile ([bbce5f9]https://github.com/deepanchal/dnote-tui/commit/bbce5f9a3329db04468eb490fd9ff7a5a35af873)
* **dx:** setup git hooks w/ cargo-husky ([198b5ef]https://github.com/deepanchal/dnote-tui/commit/198b5ef698229a47b48354189a69b11a264b669c), closes [#55]https://github.com/deepanchal/dnote-tui/issues/55
* **footer:** show current input mode on footer ([e42b95a]https://github.com/deepanchal/dnote-tui/commit/e42b95a899dcb77c22ad1ee2dbe1d1313bcca735)
* **scripts:** add seed-dnote-db script ([455a006]https://github.com/deepanchal/dnote-tui/commit/455a0064ec81c93a47be40e3805439e7160b5751)
* **state:** add helper funcs to State ([3660f62]https://github.com/deepanchal/dnote-tui/commit/3660f628c83ebbef48bd921babf20fe0328defbb)
* **state:** add InputMode enum, store input_mode in State ([3266972]https://github.com/deepanchal/dnote-tui/commit/3266972ccaefb1e25eabefe0996436055cbfaa27)
* **state:** add select_book & select_page helpers on State struct ([114dd6d]https://github.com/deepanchal/dnote-tui/commit/114dd6dee2cbbced8f45523b7aa1884860a09d1d)
* **state:** add update_pages method on State ([cc52d80]https://github.com/deepanchal/dnote-tui/commit/cc52d8000698c9210967b1af2f334728bfce8610)


### Bug Fixes

* **action:** add missing action label & order methods ([c00c0e0]https://github.com/deepanchal/dnote-tui/commit/c00c0e031f004c029ab5d1477a1acaacbbb495ab)
* **action:** derive Hash trait for Action enum ([198b0f8]https://github.com/deepanchal/dnote-tui/commit/198b0f85e2eef100d82aa2aefcb951f4d559d224)
* **action:** remove unused action types from label getter ([5b2cd68]https://github.com/deepanchal/dnote-tui/commit/5b2cd68f9b42dcbe6389e485baf9a6fee8d3cf80)
* **app:** add + use UpdateActiveBookPages action to keep page selected after edit ([e7604ae]https://github.com/deepanchal/dnote-tui/commit/e7604ae3c597fcd1455ea78eb2a702bb16657c14), closes [#71]https://github.com/deepanchal/dnote-tui/issues/71
* **app:** add missing init & update calls for header & footer components in App ([84a9a14]https://github.com/deepanchal/dnote-tui/commit/84a9a147ff113f715178277199d8d5820745cd25)
* **app:** give more space to pages pane by changing layout constraints ([057d1f1]https://github.com/deepanchal/dnote-tui/commit/057d1f1926b70674f3dc06d0dcc5c5354577bd48)
* **app:** keep page pane selected after adding new page to book ([4ccc132]https://github.com/deepanchal/dnote-tui/commit/4ccc132b334296f3073360800217312a08ab527c)
* **app:** refresh book page content & summary after editing page ([1cd9793]https://github.com/deepanchal/dnote-tui/commit/1cd979396c2fe537d41501bf425fa69e1090afad)
* **config:** sort keybind keys by length for consistency ([fff7e5a]https://github.com/deepanchal/dnote-tui/commit/fff7e5a90d2c74f9b0c86ea62428833879aa0d3e)
* **config:** update keybindings in config.json5 ([3872604]https://github.com/deepanchal/dnote-tui/commit/3872604f56a743cd96b3a29f077c89a22fdd73fd)
* **config:** use correct method for action label ([3c35d29]https://github.com/deepanchal/dnote-tui/commit/3c35d2978a7732370cf7d06ea3bf73dc328021f0)
* **lint:** fix lint issue with state.rs ([1cbe3ab]https://github.com/deepanchal/dnote-tui/commit/1cbe3abbba393054b2a4a3e205b4825008ac38c2)
* **mode:** remove default Home mode, update tests & keybindings ([b4201b1]https://github.com/deepanchal/dnote-tui/commit/b4201b1b950e7466212acadddb326e343edbd4b9)
* **popup:** fix colors in popup ([c23f6de]https://github.com/deepanchal/dnote-tui/commit/c23f6de10fc2e0f671a9743bb6bb8617dfaf7a7a)
* **state:** skip next and previous on StatefulList if list is empty ([62092a5]https://github.com/deepanchal/dnote-tui/commit/62092a55faaadc07ecbee54778021ae7a3bdd979), closes [#58]https://github.com/deepanchal/dnote-tui/issues/58


### Documentation

* add demo vhs & gif, remove old screenshot, update demo in readme ([2618624]https://github.com/deepanchal/dnote-tui/commit/2618624968316b46801797ba1e61095a0a98106b)
* **README:** add command to run app once installed section in readme ([dc35e57]https://github.com/deepanchal/dnote-tui/commit/dc35e57f2cee738d08a8ec06e3dbfc663e8992d9)
* **README:** add docker docs to README.md ([7040c22]https://github.com/deepanchal/dnote-tui/commit/7040c22f108b7f630a0bede319667f3af12d028b)
* **README:** add installation docs, update roadmap ([7690730]https://github.com/deepanchal/dnote-tui/commit/7690730700a78d231a8a10a4a4b70952f278b55c)
* **README:** fix issue links in roadmap checklist ([34fb2fd]https://github.com/deepanchal/dnote-tui/commit/34fb2fd8bf32d96bace7c5cd8cc825bab52156a4)
* **README:** update roadmap section ([9cb4269]https://github.com/deepanchal/dnote-tui/commit/9cb426963f737a0f7784d67ecd0fd0a00f99ba33)
* **static:** update demo.gif with new layout ([cddcf80]https://github.com/deepanchal/dnote-tui/commit/cddcf80347e4a5fcfce926ba5051d43a1045f28a)


### Code Refactoring

* **action:** remove unused types from action ([26b62d5]https://github.com/deepanchal/dnote-tui/commit/26b62d5bfaf1a7c80b1bb3cce7ed790e03ee29df)
* **app:** add ExecuteCommand action, move external command spawning actions to their corresponding panes ([54dafcd]https://github.com/deepanchal/dnote-tui/commit/54dafcdbd5713fe9a7e5cc1eb5bfc5348b218a66)
* **app:** add pause & resume helper funcs, update usages for external process handlers ([0be13f2]https://github.com/deepanchal/dnote-tui/commit/0be13f264db4046c5f2e9615b243ab7d3194a96d)
* **app:** improve status line updates from within books and pages pane ([50f415a]https://github.com/deepanchal/dnote-tui/commit/50f415ad3e5ee8b3a921ab80e9ea91b3d68c2f9b)
* **app:** move out all global action handlers to where they belong ([730ec98]https://github.com/deepanchal/dnote-tui/commit/730ec982de42387d66081e478f9fc10cbceea584)
* **app:** move status line state to footer and update via StatusLine action, update usages ([724a02d]https://github.com/deepanchal/dnote-tui/commit/724a02d4c99f846b0b77853b014af35bb065bef0)
* **app:** store tui, action_tx, action_rx in app for better flexibility ([b71bbee]https://github.com/deepanchal/dnote-tui/commit/b71bbee724e622586bcbc1bbfb7f48059c1f547a)
* **app:** update action names, use state helper funcs for updating books/pages/content ([1119d52]https://github.com/deepanchal/dnote-tui/commit/1119d5201fa589fc53ef4e5ba19f1ede4ec7c08d)
* **mode:** move Mode enum to state.rs, update usages ([67eaab7]https://github.com/deepanchal/dnote-tui/commit/67eaab7335a4d2565381540b23edd3583b0c6624)


### Tests

* **unit:** add test cases for empty stateful list bug [#58]https://github.com/deepanchal/dnote-tui/issues/58 ([7baa3d5]https://github.com/deepanchal/dnote-tui/commit/7baa3d59adc1555caee606d0c0ca1cf3209b7463)
* **unit:** add tests for select_book & select_page methods ([15ab596]https://github.com/deepanchal/dnote-tui/commit/15ab596d5143e17cf19973fe633a8f5824dd7bdb)
* **unit:** add tests for update_pages method in State struct ([b7f9ee3]https://github.com/deepanchal/dnote-tui/commit/b7f9ee351c50217df4066227706c6f08bb300b4f)
* **unit:** add unit tests for State struct ([4cff058]https://github.com/deepanchal/dnote-tui/commit/4cff058e6170463fa9352d024355fa461eae190c)

## [0.4.1]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.4.0...dnote-tui-v0.4.1 (2024-07-03)


### Bug Fixes

* **app:** fix build issues in initialize_panic_handler util ([bc1287c]https://github.com/deepanchal/dnote-tui/commit/bc1287c98b66c47a3448556933cd3159f22f2dbb)

## [0.4.0]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.3.0...dnote-tui-v0.4.0 (2024-07-03)


### Features

* **action:** add new actions ([bf1afd8]https://github.com/deepanchal/dnote-tui/commit/bf1afd8eb945bf35e11bcf1f137b39d1c7d31e6b)
* **app:** add dnote and state members in App struct, initialize them ([5ecc01d]https://github.com/deepanchal/dnote-tui/commit/5ecc01d12b30ac16d59603f9288ba0d079355324)
* **app:** define Action::Refresh handler, send refresh action once app returns from suspend ([0974ab9]https://github.com/deepanchal/dnote-tui/commit/0974ab99d8e52dd95b590bf591257bc569b1b26a)
* **app:** implement EditPage functionality on <e> keypress in PagesPane ([40bbb22]https://github.com/deepanchal/dnote-tui/commit/40bbb22cf7c7a74fc0311570ab796504777b427f)
* **app:** move mode to State struct ([08f1bb4]https://github.com/deepanchal/dnote-tui/commit/08f1bb40cdb7bacc5dbc60faf93f69457cd13a55)
* **app:** register header component in app, update component mod ([fd8f2fd]https://github.com/deepanchal/dnote-tui/commit/fd8f2fd63d786114426a8acbd633ff1ae91256fd)
* **app:** update app setup with state, add books, pages, content components, other improvements ([9fe4aac]https://github.com/deepanchal/dnote-tui/commit/9fe4aac0a21b722f535c334bb7a87add3dfe6b54)
* **comps:** add focus highlight, other improvements on books and pages pane ([257e5b7]https://github.com/deepanchal/dnote-tui/commit/257e5b799fcd41935a4394ea18578bea67830a60)
* **comps:** add header component ([d2cf6f1]https://github.com/deepanchal/dnote-tui/commit/d2cf6f12b12c7ed54fe8d85530c404497f629f5b)
* **comps:** show current of total books in BooksPane ([4031cb2]https://github.com/deepanchal/dnote-tui/commit/4031cb20e67a286fd3fd6abe1779aef0775d0989)
* **comps:** show current of total pages in PagesPane ([bea45e1]https://github.com/deepanchal/dnote-tui/commit/bea45e135efafc32b3f9e31f393056df6981fbc1)
* **config:** add keybindings for Book, Page mode ([ced9f0d]https://github.com/deepanchal/dnote-tui/commit/ced9f0d865665734056d36465311e3e9510f4274)
* **dnote:** derive Default for Dnote, add new fn ([39154ce]https://github.com/deepanchal/dnote-tui/commit/39154ce62254f55f9cdd620fad4de667503a4a63)
* **dnote:** derive useful traits for DnoteBook & DnotePage ([b714bd9]https://github.com/deepanchal/dnote-tui/commit/b714bd9c27f8ff3848d0505a398fd0f4ba31697f)
* **footer:** add keybindings info with footer status line ([e464a7c]https://github.com/deepanchal/dnote-tui/commit/e464a7c300d26ac1b29991349164a86ec9ac12a0)
* **main:** set dnote module as pub in main.rs ([40fe7f5]https://github.com/deepanchal/dnote-tui/commit/40fe7f589cbe2db0400408b5fc1926c748972a3f)
* **mode:** add Book, Page, Content enum variants ([cddfd51]https://github.com/deepanchal/dnote-tui/commit/cddfd51f418b163ca20eaba09dd0d38f0a71fe31)
* **state:** add app state mod ([84dbaf6]https://github.com/deepanchal/dnote-tui/commit/84dbaf620a1dfdff37a2c781a30bd7b609449aa3)
* **state:** add StatefulList struct, update members of State struct ([cdd4c63]https://github.com/deepanchal/dnote-tui/commit/cdd4c63b7c87fa483ec340cb3e861da211465d04)
* **utils:** add PROJECT_VERSION static var ([0bc53f0]https://github.com/deepanchal/dnote-tui/commit/0bc53f06b3572f4e6345da88f6ead907d13275d0)


### Bug Fixes

* **app:** auto select first page when focusing book -> pages ([799f0dd]https://github.com/deepanchal/dnote-tui/commit/799f0dda941e776e7f462d59a92ce312a0ee451c)
* **app:** fix app crash when no book is selected and FocusNext is sent ([8988506]https://github.com/deepanchal/dnote-tui/commit/89885068de3cfa7f5238cd9f3c77aa863a560b84)
* **app:** fix layout formatting between header, main, footer ([28ccfb1]https://github.com/deepanchal/dnote-tui/commit/28ccfb17aa24c5877ec3c1ce1690f9c5c54a33ae)
* **app:** fix lint issue with string cloning ([e6d43d9]https://github.com/deepanchal/dnote-tui/commit/e6d43d9218649c28ae29eab74c035d34e8883678)
* **cli:** set default app frame rate to 30 fps ([aaae1d6]https://github.com/deepanchal/dnote-tui/commit/aaae1d616e7a8637fec80c13a535cc15c9426d55)
* **components:** remove deleted mods from components ([6ddf7eb]https://github.com/deepanchal/dnote-tui/commit/6ddf7eb1a559f72a486deb9b454c64307d4d1e61)
* **comps:** add title padding in content pane title ([dce000e]https://github.com/deepanchal/dnote-tui/commit/dce000e82aee46f8711f53a19f55ff4599d9eeef)
* **deps:** update rust crate human-panic to v2 ([d7744e9]https://github.com/deepanchal/dnote-tui/commit/d7744e95a6482e4caa2a37effedb43330ba59448)
* **deps:** update rust crate serde_json to v1.0.120 ([0f4e2a7]https://github.com/deepanchal/dnote-tui/commit/0f4e2a768431169078d945a2b499c2b29f7392af)
* **deps:** update rust crate strum to v0.26.3 ([b717c1a]https://github.com/deepanchal/dnote-tui/commit/b717c1a06d4a6a33dd8d6219a7402b9a94dc4409)
* **dnote:** update dnote lib to use color_eyre errors ([1323d70]https://github.com/deepanchal/dnote-tui/commit/1323d709cb9de06149439d075724f9299a4cbeba)
* **lint:** fix clippy warnings ([2412bf0]https://github.com/deepanchal/dnote-tui/commit/2412bf0309b085f12f32d2b885f3ce1be986f509)
* **pkg:** update package metadata, add missing deps, update lockfile ([ff903eb]https://github.com/deepanchal/dnote-tui/commit/ff903eb6df591348fe86a4ec6b337f6940076ee4)
* **src:** delete unused files from old repo structure ([3955f13]https://github.com/deepanchal/dnote-tui/commit/3955f133573e5a2676edf82392c84694f5700cfa)
* **state:** disable rolling over index when it's out of bound in StatefulList ([56075ba]https://github.com/deepanchal/dnote-tui/commit/56075ba3ddd8530dbd61f51093b84acf877d66c2)


### Code Refactoring

* **dnote:** rename DnoteClient to Dnote ([2b3569f]https://github.com/deepanchal/dnote-tui/commit/2b3569f83f917ff92c6face95f157cac06ed991d)
* **src:** replace app code with ratatui component template ([cf08f5a]https://github.com/deepanchal/dnote-tui/commit/cf08f5af93ad64188b264805e1dcdbcb94488aa3)


### Continuous Integration

* remove unused github workflows ([0781910]https://github.com/deepanchal/dnote-tui/commit/0781910e360dc988d188e36449271a052b24ab15)

## [0.3.0]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.2.1...dnote-tui-v0.3.0 (2024-06-29)


### Features

* **app:** add rename book functionality ([#15]https://github.com/deepanchal/dnote-tui/issues/15) ([e819df3]https://github.com/deepanchal/dnote-tui/commit/e819df310d7ea2833a22debe4624a75988661ed8)
* **app:** replace tui with ratatui, bump ratatui version, fix errors after changes ([66c09b0]https://github.com/deepanchal/dnote-tui/commit/66c09b079fc938eebf0b0ba44c98cb51aa5ed11a)
* **dnote_lib:** use execute_command in other funcs, other improvements in lib ([728aae5]https://github.com/deepanchal/dnote-tui/commit/728aae5fc35957362decbd48067776981b4ac36d)


### Bug Fixes

* **bin:** fix dnote import in dnote_client_test bin ([4658b44]https://github.com/deepanchal/dnote-tui/commit/4658b4478ac5ec6cfb82dbe7aee8179ab3ff8bd0)
* **deps:** update rust crate ratatui to 0.27.0 ([5b5e87e]https://github.com/deepanchal/dnote-tui/commit/5b5e87ec6ecec708d432bc6c715c1309980a98d3)
* **lint:** fix clippy warnings ([bd644b0]https://github.com/deepanchal/dnote-tui/commit/bd644b01caf9e724c52dbdf973218db92d067692)
* **ui:** remove highlight symbol from book & pages section, change pages highlight color ([f114454]https://github.com/deepanchal/dnote-tui/commit/f1144548ed275a3294a63e2c0429927b0b057739)
* **ui:** update constraint percentage for sections in ui ([2fc985c]https://github.com/deepanchal/dnote-tui/commit/2fc985cdf6c213dfc1ac61095645b93c2e7f818a)


### Code Refactoring

* **lib:** rename dnote_lib to dnote, update usages ([3bb0716]https://github.com/deepanchal/dnote-tui/commit/3bb07161c20548ec7aab5d1e88c4b9381734ea27)

## [0.2.1]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.2.0...dnote-tui-v0.2.1 (2023-09-03)


### Documentation

* **README:** update roadmap in README.md ([731234c]https://github.com/deepanchal/dnote-tui/commit/731234c316f439f041ab5fc2796783f59d767515)
* **README:** use relative path for screenshot1.png ([bb52e66]https://github.com/deepanchal/dnote-tui/commit/bb52e664561d68dacd52f083708e59f44414cb7c)

## [0.2.0]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.1.1...dnote-tui-v0.2.0 (2023-09-03)


### Features

* **dnote_lib:** add summary field on `DnotePage`. update FromStr impl & tests ([08c0757]https://github.com/deepanchal/dnote-tui/commit/08c0757133b49dfd04c9925b257caa0bf9bf9b86)
* **ui:** use new summary field from `DnotePage` to display truncated page content besides page id in pages section ([3683ecf]https://github.com/deepanchal/dnote-tui/commit/3683ecf596060f6d4eac000fb8fd8726d12b7fad)


### Documentation

* **README:** update documentation url in README.md ([34b9292]https://github.com/deepanchal/dnote-tui/commit/34b9292d48c6db758cfda03f4ffbc3635269f54a)

## [0.1.1]https://github.com/deepanchal/dnote-tui/compare/dnote-tui-v0.1.0...dnote-tui-v0.1.1 (2023-09-03)


### Bug Fixes

* **deps:** update rust crate tui to 0.23.0 ([0f988e4]https://github.com/deepanchal/dnote-tui/commit/0f988e4ab4a8815b2521d6bdf6a00e80bde2b3e9)


### Continuous Integration

* **release:** add publish to crates.io job in release.yml to auto-publish on release please pr merge ([c915ff5]https://github.com/deepanchal/dnote-tui/commit/c915ff549ad600868674a34d810514678bf2b518)

## 0.1.0 (2023-08-20)


### Features

* **app:** add page_info state to app, add get_page_content method ([a8b08a9]https://github.com/deepanchal/dnote-tui/commit/a8b08a92d85d745ed281e7e96beefb69998d177f)
* **app:** add stateful pages list, add getters for books & pages ([a99f23f]https://github.com/deepanchal/dnote-tui/commit/a99f23fd71af0194cbca6e7a7a764cc5977b6fb1)
* **app:** add StatefulList, add books list to App, load books from dnote in constructor ([1df5378]https://github.com/deepanchal/dnote-tui/commit/1df53787209f36d0b887bbca5525461c0208e3d1)
* **app:** add TuiChunk enum, add selected_chunk property to app, add select_next_chunk & select_prev_chunk methods ([38ee7e8]https://github.com/deepanchal/dnote-tui/commit/38ee7e884edb50f7549fd371070def331efaf057)
* **app:** remove test counter & related methods from app ([5e83ed0]https://github.com/deepanchal/dnote-tui/commit/5e83ed095b4e6ac43458f8536493260c134449b6)
* **bin:** add dnote_client_test binary w/ test usage from main ([3d4b380]https://github.com/deepanchal/dnote-tui/commit/3d4b380b4d26c6b3a81a95c133e2fb424e8a8c32)
* **cargo:** set default-run to dnote-tui ([47da791]https://github.com/deepanchal/dnote-tui/commit/47da79149b016172df496f7605e7d77056294ba6)
* **deps:** add tui using ratatui & crossterm deps, update lockfile ([d0a6622]https://github.com/deepanchal/dnote-tui/commit/d0a6622681ae9df6e82441213f76a40e0a502d88)
* **dnote_lib:** comment print statements in DnoteClient methods ([e425914]https://github.com/deepanchal/dnote-tui/commit/e4259146e6166adbb5b27c5fb6e22dde1e05519b)
* **handler:** add keybindings for navigating through books list ([40305e5]https://github.com/deepanchal/dnote-tui/commit/40305e59a7f07de644bcead799f307046910085b)
* **handler:** handle navigation using selected_chunk & helper methods ([1b7e5f8]https://github.com/deepanchal/dnote-tui/commit/1b7e5f8f525a36e983a94e13d3cb35992040f953)
* init with binary project ([6cbeb5f]https://github.com/deepanchal/dnote-tui/commit/6cbeb5f324af57fdc0a6d5eced6e743627df8e79)
* **lib:** add DnoteClient, DnoteClientError, add funcs for DnoteClient ([c737810]https://github.com/deepanchal/dnote-tui/commit/c7378102641d7b0c71e70c94c18b37f7c9da0f03)
* **lib:** add DnotePageInfo struct ([00b85d7]https://github.com/deepanchal/dnote-tui/commit/00b85d7a77afdd75d44fbf75ff3db90976646190)
* **lib:** add lib.rs ([56e7c63]https://github.com/deepanchal/dnote-tui/commit/56e7c63da8e0d45a1324115cf3fe4833356beb55)
* **lib:** implement FromStr for DnotePage, remove uuid & content fields from struct ([554f602]https://github.com/deepanchal/dnote-tui/commit/554f60259e4ca159c768aa7d379f38268ecd1450)
* **lib:** implement FromStr for DnotePageInfo ([1823c2c]https://github.com/deepanchal/dnote-tui/commit/1823c2cac3f47fd76219216e7a602ea9af76b209)
* **lib:** implement FromStr trait for DnoteBook to parse string into struct ([68c4af8]https://github.com/deepanchal/dnote-tui/commit/68c4af8671f4f40d2fb4b2ef55dc915e27373284)
* **lib:** implement view_page_info func for DnoteClient ([0cdd126]https://github.com/deepanchal/dnote-tui/commit/0cdd126ca180cb97e851c371bd72061ab1667071)
* **lib:** implement view_pages func for DnoteClient, format file ([5554887]https://github.com/deepanchal/dnote-tui/commit/55548874f22747aebf6be1aad3274c05ed9a6d26)
* **lib:** improve DnoteClientError enum, use ? shorthand for view_books ([f06b3e8]https://github.com/deepanchal/dnote-tui/commit/f06b3e82a6638ad0322b4ac34039011a5284a1ff)
* **main:** test out DnoteClient in main fn ([25fdb48]https://github.com/deepanchal/dnote-tui/commit/25fdb48e25782496abbdea5b15021dd3d663006e)
* **setup:** use rust-tui-template to setup files & mods ([3ebf5c4]https://github.com/deepanchal/dnote-tui/commit/3ebf5c4b4d34b31f54111b9a66e62a9194d421f7)
* **src:** add dnote_lib mod w/ DnoteBook & DnotePage public structs ([7ca9652]https://github.com/deepanchal/dnote-tui/commit/7ca965234a101721b2442fb39040a493f85766b7)
* **ui:** adjust areas for chunks ([7808385]https://github.com/deepanchal/dnote-tui/commit/78083853e2f4f2339a88abd7ce16bdf5c14d276e)
* **ui:** render books list in books_block chunk from stateful list of books in app's instance ([85cd6de]https://github.com/deepanchal/dnote-tui/commit/85cd6de5bdb6345338cc9fe4190d56cad2c1bc4a)
* **ui:** render page content in page_content chunk using page_content state ([b7ab6e5]https://github.com/deepanchal/dnote-tui/commit/b7ab6e5b8ec7c2513ce6c3e1894f790c9f654535)
* **ui:** setup layout for books, pages, & content ([9e1d769]https://github.com/deepanchal/dnote-tui/commit/9e1d7690047ac0fbcf11ef1ddcef8dd202231e1b)
* **ui:** use get_books, render pages list for currently selected book ([1635055]https://github.com/deepanchal/dnote-tui/commit/1635055239837311634ae869a87a479deda6f8c8)


### Bug Fixes

* **app:** don't allow next selection when on pages section ([54ed8ff]https://github.com/deepanchal/dnote-tui/commit/54ed8ff7e0b2ff9e2321ac6f94ce751e70aa2fce)
* **deps:** update rust crate crossterm to 0.27.0 ([7e25972]https://github.com/deepanchal/dnote-tui/commit/7e25972d918e200d0ea306020e6b7d16d290ad67)
* **deps:** update rust crate tui to 0.22.0 ([a85cd3b]https://github.com/deepanchal/dnote-tui/commit/a85cd3b9141cb752407410b21f0850590f667ff8)
* **handler:** deselect page before selecting books chunk ([e615765]https://github.com/deepanchal/dnote-tui/commit/e6157653c3c99aab4342a9d83dcf55c95c68159d)
* **handler:** select page on right key handler and then select chunk ([0741da7]https://github.com/deepanchal/dnote-tui/commit/0741da78987d201cfcc4a8650cb08c271a677972)
* **ui:** remove redundant clone call in ui.rs ([e520072]https://github.com/deepanchal/dnote-tui/commit/e520072da3b14300f34bdd6403b06509a5e89cdd)


### Documentation

* **README:** add README.md from https://github.com/othneildrew/Best-README-Template template ([d04b911]https://github.com/deepanchal/dnote-tui/commit/d04b911dbd7361a7d218ae90554c32a06d297973)
* **README:** fix license link ([5ddba61]https://github.com/deepanchal/dnote-tui/commit/5ddba6144ff4f577ae4feb974bc77102087eb3d4)
* **README:** fix license text in README.md ([ef4ce5c]https://github.com/deepanchal/dnote-tui/commit/ef4ce5c5b73e392f16faead9e41b2244c768e633)
* **README:** make improvements to README.md ([1cb8f36]https://github.com/deepanchal/dnote-tui/commit/1cb8f36672619696fdc99e9e6276a33eafe0e76b)
* **README:** remove table of contents from README.md ([c86cabd]https://github.com/deepanchal/dnote-tui/commit/c86cabd31dd5ca3ee78ba29117c3a65eb24d4bb6)


### Code Refactoring

* **dnote_lib:** change fn names in DnoteClient ([5d7c1e6]https://github.com/deepanchal/dnote-tui/commit/5d7c1e698c5caff3ae27fb79485572c1906b2699)
* **dnote_lib:** use ? for handling errors instead of nested match statements ([d7796ca]https://github.com/deepanchal/dnote-tui/commit/d7796caf59b51c175949311dea9ea244c198f166)
* fix git blame ignore revs filename ([24a5cf0]https://github.com/deepanchal/dnote-tui/commit/24a5cf0bd29c0315cd9d6b8998dbd8ff8ecce710)
* **lib:** use vector collect to improve parsing cmd output to DnoteBook vector ([68f9bed]https://github.com/deepanchal/dnote-tui/commit/68f9bed16a4f6b3878a6abf7c224a32cc0c0e63a)
* rename `TuiChunk` to `TuiSection` ([7e03f92]https://github.com/deepanchal/dnote-tui/commit/7e03f925514e2e83f3060d886be36b00fe9ead3a)
* replace vars + methods with chunk text to section as it makes more sense ([c824b9b]https://github.com/deepanchal/dnote-tui/commit/c824b9b4d501f7116073b871189a72b9f78aba91)
* **ui:** store chunks in vars & use them to render widget ([71cf60f]https://github.com/deepanchal/dnote-tui/commit/71cf60fd7f6a6c262410ad811dfca389a5c2dc85)


### Tests

* **lib:** add test for parsing FromStr implementation of DnotePageInfo ([e9860c6]https://github.com/deepanchal/dnote-tui/commit/e9860c60c8942be7ff6f9e61a23b6d6cef807067)
* **lib:** add tests for parsing implementations for DnoteBook & DnotePage ([c578273]https://github.com/deepanchal/dnote-tui/commit/c578273667e141feaa7ee485cb2eceb48da51085)


### Continuous Integration

* **main:** add main workflow for build, lint & test ([708c61b]https://github.com/deepanchal/dnote-tui/commit/708c61bfd3f8748bc4d21f08be3da649293b1e86)
* **release:** add release please action in release.yml ([aae525f]https://github.com/deepanchal/dnote-tui/commit/aae525f393b0566fb9c56633fde2fbe83c4d9b69)
* **release:** allow workflow_dispatch to trigger release workflow ([9055233]https://github.com/deepanchal/dnote-tui/commit/90552339eef2ec5a9fdcbb796afc6a515e04f63e)