Releases: Paxa/postbird
Version 0.6.0-beta
It's been a year without release, I have some exiting features to release
Version 0.5.0
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
- Migrate from Node-Webkit to Electron
- New design for tabs and home screen
- Implement adding row to table
- Implement delete row from table
- Better support for editor highlight
- Double click to connect in connection list
- Add shortcuts Cmd+W to close tab
- Add shortcuts Cmd+T to switch to connection
- Fix query window resize bar
- Better support for Linux
- Add staticly linked binaries: psql, pg_dump, node-libpq
- Better formatting for EXPLAIN result
- Fix showing column type in title in query result
- Fix displaying json & jsonb fields
- Better xml & html formatting
- Improve history window
- Allow to see content of template1
- Support for different schemas
- Remove my name from login window
Version 0.5.0 beta
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
- Migrate from Node-Webkit to Electron
- New design for tabs and home screen
- Implement adding row to table
- Implement delete row from table
- Better support for editor highlight
- Double click to connect in connection list
- Add shortcuts Cmd+W to close tab
- Add shortcuts Cmd+T to switch to connection
- Fix query window resize bar
Version 0.4.3
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
- Fix exception when login
- Add position for "Check For Updates..."
Version 0.4.2
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
New Features and Improvements:
- Add feature to export only data or only structure
- Trim snippets sql, add snippets for mat views
- Edit procedures dialog
- Update CodeMirror and hightlight.js, fix proc edit
- Disable the "bounce" scrolling for OS X
- Implement sort feature in table content tab
- Remove my name from default connection params
- Notify/Listen snippet and support
- Show extension name in procedures list
- Add snippets about triggers and constraints, fix snippets css
Version 0.4.1
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
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
Postbird 0.4.0
On first launch you will probably have to Right Click > Open Postbird.app in order to bypass the Mac OS warning.
- Add feature to import sql files - In query pane: Run only selected sql (if selected) - Auto save last query - Show table source sql dialog - Add info tab (count, size, source sql) - Add button to add new connection on login page - Add feature to save heroku connection - OS X style tables row selections, arrow up/down, switch between tables - Add new shortcut for zoom in and zoom out (Cmd + "+", Cmd + "-", Cmd + "0") - List procedures - List triggers - Make it run on nwjs 0.12 - Rename, drop, reload database from top menu - Create and save database dump - Add owned by user databases in users list - Many UI improvements - Many bug fixesPostbird 0.4rc1
- Add feature to import sql files
- Add feature to save heroku connection
- In query pane: Run only selected sql (if selected)
- Improve login page design
- Add button to add new connection on login page
- Add new shortcut for zoom in and zoom out (Cmd + "+", Cmd + "-", Cmd + "0")
- Add keyboard shortcuts to open help window
- Improve usability for renaming table
- Improve tests environment
- Fix set current database selected on load