Skip to content

Releases: julianpaulozzi/LiteDbExplorer

Version 0.8.6.1

13 Mar 23:24
Compare
Choose a tag to compare

Array Editor improvements like Document Editor:

  • Allow to change BsonType to convertible types.
  • Indicate and alert of document changes to save or discard.

Bug fixes:

  • Fix recent files list update on Start Page.
  • Fix Convert to String on Document Editor.

Version 0.8.6.0

03 Mar 22:20
Compare
Choose a tag to compare
  • Recent files search on start page.

  • Type to search/find on database navigation tree.

  • Find highlight on collection list.

  • Text Editor/Viewer find improvements.

  • Document Editor improvements:

    • Improved UI to support more functionality.
    • Allow to Rename fields.
    • Allow to change BsonType to convertible types.
    • Allow to save or discard changes without close window.
    • Indicate document changes and alert to save or discard.
    • Format DateTime fields based on configuration.
  • Initial support to configure culture specific formats.

  • Fix some icon content disappear when opening tabs menu.

  • Minor fixes and improvements.

Version 0.8.5.3

30 Jan 15:06
Compare
Choose a tag to compare
  • Better handle focus scope on tabs change (Close #44).
  • Update package.

Version 0.8.5.2

19 Dec 23:15
Compare
Choose a tag to compare
  • Fix edited values not display updated in list view.
  • Fix edited value not persist in some cases. Close #42.
  • Document Editor resize improvement.
  • Update Packages.

Version 0.8.5.1

09 Nov 18:33
Compare
Choose a tag to compare
  • Allow configure database connection file mode.
    • View > Options > Environment > Database.
    • Close #41.
  • Packages update.
  • Scroll style improvements.

Version 0.8.5.0

17 Oct 01:43
Compare
Choose a tag to compare

UI/UX refactor and improvements:

  • New tabs menu for navigation (after tabs).
  • New shell empty experience.
  • Recreated icon for high definition resources.

Improved create collection interaction:

  • Now can handle different _id types on create new document (instead of always defining as ObjectId).
  • Added setting to allow edit and delete _id's of type ObjectId (use at your own risk).

Add file enhancements:

  • Add new file dialog improved.
  • Allow drag-and-drop file to add (in files collections).

File preview enhancements:

  • File summary in File Preview.
  • Zooming and Panning for images preview.
  • Preview more text based files types.
  • View text based files in files collection with common syntax highlight.

And more:

  • Option to register/unregister Windows application file association (experimental).
  • Fix query time stopwatch.
  • Fix default application CurrentCulture to Invariant.
  • Fix duplicated MEF catalog composition.

Version 0.8.4.5

11 Sep 21:16
Compare
Choose a tag to compare
  • Added remember password option.
  • Improved commanding and focus manager.
  • Show execution time on queries status bar, close #38.
  • Try fix issue on notifying automatic updates (again).
  • Small updates and improvements.

Version 0.8.4.4

10 Aug 21:57
Compare
Choose a tag to compare
  • Queries view improved.
    • View and reuse the last 100 queries queries.
    • See the result of queries in table format.
    • Can export results in JSON, Excel and CSV.
  • Better visual split and areas colors palette.
  • Improved database properties view.
    • More file details, database details and metadata.
  • More keyboard shortcuts.
  • Fix #32, comments not ignored on shell commands.
  • Alert trouble about use of network files. (close #36 wontfix).
  • Ensure exclusive connection access.
  • Minor improvements and package updates.

Version 0.8.4.3

05 Jul 02:26
Compare
Choose a tag to compare
  • More export options for collections.
    • Excel spreadsheet.
    • CSV file.
  • More export options for file collections.
    • Now it is possible to export files collection data in JSON, Excel and CSV besides the files themselves.
  • Some improvements and fixes.

Version 0.8.4.2 portable

04 Jun 00:52
Compare
Choose a tag to compare
  • Keyboard workflow enhancements (more key shortcuts, key shortcuts tooltips and better focus flow).
  • Notification UI redesign.
  • Make check for update at startup configurable.
  • Fix #31 DialogHosts Bug on Document editor.
  • Fix JumpList actions.