Skip to content

Releases: WaylonWalker/lockhart

v0.6.2

11 Feb 03:25
Compare
Choose a tag to compare

0.6.2

  • fix: unable to edit tempfile on findows, 0.6.2.dev1
  • fix: lockhart config show does not print without --verbose, 0.6.2.dev2

0.6.1

  • fix: toml items not string throw attribute error closes #34, 0.6.1.dev0
  • fix: tui does not work with empty history 0.6.1.dev0

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.2.dev1

30 Jan 02:10
Compare
Choose a tag to compare

0.6.2

  • fix: unable to edit tempfile on findows, 0.6.2

0.6.1

  • fix: toml items not string throw attribute error closes #34, 0.6.1.dev0
  • fix: tui does not work with empty history 0.6.1.dev0

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.7.0.dev0

28 Jan 14:31
Compare
Choose a tag to compare

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.2.dev0

28 Jan 19:50
Compare
Choose a tag to compare

0.6.1

  • fix: toml items not string throw attribute error closes #34, 0.6.1
  • fix: tui does not work with empty history 0.6.1

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.1.dev0

28 Jan 18:11
Compare
Choose a tag to compare

0.6.1

  • fix: toml items not string throw attribute error closes #34, 0.6.1
  • fix: tui does not work with empty history 0.6.1

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.1

28 Jan 18:17
Compare
Choose a tag to compare

0.6.1

  • fix: toml items not string throw attribute error closes #34, 0.6.1
  • fix: tui does not work with empty history 0.6.1

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.0.dev7

28 Jan 03:26
Compare
Choose a tag to compare

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.0.dev6

28 Jan 01:24
Compare
Choose a tag to compare

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.0

28 Jan 14:27
Compare
Choose a tag to compare

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5
  • Added toggle_sidebar action. #32 0.6.0.dev7

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12

v0.6.0.dev5

27 Jan 03:03
Compare
Choose a tag to compare

0.6.0

  • fix: default to quiet console, make --verbose a common cli argument, #25 0.6.0.dev1
  • fix: full test coverage in config #27 0.6.0.dev2
  • fix: if default config is missing load in the sample config #27 0.6.0.dev2
  • fix: config location was set to the sample by mistake #27 0.6.0.dev2
  • Added console.log to print a message when no config file is
    found #29 0.6.0.dev4
  • Add get_jinja_env() and support for templating and editing prompts in
    prompts.py #30 0.6.0dev5

0.5.0

  • fix: do not run model if editor was closed without writing #7 0.4.0.dev2
  • feat: add support for Edit mode #12 0.4.0.dev2
  • feat: add support to jinja template all string type parameters #13 0.4.0.dev2
  • feat: add --verbose flag #8 0.4.0.dev3
  • feat: create history api, and save history #17 0.4.0.dev4
  • fix: do not block for missing stdin #18 0.4.0.dev11
  • feat: editor now opens full toml #20 0.4.0.dev12