Skip to content

Commit 2f87a07

Browse files
committed
docs: v1.13.0 release notes
1 parent 9bdcbd7 commit 2f87a07

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.13.0]
9+
10+
### Added
11+
12+
Add some more array special members (from `execnodes.h`).
13+
14+
Add command `Find custom typedefs.list in repository` to quickly find `typedefs.list` files in repository (just creates terminal and executes simple shell command).
15+
16+
### Changed
17+
18+
Cached `typedefs.list` file now stored in `.vscode` directory instead of global `/tmp`. This fixes issue with multiple PG versions with different set of typedefs used - can lead to incorrect formatting.
19+
20+
`typedefs` setting now accepts additional custom `typedefs.list` files which will be just added to result. This is more convenient, because you don't have to create final file manually anymore.
21+
22+
If `pg_bsd_indent` must be build, then `pg_config` path is searched in `src/tools/pgindent` instead of directly asking user to enter full path to it.
23+
824
## [1.12.1]
925

1026
### Add

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,18 @@ Known issues:
288288

289289
## Release Notes
290290

291+
## 1.13.0
292+
293+
Add some more array special members.
294+
295+
`typedefs` setting now accepts additional custom `typedefs.list` files which will be just added to result (it's not final `typedefs.list` file anymore).
296+
297+
If `pg_bsd_indent` must be build, then `pg_config` path is searched in `src/tools/pgindent` instead of asking user to enter full path to it.
298+
299+
Cached `typedefs.list` file now stored in `.vscode` directory instead of global `/tmp`.
300+
301+
Add command `Find custom typedefs.list in repository` to quickly find `typedefs.list` files in repository.
302+
291303
## 1.12.1
292304

293305
Improve performance by caching current context properties, i.e. if it is safe to call `palloc`, etc...

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.12.1",
5+
"version": "1.13.0",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)