Version 1.3.0 - 21. November 2014
Features
- Add options slaveOK to connections to have read only access to an replica-set slave server
Bugfixes
- Fix path to native MongoDB shell in Mac.
- Fix validation when creating indexes. Now you can create text indexes.
- Arrays with just one element could be formatted wrong in the table view UI
- Fix error when using mongo authentication and the username or password contains an @
Version 1.2.0 - 6. November 2014
Features
- Add new Console mode with access to the native mongo Shell
- Renamed the old console mode to server-side-script-mode
- Documents in Edit Document view and JSON schema view are now displayed as JSON. This makes it visibly clear when field names contains white spaces
Bugfixes
- All white spaces were removed from connection string
- Connections was not opened when there was a connection with the same connection string
...
Bugfixes
- Error message was not shown when database could not be created
- User can't connect to server when password contains a @ sign
- Sometimes the headers in the table view where not generated
...