Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiG9-00GVdu-Rz for pgsql-announce@arkaria.postgresql.org; Thu, 12 Dec 2024 12:25:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tLiG7-00BARK-6q for pgsql-announce@arkaria.postgresql.org; Thu, 12 Dec 2024 12:25:36 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiEh-00Awsu-9E for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:24:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiEe-002SUX-OC for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:24:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=sogcdAzb+wfiQAD23XuYgkCFS8NKGmRiB/3dHMZeHEY=; b=Ho3JbZsbhkYpgvMHNEKBqd8Gup YoErj3SjzDZkCh6c4iLW8LEhr6eiJ1K4C1Z4Gf3PF/AMYEqr2spXDakxd8hivcXsqAPtyKJ+kj1pf pn5Bz+neoAZ7kERPEXY3zA8y1Cw6i4LKqQ+TuYy61ilQIfgEl0mrwunXzHIr5rAU0vOZfLLi17+Ck 4LqO62KWVgr45dEMSUGiItLqzgVsdzUHHO3pw5+mM324jPgOl45Z/dcJyVgXOWa9Qq/LE5yOxksZB yVED5LayQDJgC+k8q1Nw1DNhhjgBGUMUNHq3LMDyDh9PGyFYTkrONNEDF83U2f1RHUYFr8bmCIHUX eRtFW1+A==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tLiEd-007aRV-Fj for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:24:03 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tLiEb-001ISM-Gq for pgsql-announce@lists.postgresql.org; Thu, 12 Dec 2024 12:24:01 +0000 Content-Type: multipart/mixed; boundary="===============1156462435124666545==" MIME-Version: 1.0 Subject: pgAdmin 4 v8.13 Released To: PostgreSQL Announce From: pgAdmin Development Team via PostgreSQL Announce Reply-To: news@pgadmin.org Date: Thu, 12 Dec 2024 12:23:28 +0000 Message-ID: <173400620896.3842595.16683486987198296834@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: c1bd26c2d0e0fce73e39db768df72780b3facb72ee039acd1aed363f7c7b7782 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============1156462435124666545== Content-Type: multipart/alternative; boundary="===============3033339290956856446==" MIME-Version: 1.0 --===============3033339290956856446== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.13.= This release of pgAdmin 4 includes 25 bug fixes and new features. For more= details please see the [release notes](https://www.pgadmin.org/docs/pgadmi= n4/8.13/release_notes_8_13.html). =20 pgAdmin is the leading Open Source graphical management tool for PostgreSQL= . For more information, please see [the website](https://www.pgadmin.org/). Notable changes in this release include: =20 ### Features: * Replace infinite scrolling with pagination in query tool data output for = better UX and performance. * Add an object menu option to disconnect all server and database connectio= ns. * Alternate the background color of rows to enhance readability. * Allow to pass PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets. * Format dashboard graph metrics for better readability. * Added support for auto-detecting and setting the End-of-line character (L= F/CRLF) in the query tool editor. * Make the background color for the serial number and header cells distinct. ### Bugs/Housekeeping: * Updated the react-menu library from v2 to v4. * Fixed an issue that allowed the Enter key to save data in the result grid= text editor. * Move 'About pgAdmin 4' to the app menu on macOS. * Fixed an issue where the query tool was crashing when an empty geometry w= as being rendered. * Fixed an issue where the Dashboard tab showed 'Something went wrong'. * Fixed an issue where cursor selection is not visible in the PSQL tool. * Allow OAuth2 params OAUTH2_NAME, OAUTH2_DISPLAY_NAME, OAUTH2_ICON, OAUTH2= _BUTTON_COLOR to be optional. * Add appropriate minimum width and height settings for desktop apps to avo= id apps accidentally going below visibility levels. * Fixed an issue where the graphical explain kept the node details open eve= n after the plan changed. * Fixed an issue in the debugger where the character data type function arg= uments were being truncated. Builds for Windows and macOS are available now, along with a Python Wheel, = Docker Container, RPM, DEB Package, and source code tarball from the [tarba= ll area](https://www.pgadmin.org/download/). --===============3033339290956856446== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgAdmin 4 v8.13 Released
 

pgAdmin 4 v8.13 Released

The pgAdmin Development Team is pleased to = announce pgAdmin 4 version 8.13. This release of pgAdmin 4 includes 25 bug = fixes and new features. For more details please see the release notes.

pgAdmin is the leading Open Source graphica= l management tool for PostgreSQL. For more information, please see the website.

Notable changes in this release include:

Features:

  • Replace infinit= e scrolling with pagination in query tool data output for better UX and per= formance.
  • Add an object m= enu option to disconnect all server and database connections.
  • Alternate the b= ackground color of rows to enhance readability.
  • Allow to pass P= GADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets.
  • Format dashboar= d graph metrics for better readability.
  • Added support f= or auto-detecting and setting the End-of-line character (LF/CRLF) in the qu= ery tool editor.
  • Make the backgr= ound color for the serial number and header cells distinct.

Bugs/Housekeeping:

  • Updated the rea= ct-menu library from v2 to v4.
  • Fixed an issue = that allowed the Enter key to save data in the result grid text editor.
  • Move 'About pgA= dmin 4' to the app menu on macOS.
  • Fixed an issue = where the query tool was crashing when an empty geometry was being rendered= .
  • Fixed an issue = where the Dashboard tab showed 'Something went wrong'.
  • Fixed an issue = where cursor selection is not visible in the PSQL tool.
  • Allow OAuth2 pa= rams OAUTH2_NAME, OAUTH2_DISPLAY_NAME, OAUTH2_ICON, OAUTH2_BUTTON_COLOR to = be optional.
  • Add appropriate= minimum width and height settings for desktop apps to avoid apps accidenta= lly going below visibility levels.
  • Fixed an issue = where the graphical explain kept the node details open even after the plan = changed.
  • Fixed an issue = in the debugger where the character data type function arguments were being= truncated.

Builds for Windows and macOS are available = now, along with a Python Wheel, Docker Container, RPM, DEB Package, and sou= rce code tarball from the tarball area.

This email was sent to you from pgAdmin Development Team. It was delivered = on their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to pgAdmin Development Team.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============3033339290956856446==-- --===============1156462435124666545==--