Skip to content

Releases: Catwallon/pgview

v0.10.2

25 Apr 09:35

Choose a tag to compare

v0.10.2

Features

  • Add --version flag to display the current version
  • Add --help flag to display usage information

Fixes

  • Fix error message when passing an unknown CLI argument

v0.10.1

23 Apr 22:57

Choose a tag to compare

v0.10.1

Features

  • Add PGVIEW_URL env variable to configure the database connection via a single connection string
  • Add PGVIEW_LISTEN_PORT env varaible and --listen-port cli arg to configure the port exposed by PGView

Fixes

  • Fix version display in npm deployments

Changes

  • Rename environment variables:
    • PGVIEW_DB_HOSTPGVIEW_HOST
    • PGVIEW_DB_PORTPGVIEW_PORT
    • PGVIEW_DB_NAMEPGVIEW_DBNAME
    • PGVIEW_DB_USERPGVIEW_USER
    • PGVIEW_DB_PASSWORDPGVIEW_PASSWORD

v0.10.0

23 Apr 19:47

Choose a tag to compare

v0.10.0

Features

  • CLI arguments to configure the database connection
  • Published on npm as @catwallon/pgview

v0.9.2

21 Apr 12:38

Choose a tag to compare

v0.9.2

Fixes

  • Fix editor scroll reset on first clic

v0.9.1

20 Apr 22:57

Choose a tag to compare

v0.9.1

Improvements

  • Switch project to bun
  • Change github repo link text + add github icon
  • Codebase improvements

v0.9.0

19 Apr 10:14

Choose a tag to compare

v0.9.0

Features

  • Added dark mode support
  • Added theme selector setting (system, light, dark)

Improvements

  • Improved tree colors for better readability

v0.8.1

18 Apr 19:56

Choose a tag to compare

v0.8.1

Improvements

  • Fixed row list bottom border not extending on horizontal scroll
  • Long values are now truncated with an ellipsis
  • Column type labels now include additional details such as length
  • Added proper array support with display and validation
  • "Table is empty" message now stays centered when scrolling horizontally
  • Improved editor scrolling behavior and minor editor improvements

v0.8.0

16 Apr 23:48

Choose a tag to compare

v0.8.0

Features

  • Added column sorting for table rows

v0.7.3

15 Apr 20:21

Choose a tag to compare

v0.7.3

Improvements

  • Multiple frontend responsive fixes

v0.7.2

13 Apr 23:07

Choose a tag to compare

v0.7.2

Fixes

  • Fix validation for varbit and varchar columns with no size defined
  • Fix rows and columns desync in some conditions

Improvements

  • Add key icon on primary key columns
  • Gray out rows and columns while loading