Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.14.0 #1496

Merged
merged 1,314 commits into from Aug 14, 2019
Merged

Release/0.14.0 #1496

merged 1,314 commits into from Aug 14, 2019

Conversation

darko-mijic
Copy link
Contributor

@darko-mijic darko-mijic commented Jul 30, 2019

0.14.0

Features

  • Implemented guided manual updates (PR 1410, PR 1423)
  • Application menu improvements:
    • Implemented "Help" application menu item with "Known Issues", "Blank Screen Fix", "Safety Tips", "Feature Request", "Support Request", "Download Logs", "Block Consolidation Status" and "Daedalus Diagnostics" options (PR 1382, PR 1459, PR 1487, PR 1488, PR 1493, PR 1518, PR 1523)
    • Improved the "Ada redemption" menu item UX by disabling the option while Daedalus is not fully synced (PR 1458)
  • Application dialogs improvements:
  • Implemented detection of system locale during Daedalus startup (PR 1348)
  • Logging improvements:
    • Implemented "Daedalus versions" log file (PR 1401)
    • Implemented "State-snapshot.json" log file (PR 1456)
    • Improved file extension of Daedalus logs (PR 1381, PR 1384)
    • Improved Daedalus log file rotation logic (PR 1448)
  • "Loading" screen improvements:
    • Implemented animated Daedalus logo (PR 1457)
    • Implemented status icons (PR 1325, PR 1365, PR 1452)
    • Improved "Having trouble connecting/syncing?" notification (PR 1453, PR 1479, PR 1489)
    • Improved handling of "Invalid TLS certificate" error (PR 1344), (PR 1471)
    • Improved clock synchronisation checks (NTP) (PR 1462)
    • Improved code structure by adding containers for each overlay (PR 1446)
  • Implemented "Wallet UTXO distribution" screen (PR 1353, PR 1437, PR 1526)
  • Implemented "External link" icon on all links which open external content (PR 1447, PR 1455, PR 1476)
  • Implemented "Preparing logs for download" notification (PR 1341)
  • Implemented autmated scrolling of error messages into view (PR 1383)
  • Implemented timestamp on "Paper wallet certificate" PDF (PR 1385, PR 1400, PR 1482)
  • Implemented three new themes: "Yellow", "White" and "Dark Cardano" (PR 1480, PR 1517)
  • "Delegation" screens UI:

Fixes

  • Fixed validation rules for passwords containing non-Latin characters (PR 1354)
  • Minor UI fixes:
    • Fixed content truncation on the "Receive" screen of wallets with spending password while Daedalus is in minimized mode (PR 1407)
    • Fixed content truncation on the "Add Wallet" screen during wallet restoration (PR 1405)
    • Fixed spending password being asked on the "Receive" screen when clicking on the "Copy address" link (PR 1392)
    • Fixed the "download logs" link position in Japanese version of the "Support" screen (PR 1372)
    • Fixed incorrect capitalization by replacing "Ada" with "ada" (PR 1317, PR 1336)
  • Routing logic fixes:
    • Fixed screen flashes during Daedalus loading stage (PR 1444)
    • Fixed routing logic which allowed the display of "Settings" screens before the wallet data is fully loaded (PR 1373)
    • Fixed shutting down screen priority (PR 1428)

Chores

  • Code improvements:
    • Implemented Storybook build script for deployment to "Netlify" (1391)
    • Implemented Storybook theme and language selection (PR 1408)
    • Implemented prettier formatting tool and set up automation for basic maintainance tasks (PR 1335, PR 1347, PR 1352, PR 1375)
    • Improved internal IPC communication (PR 1332, PR 1368)
    • Improved switching of the application menu screens (PR 1419)
    • Improved Webpack 4 build performance (PR 1320)
    • Refactored store async functions to use mobx runInAction calls (PR 1367)
    • Refactored the current epoch calculation (PR 1339)
    • Removed legacy references to report server (PR 1338, PR 1425)
    • Removed legacy references to npm in favour of yarn (PR 1399, PR 1402)
    • Resolved dependency vulnerabilities (PR 1414, PR 1467)
    • Resolved EKG port collision in Linux development environment (PR 1393)
    • Updated React-Polymorph to version 0.8.6 (PR 1396)
    • Updated PR template (PR 1376)
  • Theming improvements:
    • Implemented createTheme utility function for rapid generation of new themes (PR 1371, PR 1445)
    • Implemented themes:check script for checking missing definitions on createTheme object (PR 1424)
    • Implemented themes:update script for automatically generating color values using createTheme and writing the updates to all themes (PR 1464)
  • Testing improvements:
    • Implemented unit tests for mnemonic generation and validation (PR 1379)
    • Implemented acceptance tests for the "Loading" screen and "Block Consolidation Status" dialog (PR 1318)
    • Simplified the test setup (PR 1378)

Tomislav Horaček and others added 30 commits June 5, 2019 14:15
…iple' into feature/ddw-673-ui-stake-pool-list-dynamic-tooltip
…f github.com:input-output-hk/daedalus into feature/ddw-648-ui-move-funds-from-legacy-wallet-cta
…-optimize-themeing-colors

[DDW-604] Unify and Optimize Themeing Colors
Tomislav Horaček and others added 8 commits July 23, 2019 00:26
* [DDW-757] Introduce yellow / white / dark-cardano themes base setup

* [DDW-757] Add new themes to Settings page

* [DDW-757] Run translations manager

* [DDW-757] Add missing config for new themes create/update and theme images

* [DDW-757] Generate css variables for new themes and yellow theme overrides

* [DDW-757] Adjusts buttons colors in all states, and input/select border colors

* [DDW-757] Auto-updates defaultMessages.json

* [DDW-757] Fixes delegation icon in SideBar to use fill/stroke color in CSS vars

* [DDW-757] Fixes delegation-progress icon in SideBar to use fill/stroke color in CSS vars

* [DDW-757] Fixes create paper wallet icon in SideBar to use fill/stroke color in CSS vars

* [DDW-757] Yellow theme fine tuning and storybook menu new themes selection

* [DDW-757] Fix dark cardano theme config and vars creation

* [DDW-757] Introduce Dark-Cardano theme partial varibles override

* [DDW-757] Yellow theme styles improvements

* [DDW-757] Generating new additional variables for all themes

* [DDW-757] Introduce basic layout variables overrides for White theme

* [DDW-757] Small color improvements for BigDialogButtons, StakePool cards and tooltips, delegation dropdowns on Yellow theme

* [DDW-757] Dark-Blue theme border color on stake pool boxes fix

* [DDW-757] Support icon for yellow theme

* [DDW-757] Fix Support icon disappearing

* [DDW-757] Main background color change

* [DDW-757] Yellow theme - about window fixes

* [DDW-757] Stories to get the current theme and dark icon for white theme

* [DDW-757] Yellow theme - about window overlay color

* [DDW-757] Add MINT variations to White theme and settings page translation improvement

* [DDW-757] Adding new theme images for setting page

* [DDW-757] White overrides - WIP

* [DDW-757] Theme buttons better arrangement

* [DDW-757] Finalizing Yellow theme by resolving requested changes

* [DDW-757] Run prettier

* [DDW-757] UTXO graph colors improvement and options list bg color

* [DDW-757] Fix copy notification text color

* [DDW-757] Fix dropdown bg colors

* [DDW-757] Fix support request hover

* [DDW-757] Update dark cardano theme

* [DDW-757] White theme - WIP

* [DDW-757] White theme - Block consolidation done

* [DDW-757] White theme - Paper Wallet

* [DDW-757] White theme - Transactions

* [DDW-757] Matches Block Consolidation screen to mockups in fine detail

* [DDW-757] Imports taller, thinner cross svg for use in About/Block Consolidation screens

* [DDW-757] Replaces hard coded fill value with CSS variable

* [DDW-757] Uses thinner cross in About.js

* [DDW-757] Handles active/pressed button state on Block Consolidation screen

* [DDW-757] Color value adjustments in all theme files

* [DDW-757] Auto update in defaultMessages.json

* [DDW-757] Fixes checkbox and link colors in white theme

* [DDW-757] Fixes flat button on white and dark cardano themes, fixes utxo chart on white theme

* [DDW-757] Updates white theme with fixes

* [DDW-757] Imports correct svg cross icon

* [DDW-757] Fixes remaining issues in white theme and also learn more buttons in dark-cardano

* [DDW-757] Darkens mnemonics background color in white theme

* [DDW-757] White theme CSS fixes

* [DDW-757] Add missing stories

* [DDW-757] Fixes AdaRedemptionSuccessOverlay styles in white, yellow, and dark-cardano themes

* [DDW-757] Fixes AdaRedemptionDisclaimer styles in white, yellow, and dark-cardano themes

* [DDW-757] Fixes button colors on trouble syncing/connecting screens in dark-cardano.js

* [DDW-757] Fixes Data Layer Migration screen in white, yellow, and dark-cardano themes

* [DDW-757] Fixes Data Layer Migration screen in white, yellow, and dark-cardano themes

* [DDW-757] Fixes Node Update Notification in yellow theme

* [DDW-757] Update storybook stories

* [DDW-757] Fixing themes

* [DDW-757] Storybook topbar expand icon, loading wallet progress bar color and UTXO charts on white theme

* [DDW-757] White theme improvements

* [DDW-757] Fixing themes

* [DDW-757] White theme final imporvements

* [DDW-757] Fixing themes

* [DDW-757] Remove testing faked data

* [DDW-757] Run prettier

* [DDW-757] Fixing themes

* [DDW-757] Fixing themes

* [DDW-757] Dark Cardano theme UTXO charts improvements

* [DDW-757] Failed transactions colors imporovement

* [DDW-757] Cardano Dark and White theme improvements

* [DDW-757] Eslint warning and prettier fix

* [DDW-757] Fix storybook restoration progress

* [DDW-757] Different BGs on Overlays

* [DDW-757] Syncing screen - tooltip not visible

* [DDW-757] Wrong border Staking on Staking screens

* [DDW-757] Wrong strip colors on progress bar

* [DDW-757] Dropdown triangle arrow on dark theme

* [DDW-757] Wrong pop-over colors on Delegation Center

* [DDW-757] The final piece of the puzzle

* [DDW-757] Adds CHANGELOG entry
…1484)

* DDW-776 Fix wrong styling of the Stake Pool in the Dark Blue theme

* DDW-776 CHANGELOG

* DDW-776 missing border for big pool

* [DDW-776] Stake pool thumb colors improvements

* [DDW-776] Apply new stake pool thumb colors to selection box
* [DDW-781] Blank Screen Fix - Default Selection.

* [DDW-711] Replaces button No by Cancel

* [DDW-781] Fixes buttons focus

* DDW-781 CHANGELOG
* support haskell.nix builds of cardano

* fix icon on `daedalus.exe`

* implement HSM client

* [DEVOPS-970] re-enable signed uninstallers
fix staging cross build

* [DDW-775] set cardano revision to 3.0.3

* set target to x86_64-windows in build-cross-windows.sh

* add buildNum to release-build and fix suffixes for windows
thedanheller
thedanheller previously approved these changes Jul 30, 2019
Copy link
Member

@thedanheller thedanheller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉🚀

cleverca22 and others added 6 commits July 30, 2019 16:44
…#1516)

* [DDW-815] Removed 'Realtime statistics monitor' link from Testnet builds

* [DDW-815] Trigger rebuild
* DDW-812 Fix application dialog close button colour

* [DDW-812] CHANGELOG

* [DDW-813] Remove unused code

* [DDW-812] Run translation manager
)

* [DDW-813] Adds a link to the 'Safety Tips' Support portal article

* [DDW-815] Trigger rebuild

* [DDW-813] Adds missing Japanese translation

* [DDW-813] Fix failing acceptance test
@nikolaglumac nikolaglumac self-requested a review August 7, 2019 17:47
nikolaglumac and others added 7 commits August 8, 2019 13:31
…en (#1521)

* [DDW-812] Fix notification z-index issue on Daedalus Diagnostics screen

* [DDW-812] Prevent display of main UI under the Block consolidation screen
1529: fixes size of linux installer r=disassembler a=disassembler

This PR CHANGES.

## Todos

- [ ] Todo

## Screenshots

- Screenshot

---

## Testing Checklist

- [Slack QA thread](https://input-output-rnd.slack.com/messages/GGKFXSKC6)
- [ ] Test

---

## Review Checklist

### Basics

- [ ] PR has been assigned and has appropriate labels (`feature`/`bug`/`chore`, `release-x.x.x`)
- [ ] PR is updated to the most recent version of the target branch (and there are no conflicts)
- [ ] PR has a good description that summarizes all changes and shows some screenshots or animated GIFs of important UI changes
- [ ] CHANGELOG entry has been added to the top of the appropriate section (*Features*, *Fixes*, *Chores*) and is linked to the correct PR on GitHub
- [ ] Automated tests: All acceptance and unit tests are passing (`yarn test`)
- [ ] Manual tests (minimum tests should cover newly added feature/fix): App works correctly in *development* build (`yarn dev`)
- [ ] Manual tests (minimum tests should cover newly added feature/fix): App works correctly in *production* build (`yarn package` / CI builds)
- [ ] There are no *flow* errors or warnings (`yarn flow:test`)
- [ ] There are no *lint* errors or warnings (`yarn lint`)
- [ ] There are no *prettier* errors or warnings (`yarn prettier:check`)
- [ ] There are no missing translations (running `yarn manage:translations` produces no changes)
- [ ] Text changes are proofread and approved (Jane Wild / Amy Reeve)
- [ ] Japanese text changes are proofread and approved (Junko Oda)
- [ ] UI changes look good in all themes (Alexander Rukin)
- [ ] Storybook works and no stories are broken (`yarn storybook`)
- [ ] In case of dependency changes `yarn.lock` file is updated

### Code Quality
- [ ] Important parts of the code are properly commented and documented
- [ ] Code is properly typed with flow
- [ ] React components are split-up enough to avoid unnecessary re-renderings
- [ ] Any code that only works in main process is neatly separated from components

### Testing
- [ ] New feature/change is covered by acceptance tests
- [ ] New feature/change is manually tested and approved by QA team
- [ ] All existing acceptance tests are still up-to-date
- [ ] New feature/change is covered by Daedalus Testing scenario
- [ ] All existing Daedalus Testing scenarios are still up-to-date

### After Review
- [ ] Merge the PR
- [ ] Delete the source branch
- [ ] Move the ticket to `done` column on the YouTrack board
- [ ] Update Slack QA thread by marking it with a green checkmark


Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
@nikolaglumac nikolaglumac merged commit f5b5bdb into master Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants