|
1 |
| -## Upcoming - TBD |
2 |
| - |
3 |
| - |
4 |
| -### Features |
5 |
| - |
| 1 | +## 1.12.4 - 2024-11-11 |
6 | 2 |
|
7 | 3 | ### Bug Fixes
|
8 | 4 |
|
9 |
| - |
10 |
| -### Internal Changes |
11 |
| - |
| 5 | +* Fix the syntax error when `\d tbl` is used. |
12 | 6 |
|
13 | 7 | ## 1.12.3 - 2024-09-10
|
14 | 8 |
|
|
17 | 11 | * Specify build system in `pyproject.toml`
|
18 | 12 | * Don't install tests
|
19 | 13 |
|
20 |
| - |
21 | 14 | ## 1.12.2 - 2024-09-07
|
22 | 15 |
|
23 | 16 | ### Bug Fixes
|
|
40 | 33 |
|
41 | 34 | * Fix the escape sequence warning.
|
42 | 35 |
|
43 |
| - |
44 | 36 | ## 1.11.0 - 2024-05-03
|
45 | 37 |
|
46 | 38 | ### Improvements
|
47 | 39 |
|
48 | 40 | * When an empty `\d` is invoked the list of tables are returned instead of an error.
|
49 | 41 | * Show SQLite version at startup.
|
50 | 42 |
|
51 |
| - |
52 | 43 | ### Bug Fixes
|
53 | 44 |
|
54 | 45 | * Support a single item in the startup commands in the config. (bug #176)
|
55 | 46 |
|
56 |
| - |
57 | 47 | ## 1.10.1 - 2024-3-23
|
58 | 48 |
|
59 | 49 | ### Bug Fixes
|
60 | 50 |
|
61 | 51 | * Do not crash at start up if ~/.config/litecli is not writeable. [#172](https://github.com/dbcli/litecli/issues/172)
|
62 | 52 |
|
63 |
| - |
64 | 53 | ## 1.10.0 - 2022-11-19
|
65 | 54 |
|
66 | 55 | ### Features
|
|
82 | 71 | * Skip internal indexes in the .schema output
|
83 | 72 | ([#170](https://github.com/dbcli/litecli/issues/170)).
|
84 | 73 |
|
85 |
| - |
86 | 74 | ## 1.9.0 - 2022-06-06
|
87 | 75 |
|
88 | 76 | ### Features
|
|
125 | 113 |
|
126 | 114 | ### Features
|
127 | 115 |
|
128 |
| -- Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu]) |
129 |
| - - `\f query` does not show the full SQL. |
130 |
| - - `\f+ query` shows the full SQL. |
131 |
| -- Add prompt format of file's basename. (Thanks: [elig0n]) |
| 116 | +* Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu]) |
| 117 | + * `\f query` does not show the full SQL. |
| 118 | + * `\f+ query` shows the full SQL. |
| 119 | +* Add prompt format of file's basename. (Thanks: [elig0n]) |
132 | 120 |
|
133 | 121 | ### Bug Fixes
|
134 | 122 |
|
135 |
| -- Fix compatibility with sqlparse >= 0.4.0. (Thanks: [chocolateboy]) |
136 |
| -- Fix invalid utf-8 exception. (Thanks: [Amjith]) |
| 123 | +* Fix compatibility with sqlparse >= 0.4.0. (Thanks: [chocolateboy]) |
| 124 | +* Fix invalid utf-8 exception. (Thanks: [Amjith]) |
137 | 125 |
|
138 | 126 | ## 1.4.1 - 2020-07-27
|
139 | 127 |
|
140 | 128 | ### Bug Fixes
|
141 | 129 |
|
142 |
| -- Fix setup.py to set `long_description_content_type` as markdown. |
| 130 | +* Fix setup.py to set `long_description_content_type` as markdown. |
143 | 131 |
|
144 | 132 | ## 1.4.0 - 2020-07-27
|
145 | 133 |
|
146 | 134 | ### Features
|
147 | 135 |
|
148 |
| -- Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith]) |
| 136 | +* Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith]) |
149 | 137 |
|
150 | 138 | ## 1.3.2 - 2020-03-11
|
151 | 139 |
|
152 |
| -- Fix the completion engine to work with newer sqlparse. |
| 140 | +* Fix the completion engine to work with newer sqlparse. |
153 | 141 |
|
154 | 142 | ## 1.3.1 - 2020-03-11
|
155 | 143 |
|
156 |
| -- Remove the version pinning of sqlparse package. |
| 144 | +* Remove the version pinning of sqlparse package. |
157 | 145 |
|
158 | 146 | ## 1.3.0 - 2020-02-11
|
159 | 147 |
|
160 | 148 | ### Features
|
161 | 149 |
|
162 |
| -- Added `.import` command for importing data from file into table. (Thanks: [Zhaolong Zhu]) |
163 |
| -- Upgraded to prompt-toolkit 3.x. |
| 150 | +* Added `.import` command for importing data from file into table. (Thanks: [Zhaolong Zhu]) |
| 151 | +* Upgraded to prompt-toolkit 3.x. |
164 | 152 |
|
165 | 153 | ## 1.2.0 - 2019-10-26
|
166 | 154 |
|
167 | 155 | ### Features
|
168 | 156 |
|
169 |
| -- Enhance the `describe` command. (Thanks: [Amjith]) |
170 |
| -- Autocomplete table names for special commands. (Thanks: [Amjith]) |
| 157 | +* Enhance the `describe` command. (Thanks: [Amjith]) |
| 158 | +* Autocomplete table names for special commands. (Thanks: [Amjith]) |
171 | 159 |
|
172 | 160 | ## 1.1.0 - 2019-07-14
|
173 | 161 |
|
174 | 162 | ### Features
|
175 | 163 |
|
176 |
| -- Added `.read` command for reading scripts. |
177 |
| -- Added `.load` command for loading extension libraries. (Thanks: [Zhiming Wang]) |
178 |
| -- Add support for using `?` as a placeholder in the favorite queries. (Thanks: [Amjith]) |
179 |
| -- Added shift-tab to select the previous entry in the completion menu. [Amjith] |
180 |
| -- Added `describe` and `desc` keywords. |
| 164 | +* Added `.read` command for reading scripts. |
| 165 | +* Added `.load` command for loading extension libraries. (Thanks: [Zhiming Wang]) |
| 166 | +* Add support for using `?` as a placeholder in the favorite queries. (Thanks: [Amjith]) |
| 167 | +* Added shift-tab to select the previous entry in the completion menu. [Amjith] |
| 168 | +* Added `describe` and `desc` keywords. |
181 | 169 |
|
182 | 170 | ### Bug Fixes
|
183 | 171 |
|
184 |
| -- Clear error message when directory does not exist. (Thanks: [Irina Truong]) |
| 172 | +* Clear error message when directory does not exist. (Thanks: [Irina Truong]) |
185 | 173 |
|
186 | 174 | ## 1.0.0 - 2019-01-04
|
187 | 175 |
|
188 |
| -- To new beginnings. :tada: |
| 176 | +* To new beginnings. :tada: |
189 | 177 |
|
190 | 178 | [Amjith]: https://blog.amjith.com
|
191 | 179 | [chocolateboy]: https://github.com/chocolateboy
|
192 | 180 | [Irina Truong]: https://github.com/j-bennet
|
193 |
| -[Shawn Chapla]: https://github.com/shwnchpl |
194 | 181 | [Zhaolong Zhu]: https://github.com/zzl0
|
195 | 182 | [Zhiming Wang]: https://github.com/zmwangx
|
196 |
| -[Bjørnar Smestad]: https://brendesmestad.no |
0 commit comments