From d5e72f92b50972fdf1a88a65b5eab0bcc88c938d Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 21 Feb 2023 11:49:04 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8293000..0e6d37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.14.0 - 2023-02-21 + +- FIX: History page query loading fixup, GH-632 +- NEW: Display cell content via context menu, GH-634 +- NEW: Handle support/permissions errors in info call, GH-635 +- NEW: Show error message when API calls fail, GH-636 +- NEW: Add bookmark options to load username/password from env vars, GH-638 +- NEW: Add context menu to display database tables stats, GH-639 +- NEW: Added Local Queries feature, GH-641 +- FIX: Ensure that objects are sorted by schema and name, GH-648 +- FIX: Fetch local queries on db connect, GH-650 + # 0.13.1 - 2022-12-27 - Fix connect flow when `~/.pgweb/bookmarks` directory is not available, GH-631