Skip to content

Releases: Studio3T/robomongo

Robomongo 1.0.3 - Patch version with crash fix for updates notification bar

07 Jun 06:40
Compare
Choose a tag to compare

Attempt to prevent MAC OS Sierra crash related to updates notification bar.

Robomongo 1.1 - Beta version with MongoDB 3.4 Support

12 May 09:45
Compare
Choose a tag to compare

This is a beta release for testing and includes the following changes:

New Features:
  - MongoDB 3.4 Support 
  - New NumberDecimal (Decimal128) data type support
  - ECMAScript 2015 (Modernized JavaScript Implementation aka ES6) Support  

Improvements:
  - Security Improvements: OpenSSL version upgrade to openssl-1.0.1u (22-Sep-2016)
  - Tool Chain Improvements: Modern C++14 features are enabled 

Notes: 
  - Currently this beta has known issues with Centos, it may not start/work on Centos 6 and 7.

Robomongo 1.0.2 - Patch version with ECMAScript 2015 (ES6) Support

10 May 11:04
Compare
Choose a tag to compare

ECMAScript 2015 (Modernized JavaScript Implementation aka ES6) Support

Robomongo 1.0

26 Apr 09:22
Compare
Choose a tag to compare
New Features:
  - Update Notifications Bar
  - Welcome Tab
  - Welcome Wizard

Improvements:
  - Replica set name configurable on UI
  - Configuration file system location change
  - "About Robomongo" dialog changes

Fixes:
  - Fix to avoid the same set name problem (https://github.com/Studio3T/robomongo/issues/1302)
  - Timestamp value is represented incorrectly (https://github.com/Studio3T/robomongo/issues/1159)
  - Local Timezone shows wrong date (https://github.com/Studio3T/robomongo/issues/501)
  - Time zone shown as "000:00" when UTC +00:00 is used as local timezone(https://github.com/Studio3T/robomongo/issues/1309)

More: http://blog.robomongo.org/robomongo-1-0

Robomongo 1.0-RC1

26 Apr 09:17
Compare
Choose a tag to compare
New Features:
  - Replica set support.
  - New 'Attributes' column in connections list window showing connection properties such as 'Replica Set', 'SSL' and 'SSH'.  
  - New operation logging for almost all operations.

Improvements:
  - Improved error handling (no double error windows) for all fail and success conditions for almost all operations. (i.e. Create, Drop Database,  Create, Edit User, Create, Drop, Duplicate, Rename Collection etc.)
  - Windows size is saved and restored for Edit, View and Insert Document dialogs.
  - Connections are automatically imported from the latest Robomongo version.
  - More informative and adjusted log level prefix strings haven added for log window. (Error, Warn, Info etc..).

More: http://blog.robomongo.org/robomongo-1-rc1/

Robomongo 0.9.0

26 Apr 09:11
Compare
Choose a tag to compare
New Features:
  - Full size editor with dockable output window.
  - New JSON object context menu items: "Copy Name" and "Copy Path" are added.
  - New database context menu items: "Current Operations" and "Kill Operation" are added.
  - Minimize to Tray Icon for Windows.
    
Other Changes
  - Cloud platforms Compose, mLab and Amazon EC2 were tested and added as supported platforms.
  - Maximize/Restore result button behavior and icon have been improved.
  - For better code quality and code reviews, Robomongo Code Quality and Robomongo Code Review pages have been created.
    https://github.com/paralect/robomongo/wiki/Robomongo-Code-Review
    https://github.com/paralect/robomongo/wiki/Robomongo-Code-Quality

More: http://blog.robomongo.org/robomongo-0-9-0-final/

Robomongo 0.9.0 RC10

26 Apr 09:09
Compare
Choose a tag to compare
New Features:
  - SSL connections with advanced options are now supported.
  - MongoDB Atlas (Cloud MongoDB) is supported.
  - Cross Platform High DPI enhancements. 

Enhancements:
  - For better security, OpenSSL has been upgraded to OpenSSL 1.0.1p.
  - Qt has been updated from Qt 5.5 to latest Qt 5.7. With this update there are many 
    enhancements including cross platform High DPI support.

More: http://blog.robomongo.org/robomongo-rc10/

Robomongo 0.9.0 RC9

02 Jun 20:52
Compare
Choose a tag to compare
  New Features:
    - Create Collection dialog with advanced options.
    - New feature has been added to save/restore window sizes. (#1102)
    - Connection settings from previous versions of Robomongo are 
      now automatically imported starting from Robomongo 0.9.0 RC9. (#1086)
    - Support for querying documents by UUIDs is added, both in legacy and new encoding. (#432)

  Fixed:
    - SSH connection failure to servers on Ubuntu and OS X with the following error:
      "Resource temporarily unavailable. Error when starting up SSH session: -8"  (#1090)
    - Correct handling of create/drop of databases and collections. (#1083)

Read detailed blog post about this release:
http://blog.robomongo.org/robomongo-rc9

Robomongo 0.9.0 RC8

18 Apr 11:00
Compare
Choose a tag to compare

Robomongo 0.9.0 RC7

08 Mar 11:26
Compare
Choose a tag to compare