Skip to content

Latest commit

 

History

History
132 lines (81 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

132 lines (81 loc) · 9.35 KB

(2024-05-14)

v0.8.1 (2024-05-01)

v0.8.0 (2024-05-01)

v0.7.0 (2024-04-30)

  • Bump golang.org/x/net from 0.21.0 to 0.23.0 #54 (dependabot[bot])
  • Support Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) #53 (nao1215)

v0.6.5 (2024-04-29)

v0.6.4 (2024-04-29)

v0.5.2 (2022-11-27)

v0.5.1 (2022-11-19)

v0.5.0 (2022-11-13)

v0.4.0 (2022-11-13)

v0.3.1 (2022-11-11)

  • Fix panic bug when import file that is without extension #15 (nao1215)

v0.3.0 (2022-11-10)

v0.2.1 (2022-11-09)

v0.2.0 (2022-11-09)

  • Fixed a display collapse problem when multiple lines are entered #11 (nao1215)

v0.1.1 (2022-11-07)

  • Fixed a bug that caused SQL to fail if there was a trailing semicolon #10 (nao1215)

v0.1.0 (2022-11-07)

  • Add move cursor function in intaractive shell #9 (nao1215)

v0.0.11 (2022-11-06)

  • Fixed a bug in which the wrong arguments were used #8 (nao1215)

v0.0.10 (2022-11-06)

v0.0.9 (2022-11-06)

v0.0.7 (2022-11-06)

v0.0.6 (2022-11-05)

v0.0.5 (2022-11-05)

  • Add history usecase, repository, infra. sqly manage history by sqlite3 #5 (nao1215)
  • Add function that execute select query #4 (nao1215)

v0.0.4 (2022-11-05)

v0.0.3 (2022-11-05)

v0.0.2 (2022-11-05)

  • Add .tables command #2 (nao1215)
  • Add .exit/.help command and history manager #1 (nao1215)

v0.0.1 (2022-11-03)