Category: Legacy
-
What’s new in Robomongo 0.8.2
Robomongo 0.8.2 is a service release and contains only one small fix for the incorrect behavior with database name. Big thank you to @kvirkki and @alexmnyc for finding this issue! For the changes in 0.8.1, please read this article. Changes Thank you! Thank you for your interest in Robomongo project. Download the latest version! Let…
-
What’s new in Robomongo 0.8.1
Roboteam is happy to announce the release of Robomongo 0.8.1. Although we are showing screenshots of Mac OS X, all this new features are available for Windows and Linux as well. Next time we will use Linux for such showcase 🙂 Here is a list of the most notable changes Table View Table View is…
-
What’s new in Robomongo 0.8.0
Roboteam is happy to announce release of Robomongo 0.8.0. This release wouldn’t be possible without Alex Topilski, our new C/C++ roboman, who joined us 45 days ago. Alexander will work exclusively on Robomongo, to make it the best native MongoDB client on all major platforms. From now on, you may expect new features to be…
-
UUID Support in Robomongo
Starting from version 0.7.0, Robomongo supports UUID types for both Binary subtypes 3 and 4. Three encodings supported for legacy UUID subtype 3: Legacy subtype 3 encoding can be selected from Options menu: Robomongo’s JSON Parser and Writer understand 6 UUID related types: UUID(“…”) => BinData(4, “…”) LUUID(“…”) => BinData(3, “…”) legacy UUID in unspecified…