This repository was archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
32 lines (32 loc) · 1.75 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
v1.6.1:
- Minor bug-fixes.
- Reverted default download to version 8.4.
v1.6.0:
- Various code clean-ups, improvements and optimisations.
- Added install setup to allow custom-creation of a database and user-role.
- Added debug console with stack tracing and error-logging.
- Updated Uber Updater (v1.2.0).
- Fixed major bug where the base-path would derive from the working directory; this probably caused issues with i.e. older operating systems.
- Removed Help Window; instead a help page is opened in the user's default browser, which is located on the ubermeat website.
v1.5.2:
- Now using a shared updater from the repo Updater.
v1.5.1:
- Added support for pgAdmin III.
-- Configuration of servers, changes the specified: user, pass and database etc.
- Added "View Changelog" to update window.
v1.4.0:
- Added change-log.
- Added "View Help" window with a help page for using Portable Postgres for new users.
- Added an update window; this replaces the old message-box style to be more user-friendly.
- Added an updater client to update Portable Postgres; this saves the user having to visit Github and extract a zip.
- Added automatic launching of the Postgres server when Portable Postgres is launched.
- Added detection of previous Postgres installation to avoid issues with Portable Postgres.
- Added the ability to have Portable Postgres place a shortcut on the desktop during first runtime.
- Portable Postgres now uses a custom icon <3.
- "Wipe Database" button now uses mutli-threading to avoid the application going unresponsive.
- Checkbox controls are now saved in the settings file.
- Code changes:
-- Setting keys now use constants (easier management).
-- Added more regions.
-- Settings are now saved on exit by force.
-- Settings keys are checked to exist, else they're added.