Linux version now distributed in the AppImage format
Shell now fully supports MongoDB 4.2.3
Added new keyboard shortcuts to code editor:
Jump to matching bracket
Reformat code
Move Line Up/Down
Copy Line Up/Down
Select all occurrences of current selection
Expand/Shrink AST selection
Added "Execute selected statement" command in shell
Added "View online help" command (F1) to show extended info for shell methods, aggregation stages and expressions
Open quotes and braces will automatically wrap selected text when pressed
Code completion now supports:
aggregation variables
explain (DBExplainQuery)
convertShardKeyToHashed
Added new preferences to disable automatic brace completion, automatic quote completion and auto-indent
IMPROVEMENTS
"Select word" keybind now will repeatedly select next occurencies when activated again
Improvement editor performance with long strings
Code completion now use fuzzy matching
"Esc" keybind will escape the multi-line selection
Lowered delay to show hints in code editor
FIXES
Fixed Shift + MouseClick - will once again select text range
Fixed autocomplete for schema validators
Version 2.2.5 • 18 November 2019
NEW FEATURES
Linux version is available
Added option to turn off Retryable Writes for MongoDB connections
IMPROVEMENTS
You can run current query by pressing Enter key in filter / projection / sort fields
FIXES
Fixed an issue with context menu going outside of the screen
Preferences - now correctly saving options "Mark types with colors" and "Embed all fields by default"
Version 2.1.2 • 02 November 2019
NEW FEATURES
New Export and Import wizards
Copy/Paste collections and "Export collections to another database" functionality
New preference option - tab size (2, 4 or 8 spaces)
IMPROVEMENTS
Export to SQL now supports MySQL, MSSQL, Oracle and PostgreSQL
Improved autocomplete for complex keys, let-declared variables and more
Improved stability
FIXES
Fixed rendering of paragraph separator symbol in documents
Version 2.0.42 • 10 September 2019
NEW FEATURES
Query Assist v2.0 is now available for macOS
Trials was reseted for all OS X users so you can enjoy all new features
IMPROVEMENTS
Improved stability
FIXES
Fixed issue with several keybinds not working
Version 2.0.17 • 22 August 2019
NEW FEATURES
Reworked tree and table view modes
Full support of keybinds
Aggregation query builder
Added advanced table features:
Hide/Show columns
Move columns left/right
Pin columns
Auto-size columns
Sort columns
Show embedded fields
Tree view - pin field feature
Added startup page
IMPROVEMENTS
Improved stability
UI improvements
Version 1.2.70 • 26 December 2018
NEW FEATURES
Added block selection mode to code editor
IMPROVEMENTS
Set hotkeys to match standard keybinds schema for Mac OS X
FIXES
Fixed an issue with few specific IME on Mac OS X
Version 1.2.17 • 31 October 2018
NEW FEATURES
This update includes new and improved code editor, quality of life changes for OSX version
QueryAssist for MongoDB now fully supports bi-directional text
IMPROVEMENTS
Improved performance of code editor
Improved user experience with code editor
FIXES
Fixed an issue with running application on High Sierra
Fixed an issue with shell sessions in MongoDB below v3.6
Fixed various issues with Table view mode
Version 1.1.25 • 14 September 2018
IMPROVEMENTS
Improved read-only functionality for table view
Improved query result for aggregation pipeline
FIXES
Fixed an issue with read-only lock in shell
Query history now displays in correct order
Fixed an issue with search in query history for SQL queries
Version 1.1.3 • 13 August 2018
NEW FEATURES
QueryAssist for MongoDB now supports code completion for aggregation pipeline stage names and options, standard JavaScript functions, string literals and keywords
Added on-the-fly syntax error highlighting for find/update operators and aggregation pipeline
IntelliSense for SQL now support fields and operators completion in both shell and collection views
Three more themes
Added settings for document key order, data formats, IntelliSense settings and more
IMPROVEMENTS
MongoDB 4.0 new shell methods, including transactions, are fully supported
Version 1.0.1 • 01 August 2018
NEW FEATURES
Theme support - dark theme added
Added convertors between Mongo and SQL query modes
Added support for read-only mode in MongoDB Shell
Query Code - added support for Python
You can now set comments to any database objects in database or connection trees
IMPROVEMENTS
Improved smart code completion - added tooltips for aggregation operations