With great excitement, I installed the pgAdmin v4.5 on my 64-bit Windows 7 machine, and get the following when I try to launchv4.5.
[image: image.png] Thankfully v4.30 still runs. Let me know what logs you'd like/need, and I can create a RM bug. Cheers, Dave On Thu, Feb 25, 2021 at 7:57 AM Akshay Joshi <akshay.jo...@enterprisedb.com> wrote: > The pgAdmin Development Team are pleased to announce pgAdmin 4 version > 5.0. This release of pgAdmin 4 includes 31 bug fixes and new features. For > more details please see the release notes > <https://www.pgadmin.org/docs/pgadmin4/5.0/release_notes_5_0.html>. > > Notable changes in this release include: > > Features: > > - > > New Desktop Runtime (Using NWjs): > > The Desktop Runtime is now based on NWjs which integrates a browser and > the Python server creating a standalone application. By implementing it > using NWjs we get rid of the separate server application and the > independent browser. We also get rid of QT and C++ runtime logic. > > There are two minor known issues with this feature (6255 > <https://redmine.postgresql.org/issues/6255> and 6258 > <https://redmine.postgresql.org/issues/6258>), both of which are due to > bugs in NWjs itself; Users on macOS should use the application menu to exit > pgAdmin, rather than quitting from the Dock icon to avoid the first issue. > The second issue may cause Windows users to see a red square instead of the > normal application icon in some circumstances. > > - > > Logical Replication support: > > Logical replication uses a publish and subscribe model with one or more > subscribers subscribing to one or more publications on a publisher node. We > have added support for logical replication by introducing new treeview > nodes and dialogues with which users can easily create/alter/delete > publications and subscriptions. Support is also included in the Schema Diff > tool. > > - > > Quick Search functionality: > > Added a quick search option in the Help menu to search menu items and help > articles. Type at least three characters to display all the matching > possibilities under Menu items and the relevant documents under Help > articles. > > - > > Make Statistics, Dependencies, Dependants tabs closable. Users can add > them back using the 'Add panel' option on the context menu for the tab > strip. > - > > When running in Docker/Kubernetes, ensure logs are not stored in the > container, and only sent to the console. > > Bugs/Housekeeping: > > - > > Use cheroot as the default production server for pgAdmin4 > - > > Updated Javascript dependencies to the latest versions > - > > Fixed an issue where the focus is not properly set on the filter text > editor after closing the error dialog. > - > > Fixed an issue where the dependencies tab shows multiple owners for > the objects having shared dependencies. > - > > Fixed an issue where the Zoom to fit button in the ERD Tool only works > if the diagram is larger than the canvas. > - > > Fixed an issue where the user was unable to change the background > color for a server. > - > > Fixed an issue where external utility jobs (backup, maintenance etc.) > are failing when the log level is set to DEBUG. > - > > Ensure DEB/RPM packages depend on the same version of each other. > - > > Fixed an autocomplete issue where it is not showing any suggestions if > the schema name contains escape characters. > > Builds for Windows and macOS are available now, along with a Python Wheel, > Docker Container, RPM, DEB Package, and source code tarball from: > > https://www.pgadmin.org/download/ > > -- > Akshay Joshi > pgAdmin Project > >