Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@Paxa Paxa released this 05 Jul 11:04
· 548 commits to master since this release

On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.

screen shot 2015-07-05 at 15 00 50

New Features and Improvements:

  • New Feature: Snippets window
  • New Feature: Check For Updates
  • Add support for Linux & Windows
  • Add shortcut cmd+R to reload content, structure and info tabs
  • Run query by cmd+R in query tab
  • Improve result for non-SELECT statements and status text in query tab
  • Set focus on editor after query complete
  • Add button to clean result in query tab
  • Add support for materialized views: structure tab, content tab, drop, sample dataset
  • Add support for array types
  • Add type title for content table header
  • Add context menu for text inputs and textareas
  • Attempt to use node-pg-native on mac
  • Add support for "oid" column. Show in columns list, show in content tab
  • More type groups in column dialog

Bug Fixes:

  • Fix open help multiple times
  • Fix closing tab error: undefined is not a function
  • Fix add column, implement delete column
  • Fix add index, implement delete index, add index type
  • Add index dialog for materialized views
  • Check server version and detect if server support materialized views
  • Set focus in dialogs to first field
  • Add psql & pg_dump bonaries for windows
  • Improve error reporting