Skip to content

Releases: dataswift/Rumpel

v3.8.2 (2019-09-29)

06 Nov 23:38
Compare
Choose a tag to compare

Updates and changes

Updates Rumpel to Angular 8

  • Updates Angular to 8.2.5 ( node version 10.0+ is required for this update)
  • Updates all of the libraries to their latest version

Rebranding

  • Changes logos, text and headers from HATDeX to Dataswift
  • Support for login with dataswift.me and dataswift.dev domains

Bug fixes

  • Fixes a bug "filter is not a function" when enabling a data plug
  • Fixes a bug "Side navigation is unknown" for small devices
  • Saves the profile when the user uploads a new image
  • User cannot open the file upload dialog when they already uploaded a file
  • Cancel button on the data plug setup screen was navigating to "undefined"
  • Code improvements
  • Removes the deprecated library angular2-cookie and started using ngx-cookie-service instead
  • Urgent bugfixes to the HAT claim interface

CI configuration

  • Changes travis configuration's node version to 10
  • Updated CI deployment scripts

v3.8.1 (2019-08-09)

05 Sep 16:02
Compare
Choose a tag to compare

Updates and fixes in this release:

Feed improvements:

  • Added filter, today and refresh buttons,
  • Added date range picker to filter the data,
  • Infinite scrolling to fetch more data instead of the button,
  • Display enough data to initialise the feed and append more when scrolling,
  • Fixes repeated days bug,
  • Fixes missing days bug,
  • Refresh button now removes the Cached version of the feed,
  • Adds loading screen with different messages,
  • Fixed scrolling to today when there is no content for the day,
  • Fixed weekly summary browser compatibility issues.

User interface interactions:

  • Support for password managers,
  • Messages to display when the user redirects from hatters to rumpel and their HAT already exists,
  • Logs out the user when the app needs updating,
  • Increases input font size to 16px to prevent iOS safari to zoom in,
  • Checks if the hover is available for the menu list,
  • Triggers the logout when the user clicks on Decline button of the permissions,
  • Redirect back to the app / dataplug screen instead of the /feed route,
  • Set different expiration time to 1 minute if there are apps in 'Fetching' status,
  • Display the 5 first rows of the static data and show more when the button clicked.

Public profile:

  • Changes the hat url style,
  • Make social icons round,
  • Removes background image,
  • Adds shadow.

CSS improvements:

  • Removed unused CSS classes from the User and Hat-claim module,
  • Buttons, inputs and texts reusable styles.

Code improvements:

  • Removed rxjs-compat and migrates the code to the latest version,
  • Removed unused images.

Bug fixes:

  • Fixed ExpressionChangedAfterItHasBeenCheckedError on the feed,
  • Fixed a bug with many request send from the feed when the user doesn't have any data,
  • Fixed infinite loop when user agrees with the permissions by removing the cache after permissions are accepted.

v3.8.0 (2019-05-23)

05 Sep 15:59
Compare
Choose a tag to compare

Current release includes these changes.

New additions:

  • Added Tools & insight feature: List of Tools, details and functionality to enable / disable, Weekly summary on the feed, Icons for the feed items.
  • Added caching mechanism: HMI Screen, system status service, applications and tools,

Updates and improvements:

  • Updates the permission screen.
  • Changes button colors for apps / dataplugs / tools.
  • Fixes the storage progress bar and the profile image on the header.

Removed Databuyer functionality:

  • Removed Databuyer app from the side menu.
  • Removed the whole 'offers' folder and everything related to databuyer app.

v3.7.3 (2019-04-30)

05 Sep 15:53
Compare
Choose a tag to compare

Current release includes these changes.

Updates and improvements:

  • Fixes the redirect issue on the data plug setup.

Developer improvements:

  • Activates sandbox deployment from the Dev branch.
  • Updates Travis build logic and environment configuration files

v3.7.2 (2019-03-27)

05 Sep 15:48
Compare
Choose a tag to compare

Current release includes these changes.

New additions:

  • Settings page.
  • Multiple plug support for the hat setup login.

Updates and improvements:

  • Adds system status service to fetch the details for the progress bar.
  • Markdown reader for the terms of service and privacy policy.
  • Swaps subscription and password screen on the hat-claim.
  • Fixes the unresponsive cancel button on the HMI screen.
  • Fixes bug when the application details was sending many requests.
  • Overall UI improvements.

v3.7.1 (2019-03-12)

05 Sep 15:41
Compare
Choose a tag to compare

Current release includes these changes.
UI improvements:

  • On the data preview.
  • How to display the hat name.

v3.7.0 (2019-02-21)

15 Mar 11:47
Compare
Choose a tag to compare

Current application release includes the following changes:

  • Introduced brand new interface to allow owner to claim an unclaimed HAT
  • Created more powerful hatlogin version that also enforces application's dependency setup (currently, only the Facebook plug is supported as a dependency)
  • Added data debit "quick confirm" screen to be used by other applications
  • Added "Data Rights Protected" image to the login screens
  • Other small improvements and bugfixes

v3.5.0 (2018-04-20)

20 Apr 09:46
Compare
Choose a tag to compare

Improvements and fixes in this release:

  • Adds Spotify data plug support
  • Cleans up redundant dashboard tiles
  • Updates the styling of the main offers page
  • Changes the default SHE feed endpoint for the better date filtering capabilities
  • Adds support for images in the "My Digital Life" feed
  • Adds date dividers and "auto-scroll to today" functionality to the main feed
  • Improves date picker interaction on the profile page
  • Changes default app icon and favicon

v3.4.1 (2018-04-10)

10 Apr 14:34
Compare
Choose a tag to compare

Updates and improvements:

  • Refreshes authentication token from API response header
  • Improves password update/recovery page to be more user-friendly
  • Migrates from Angular Http to HttpClient service
  • Uses interceptors to implement authentication logic
  • Rewrites authentication module to make it more efficient/comprehensible
  • Updates styling of the "My Digital Life"
  • Updates styling of the login screens
  • Adds desktop designs of the login screens

Bugfixes:

  • Fixes all existing tests

v3.4.0 (2018-04-03)

03 Apr 13:03
Compare
Choose a tag to compare

New features in this release:

  • Adds app explorer for the HAT ecosystem
  • Adds Google Calendar data plug
  • Includes Google Calendar data in the "My Digital Life" feed
  • Implements HAT application's permission approval process for the native version
  • Adds date picker filter feature in the mashups view

Also includes many minor bug fixes and subtle visual improvements.