Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjKqG-0000pC-Lg for pgadmin-hackers@arkaria.postgresql.org; Tue, 15 Jan 2019 09:17:04 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gjKqF-0001Xv-7I for pgadmin-hackers@arkaria.postgresql.org; Tue, 15 Jan 2019 09:17:03 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjKqF-0001Xo-1r for pgadmin-hackers@lists.postgresql.org; Tue, 15 Jan 2019 09:17:03 +0000 Received: from mail-qt1-x844.google.com ([2607:f8b0:4864:20::844]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjKqC-0001gD-Ja for pgadmin-hackers@postgresql.org; Tue, 15 Jan 2019 09:17:02 +0000 Received: by mail-qt1-x844.google.com with SMTP id l11so2232596qtp.0 for ; Tue, 15 Jan 2019 01:17:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=mVdHTI9l4NlUyVlcROylcyKvCn2QNkMl63pkdEgoyM8=; b=dNvegCMkpuu/xS7D7j7l5wxDetPHbZ0Tao5cGEXYIBPoR35o4Toj/FNa/TxUK3u7rS 9CFRoQZ2xPTp3vbJt1EIvxtFt2cajXiLkC5V7MiRVQ562htExQN65wNUy49DmkTNyYYH kLqZX6iTQ8wXNF8JllZW2i3nM54YcZnXPpdaEVpSowLWb2agp1f2vjEMikAW2VU5gves 0lIUKsJg8dM+1HGafz7BwENoDD3tGLA4CT1b2HB/H/bRkAkf2Z8/oCzycJo1cRdeTLDH Sy7Me/XXdRYCX9NNee3m/R35HxIGzRcxHMHFdf2VkIHIiuBy+uN85usl00XWK81WwWJV zCuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mVdHTI9l4NlUyVlcROylcyKvCn2QNkMl63pkdEgoyM8=; b=d2DfwK3Ds3usHDbg+Pde4jZKtMLyF3J/qy6DfiC4SAilONseEpWzCBMrP3oCmmpbVD 6u57bwOnhMc1XFFQFYwmrQ+RPvopWE3GY5QvUGoqgxKpjBxXcNwqXNY/xhWeaBwqNm0Q fZXILGJkEZ67pp0RD8QA/quP4Rk0pDjf4vkWcmsFVwSiDK4iwdwgDguTq4wJM0HPFT5f B1lEi1ZiJygspBrMLF6rBJa451uVbkflT7f21KWYjlpQn5aiapHAja65F28hpgDtmdnJ LOt4vLqzSA+BBpquNAuVzzq/XvoN/NMjN99yym/355OjFunleuLT9Qd0cbzTLaMdue2+ 4Ymg== X-Gm-Message-State: AJcUukc3coBl7XSg0kTFi685oJhA1demDUH2Zf4m2FYi7Ftq50GuBDyv 6YnbkNmQFzEZedIl68yVEgetj+tl7P0y5vFJVUIJiXKESttvIQ== X-Google-Smtp-Source: ALg8bN6R47lGPvWtYDGaX0Lzbf97VtH7N96IgOEm8gCaKMuE975wlRy0tEZaf8a7WyzGAH+G9xIv745e9I4iuaXU+Do= X-Received: by 2002:a0c:9aca:: with SMTP id k10mr2139041qvf.185.1547543818729; Tue, 15 Jan 2019 01:16:58 -0800 (PST) MIME-Version: 1.0 From: Akshay Joshi Date: Tue, 15 Jan 2019 14:46:48 +0530 Message-ID: Subject: pgAdmin 4 v4.1 released To: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000970fee057f7b9f83" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000970fee057f7b9f83 Content-Type: text/plain; charset="UTF-8" The pgAdmin Development Team are pleased to announce pgAdmin 4 version 4.1. This release of pgAdmin 4 includes over 7 bug fixes. For more details please see the release notes at: https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_1.html. pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see: https://www.pgadmin.org/ Notable changes in this release include: * Ensure that last row of table data should be visible and user will be able to add new row. * Fix ordering of VACUUM options which changed in PG11. * Ensure the context menu works after a server is renamed. * Make the browser more robust in the face of multibyte characters in SQL_ASCII databases. Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container and source code tarball from: https://www.pgadmin.org/download/ RPM and DEB packages are expected to be available on the postgresql.org repositories within the next few days. -- Akshay Joshi pgAdmin Project --000000000000970fee057f7b9f83 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The pgAdmin Development = Team are pleased to announce pgAdmin 4 version 4.1.
This release of pgAd= min 4 includes over 7 bug fixes. For
more details please see the release= notes at:

=C2=A0 =C2=A0=C2=A0https://www.pgadmi= n.org/docs/pgadmin4/dev/release_notes_4_1.html.

pgAdmin is the l= eading Open Source graphical management tool for
PostgreSQL. For more in= formation, please see:

=C2=A0 =C2=A0=C2=A0https://www.pgadmin.org/

Notable ch= anges in this release include:

* Ensure that last row of table data = should be visible and user will be able to add new row.
* Fix ord= ering of VACUUM options which changed in PG11.
* Ensure the conte= xt menu works after a server is renamed.
* Make the browser more = robust in the face of multibyte characters in SQL_ASCII databases.

Builds for Windows and macOS are available now, along wit= h a Python Wheel,
Docker Container and source code tarball from:

= =C2=A0 =C2=A0=C2=A0https://www.pgadmin.org/download/

RPM and DEB packages a= re expected to be available on the=C2=A0postgresql.org
repositories within the next few da= ys.

--
Akshay Jo= shi
pgAdmin Project

--000000000000970fee057f7b9f83--