|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: PostgreSQL.pgAdmin |
| 5 | +PackageVersion: "9.2" |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: The pgAdmin Development Team |
| 8 | +PublisherUrl: https://www.pgadmin.org/ |
| 9 | +PublisherSupportUrl: https://www.pgadmin.org/support/ |
| 10 | +PrivacyUrl: https://www.pgadmin.org/privacy_policy/ |
| 11 | +Author: The pgAdmin Development Team |
| 12 | +PackageName: pgAdmin 4 |
| 13 | +PackageUrl: https://www.pgadmin.org/download/pgadmin-4-windows/ |
| 14 | +License: PostgreSQL |
| 15 | +LicenseUrl: https://www.pgadmin.org/licence/ |
| 16 | +Copyright: Copyright © 1996-2024 The PostgreSQL Global Development Group |
| 17 | +CopyrightUrl: https://www.postgresql.org/about/policies/trademarks/ |
| 18 | +ShortDescription: Open Source administration and development platform for PostgreSQL |
| 19 | +Description: |- |
| 20 | + pgAdmin is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases. |
| 21 | + The graphical interface supports all PostgreSQL features and makes administration easy. |
| 22 | + The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more. |
| 23 | + Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security. |
| 24 | + No additional drivers are required to communicate with the database server. |
| 25 | +Moniker: pgadmin |
| 26 | +Tags: |
| 27 | +- pgsql |
| 28 | +- postgres |
| 29 | +- postgresql |
| 30 | +- sql |
| 31 | +ReleaseNotes: |- |
| 32 | + The pgAdmin Development Team is pleased to announce pgAdmin 4 version 9.2. This release of pgAdmin 4 includes 24 bug fixes and new features. For more details, please see the release notes. |
| 33 | + Notable changes in this release include: |
| 34 | + Features: |
| 35 | + - Added an ability to configure the font family for SQL editors. |
| 36 | + - Added support to automatically open a file after it is downloaded in the desktop mode. |
| 37 | + - Added support for post-connection SQL execution, which will be run automatically on each connection made to any database of the server. |
| 38 | + - Add support for restoring plain SQL database dumps. |
| 39 | + - Added support for creating Directory nodes in EPAS. |
| 40 | + - Change icon buttons to show tooltips even when disabled. |
| 41 | + - Add an option to load/replace the servers.json file on each container startup. |
| 42 | + - Open user management in a separate tab instead of a dialog to enhance UI/UX. |
| 43 | + Bugs/Housekeeping: |
| 44 | + - Fixed an XSS vulnerability issue in the Query Tool and View/Edit Data (CVE-2025-2946). |
| 45 | + - Fixed a remote code execution issue in the Query Tool and Cloud Deployment (CVE-2025-2945). |
| 46 | + - Ensure that modal dialogs are not triggered more than once to avoid duplicates. |
| 47 | + - Fixed an issue where pgAdmin should fallback to the main screen if the last opened screen is disconnected. |
| 48 | + - Fixed an issue where the PSQL terminal displays keyname for non-alphanumeric keys. |
| 49 | + - Change the stop/terminate icon at all the places for better UX. |
| 50 | + - Fixed an issue where the query tool data grid did not respect the default value for columns of domain type when the domain had a default value. |
| 51 | + - Ensure the newly added parameters in the server dialog are incorporated into the Import/Export Servers functionality. |
| 52 | + - Fixed an issue where the query tool is crashing on macOS 15.4 due to a locale issue. |
| 53 | + - Fixed an issue where the upgrade_check API returned an unexpected keyword argument 'cafile' due to changes in the urllib package supporting Python v3.13. |
| 54 | +ReleaseNotesUrl: https://www.pgadmin.org/docs/pgadmin4/9.2/release_notes_9_2.html |
| 55 | +Documentations: |
| 56 | +- DocumentLabel: Documentation |
| 57 | + DocumentUrl: https://www.pgadmin.org/docs/ |
| 58 | +- DocumentLabel: FAQ |
| 59 | + DocumentUrl: https://www.pgadmin.org/faq/ |
| 60 | +ManifestType: defaultLocale |
| 61 | +ManifestVersion: 1.9.0 |
0 commit comments