Skip to content

Releases: garraflavatra/rolens

v0.3.0

23 Dec 13:32
8a1f170
Compare
Choose a tag to compare

New features:

  • Added log view (#53, #54).
  • Added a shell script editor (#37), plus export/import feature.
  • Added collection duplication feature (#63).
  • Find view: paste ID and press Enter (#55).

Patches:

  • Preserve state after switching to another tab (#56).
  • Find view: ask for confirmation before negligently deleting documents when the user has clicked the '-' button (#58).
  • Set a deadline for counting documents, and added a button to count documents if the deadline has been exceeded.
  • Changed os.ModePerm (777) file permissions to 644 and 755.
  • UI improvements.
  • Bumped minimum reqiured Go version from 1.18 to 1.20.

Bugfixes:

  • Build script recreates the build output directory after it has been removed (#62).
  • After dropping a collection or database, the hosttree was not reloaded correctly. Now, dropped databases and collections are correctly removed from the host tree.

See the versioned readme and the Rolens web site for more information. Feel free to contact me if you have questions!

You can download a pre-compiled Rolens.app (Mac) or installer (Windows) using the download links on the bottom of this page. Binaries are not generated for Linux distributions — please refer to the installation docs for a guide on how to compile Rolens for your platform.

Thank you for using Rolens!

v0.2.2: bugfixes and Excel export

29 Jun 13:03
v0.2.2
1ecfa0a
Compare
Choose a tag to compare

Changelog:

  • Added Excel export format (#46).
  • Improved the application menu.
  • Improved error logging and dialogs.
  • Made table headers stick to the top.
  • Made it possible (again) to input loose JSON into find view inputs, i.e. { key: 'val' } or { 'num': 2 } besides { "strict": "json" }.
  • Fixed host editing bug.
  • Open dump in Explorer/Finder when finished (#43).

See the versioned readme and the Rolens web site for more information. Feel free to contact me if you have questions! Send an e-mail.

You can download a pre-compiled Rolens.app (Mac) or installer (Windows) using the download links on the bottom of this page. Binaries are not generated for each possible platform — please refer to the installation docs for a guide on how to compile Rolens for your platform.

Linux users: please refer to the installation docs for a guide on how to compile Rolens for your platform.

Thanks for using Rolens!

v0.2.1: Many improvements

23 Jun 19:52
0027a43
Compare
Choose a tag to compare

Changelog:

  • Display host and database statistics generated by the corresponding diagnostic MongoDB commands in addition to collection stats (#15).
  • Added version number of the running Rolens instance in the about dialog (#25, #28).
  • Added meaningful window titles, and actually show these in the title bar (macOS).
  • Corrected link to documentation in the about box (#30).
  • Fixed host/database selection bug in grid (#31, #32), involving a frontend refactoring.
  • Replaced (some) harsh loading dialogs with smooth spinners, and replaced (some) capricious error dialogs with friendly error messages.

See the versioned readme and the web page for more information. Feel free to contact me if you have questions! Send an e-mail.

You can download a pre-compiled binary using the download links on the bottom of this page. Binaries are not generated for each possible platform — please refer to the installation docs for a guide on how to compile Rolens for your platform.

Linux users: please refer to the installation docs for a guide on how to compile Rolens for your platform.

Thanks for using Rolens!

v0.2.0: Update single docs from the find view

02 Jun 20:51
e5ef2d7
Compare
Choose a tag to compare

Changelog:

  • Find view: added the ability to make changes to single documents from within the object editor.
  • Added some external links related to Rolens to the application menu.
  • Fixed an infinite loop bug when a document in the find view has been double clicked.

See the versioned readme and the web page for more information. Feel free to contact me if you have questions! Send an e-mail.

You can download a pre-compiled binary using the download links on the bottom of this page. Binaries are not generated for each possible platform — please refer to the installation docs for a guide on how to compile Rolens for your platform.

Thanks for using Rolens!

v0.1.0: initial release

02 Jun 16:27
98b7469
Compare
Choose a tag to compare

Initial release!


See the versioned readme and the web page for more information. Feel free to contact me if you have questions! Send an e-mail.

You can download a pre-compiled binary using the download links on the bottom of this page. Binaries are not generated for each platform — please refer to the installation docs for a guide on how to compile Rolens for your platform.

Thanks for using Rolens!