Skip to content

Releases: Dynobase/dynobase

0.4.1 - Fixed case with missing config and port 8000

17 Mar 19:22
85d3307
Compare
Choose a tag to compare
  • Fixed bug crashing app if ~/.aws/config was missing
  • Fixed bug freezing app if something else was running on DynamoDB port

0.4.0 - Data Rendering Pipeline rewritten

16 Mar 07:59
85d3307
Compare
Choose a tag to compare

In this release, we have completely rewritten data table rendering pipeline. Most notable improvements include:

  • Improved data rendering performance by up to 80%
  • Added ability to resize columns
  • Fixed glitch with disappearing rows and columns when scrolling
  • Fixed bug with changing columns width when scrolling
  • Fixed bug causing UI to "jump" when editing attribute value by double-clicking it

Moreover:

  • Added ability to force a scan operation instead of query when using key attribute
  • Added support for team licenses
  • Added better support for editing booleans inline with 2-option dropdown
  • Added ability to Import as JSON from item context menu
  • Fixed bug when trying to access table with insufficient IAM permissions
  • Fixed "Discard This Change" option being always enabled, even on rows without a change
  • Fixed type preservation when editing attributes inline (if you edit a Number and input a number, it will be saved as number, not String, same applies to other types)
  • Fixed ability to Import as CSV from item context menu
  • Fixed updating items with empty values, previously throwing errors
  • Removed redundant "Version" section in Settings
  • Removed analytics tracking at all, even if you opted-in previously. Even more privacy!

0.3.1 - Default profiles & improved MFA support

09 Mar 19:55
85d3307
Compare
Choose a tag to compare
  • Added general settings section which allows to change default profile
  • Improved MFA behavior, now it's requesting access only when changing profile to MFA secured
  • Improved support for config files and assume_role-based profiles
  • Fixed "Manage subscriptions/purchases" href
  • Favorites validation
  • Minor styling fixes

0.3.0 - Import Wizard & Logs, MFA & Assume Role Support

03 Mar 15:57
85d3307
Compare
Choose a tag to compare

Big release! We've listened to your feedback carefully and came up with some solutions!

  • Improved import experience, now you have an ability to change types of imported columns and preview data that is going to be imported
  • Added ability to see import logs
  • Added progress loading bar when starting application
  • Added MFA support when trying to load profile which has mfa_serial property on profile
  • Added support for IAM Assumed Roles
  • Fixed bug persisting default query when with switching tables within one tab
  • Minor styling fixes

0.2.9 - Searching Tables

01 Mar 08:08
85d3307
Compare
Choose a tag to compare
  • Improved error handling for Access Denied IAM related problems
  • Added ability to search through tables
  • Added ability to set and reset default query - the query that will be ran as soon as you open a table
  • Bumped version of Electron fixing many small bugs

0.2.8 - Ability to favorite a raw query

25 Feb 16:14
85d3307
Compare
Choose a tag to compare
  • Added ability to favorite raw queries
  • Fixed loading a favorite (was executing a normal scan instead of saved params)
  • Fixed button label when working with Raw Queries. Now it’s “Execute” instead of “Scan”
  • Fixed editing items which were previously edited. Edit modal showed initial state instead of modified state
  • Fixed purging table. After purge items were still visible in the data table, now they disappear as soon as operation completes
  • Fixed tab highlight states when opening a new tab

0.2.7 - Fix performance regression

21 Feb 12:42
85d3307
Compare
Choose a tag to compare
  • Fixed performance regression when typing in filters input
  • Improved Settings menu

0.2.6 - Fix footer rendering

20 Feb 11:23
85d3307
Compare
Choose a tag to compare
  • Fixed rooter rendering on screens smaller than 800px in height
  • When adding new row, initial data is populated with partition key

0.2.5 - Fix querying when using nested attributes

18 Feb 19:29
85d3307
Compare
Choose a tag to compare
  • Added rendering rows which were added but not commited (dry-runs)
  • Changed label on Execute button to Scan or Query reflecting real operation that is going to be made
  • Changed behavior of "Export" button. If nothing is selected, then all the data returned by scan/query is being exported
  • Fixed querying when using nested properties (e.g. stats.count as attribute name)
  • Fixed bug with Adding new row where opening New Item Modal after Editing a new item resulted in incorrect data being fed to the view
  • Fixed bug where rows edited using "Edit Row" option were not highlighted
  • Fixed listing tables behavior, previously was limited to 100, now it's unlimited
  • Fixed "Refresh" behavior in item's context menu

0.2.4 - Offline settings

08 Feb 23:25
85d3307
Compare
Choose a tag to compare
  • Added Offline/local settings
  • Added support for multiple offline virtual regions
  • Added rows background and color smooth transitions
  • Added "Register machine" option in menu
  • Fixed double-click edit attribute input
  • Fixed new/edit modal
  • Fixed indexes recalculation when removing an attribute
  • Fixed padding on modified cell
  • Fixed profiles input currentValue
  • Fixed "mainWindow has been already destroyed error"
  • Fixed "bringing back" the app after soft-closing it on Macs
  • Fixed appearance of empty profiles screen
  • Fixed opening browser by chat icon and buy now
  • Fixed sidebar "jumping" when toggling section
  • Fixed removing table from tables list when deleting table
  • Fixed rendering true values
  • Changed way of rendering arrays and objects
  • In the header, made URL field longer (profile/region/tablename)
  • Enter key on attribute name also executes the query
  • Scrollbar on data table grid is now hidden
  • Added CTRL/CMD + Backspace/Delete shortcut to delete currently selected rows