MyGit

1.0.0-alpha.3

officert/mongotron

版本发布时间: 2016-02-10 22:17:53

officert/mongotron最新发布版本:1.0.0-alpha.5(2016-08-23 04:12:20)

New features:

  1. Replica sets - Mongotron now supports connecting to replica sets. When adding new connections you can specify that the connection is a replica set and add any number of servers that are in the set.
  2. Test Connection - When adding connections there is a new button to test your connection settings.
  3. Method chaining, and support for additional MongoDB methods - Mongotron now embeds a full JS REPL that exposes a full API and supports chaining methods.
  4. App size has been reduced. https://github.com/officert/mongotron/issues/67
  5. Exporting query results to CSV - Mongotron now supports exporting a query result to CSV. There is a new CSV generator that allows you to specify the headers in the CSV, as well as what properties you’d like to export.
  6. Better key-value view - Mongtron’s key value view now has nice icons for all property types.
  7. Changing collections in the query editor. - You can now easily query any collection in a database from a single tab.
  8. Inline editing - You can now quickly make edits to a document using inline editing in key-value mode. When your viewing a document in key-value mode, double click on the value of any given field to edit the value. Click enter to save.
  9. Full document editting - If you need to make multiple changes use the full document editor instead of inline editing. When hovering over a document click the :pencil2: icon to open an editing modal.

Bug Fixes:

  1. Can’t connect to local host using 127.0.0.1. https://github.com/officert/mongotron/issues/91
  2. Using bracket notation to access collections in query editor. https://github.com/officert/mongotron/issues/87
  3. Shouldn’t allow database name when creating a connection to localhost. https://github.com/officert/mongotron/issues/84
  4. Can’t query a collection with ‘-‘ in the name. https://github.com/officert/mongotron/issues/68 thanks to https://github.com/joshmadewell
  5. Error when removing a collection in the connection manager. https://github.com/officert/mongotron/issues/66
  6. Couldn’t connect to a MongoDB v3 + database because of the new authentication mechanism SCRAM-SHA-1 https://docs.mongodb.org/manual/release-notes/3.0-scram/. https://github.com/officert/mongotron/issues/63
  7. Couldn’t see query editor text in light theme. https://github.com/officert/mongotron/issues/55 thanks to https://github.com/sanosom
  8. Support .limit() off the current query. https://github.com/officert/mongotron/issues/53
  9. Query tab text overflows. https://github.com/officert/mongotron/issues/50 thanks to https://github.com/joshmadewell
  10. Requiring package.json blows up when releasing on OS X. https://github.com/officert/mongotron/issues/45 thanks to https://github.com/joshmadewell
  11. NPM 3 installing issues with peer dependencies. https://github.com/officert/mongotron/issues/44
  12. Add a close button for key-value view. https://github.com/officert/mongotron/issues/39 thanks to https://github.com/travispett
  13. Linux releasing. https://github.com/officert/mongotron/issues/36 thanks to https://github.com/jojobyte
  14. Windows releasing. https://github.com/officert/mongotron/issues/35 thanks to https://github.com/jojobyte
  15. Key value chevron shouldn’t point down when open. https://github.com/officert/mongotron/issues/30 thanks to https://github.com/joshmadewell

相关地址:原始地址 下载(tar) 下载(zip)

1、 Mongotron-darwin-x64.zip 51.48MB

2、 Mongotron-linux-ia32.zip 50.36MB

3、 Mongotron-linux-x64.zip 100.68MB

4、 Mongotron-win32-ia32.zip 52.94MB

5、 Mongotron-win32-x64.zip 114.8MB

查看:2016-02-10发行的版本