Skip to content

Commit 67e2ce9

Browse files
committed
Update changelog.
1 parent 71e390a commit 67e2ce9

1 file changed

Lines changed: 23 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
## Upcoming - TBD
2-
3-
4-
### Features
5-
1+
## 1.12.4 - 2024-11-11
62

73
### Bug Fixes
84

9-
10-
### Internal Changes
11-
5+
* Fix the syntax error when `\d tbl` is used.
126

137
## 1.12.3 - 2024-09-10
148

@@ -17,7 +11,6 @@
1711
* Specify build system in `pyproject.toml`
1812
* Don't install tests
1913

20-
2114
## 1.12.2 - 2024-09-07
2215

2316
### Bug Fixes
@@ -40,27 +33,23 @@
4033

4134
* Fix the escape sequence warning.
4235

43-
4436
## 1.11.0 - 2024-05-03
4537

4638
### Improvements
4739

4840
* When an empty `\d` is invoked the list of tables are returned instead of an error.
4941
* Show SQLite version at startup.
5042

51-
5243
### Bug Fixes
5344

5445
* Support a single item in the startup commands in the config. (bug #176)
5546

56-
5747
## 1.10.1 - 2024-3-23
5848

5949
### Bug Fixes
6050

6151
* Do not crash at start up if ~/.config/litecli is not writeable. [#172](https://github.com/dbcli/litecli/issues/172)
6252

63-
6453
## 1.10.0 - 2022-11-19
6554

6655
### Features
@@ -82,7 +71,6 @@
8271
* Skip internal indexes in the .schema output
8372
([#170](https://github.com/dbcli/litecli/issues/170)).
8473

85-
8674
## 1.9.0 - 2022-06-06
8775

8876
### Features
@@ -125,72 +113,70 @@
125113

126114
### Features
127115

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])
132120

133121
### Bug Fixes
134122

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])
137125

138126
## 1.4.1 - 2020-07-27
139127

140128
### Bug Fixes
141129

142-
- Fix setup.py to set `long_description_content_type` as markdown.
130+
* Fix setup.py to set `long_description_content_type` as markdown.
143131

144132
## 1.4.0 - 2020-07-27
145133

146134
### Features
147135

148-
- Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith])
136+
* Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith])
149137

150138
## 1.3.2 - 2020-03-11
151139

152-
- Fix the completion engine to work with newer sqlparse.
140+
* Fix the completion engine to work with newer sqlparse.
153141

154142
## 1.3.1 - 2020-03-11
155143

156-
- Remove the version pinning of sqlparse package.
144+
* Remove the version pinning of sqlparse package.
157145

158146
## 1.3.0 - 2020-02-11
159147

160148
### Features
161149

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.
164152

165153
## 1.2.0 - 2019-10-26
166154

167155
### Features
168156

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])
171159

172160
## 1.1.0 - 2019-07-14
173161

174162
### Features
175163

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.
181169

182170
### Bug Fixes
183171

184-
- Clear error message when directory does not exist. (Thanks: [Irina Truong])
172+
* Clear error message when directory does not exist. (Thanks: [Irina Truong])
185173

186174
## 1.0.0 - 2019-01-04
187175

188-
- To new beginnings. :tada:
176+
* To new beginnings. :tada:
189177

190178
[Amjith]: https://blog.amjith.com
191179
[chocolateboy]: https://github.com/chocolateboy
192180
[Irina Truong]: https://github.com/j-bennet
193-
[Shawn Chapla]: https://github.com/shwnchpl
194181
[Zhaolong Zhu]: https://github.com/zzl0
195182
[Zhiming Wang]: https://github.com/zmwangx
196-
[Bjørnar Smestad]: https://brendesmestad.no

0 commit comments

Comments
 (0)