From 2f3d033a1630062c1d3dbab3ba1a0f8173c00825 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Jun 2018 01:33:30 -0400 Subject: [PATCH 1/3] change log additions/cleanup Went through all closed PRs to add missing ones, moved more important ones to top, other misc cleanup. --- CHANGELOG.md | 73 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc864c58..8bd5372f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,47 +6,58 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [Unreleased] ### Added - - * Add ability to open log file and log directory in the help page ([#1556](https://github.com/lbryio/lbry-app/issues/1556)) - * Add ability to resend verification email ([#1492](https://github.com/lbryio/lbry-app/issues/1492)) - * Add Narrative about Feature Request on Help Page and Report Page ([#1551](https://github.com/lbryio/lbry-app/pull/1551)) - * Add keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202)) + * Ability to upload thumbnails through spee.ch while publishing ([#1248](https://github.com/lbryio/lbry-app/pull/1248)) + * QR code for wallet address to Send and Receive page ([#1582](https://github.com/lbryio/lbry-app/pull/1582)) + * "View on Web" button on file/channel pages with spee.ch link ([#1222](https://github.com/lbryio/lbry-app/pull/1222)) + * Autoplay downloaded and free media along with toggle ([#584](https://github.com/lbryio/lbry-app/pull/1453)) + * Ability to get latest claims from channel on homepage (currently inactive) ([#1267](https://github.com/lbryio/lbry-app/pull/1267)) + * Confirmation prompt when sending credits ([#1525](https://github.com/lbryio/lbry-app/pull/1525)) + * Ability to right click > copy lbry:// hyperlink on tiles ([#1486](https://github.com/lbryio/lbry-app/pull/1486)) + * Buttons to open log file and log directory on the help page ([#1556](https://github.com/lbryio/lbry-app/issues/1556)) + * Ability to resend verification email ([#1492](https://github.com/lbryio/lbry-app/issues/1492)) + * Keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202)) * Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262)) - * Add referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314)) + * Referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314)) * Show exact wallet balance on mouse hover over ([#1305](https://github.com/lbryio/lbry-app/pull/1305)) * New dark mode ([#1269](https://github.com/lbryio/lbry-app/pull/1269)) * Pre-fill publish URL after clicking "Put something here" link ([#1303](https://github.com/lbryio/lbry-app/pull/1303)) - * Add Danger JS to automate code reviews ([#1289](https://github.com/lbryio/lbry-app/pull/1289)) - * Autoplay downloaded and free media ([#584](https://github.com/lbryio/lbry-app/pull/1453)) - * Add 'Go to page' input on channel pagination ([#1166](https://github.com/lbryio/lbry-app/pull/1166)) - * Add "View on web" button on file/channel pages with spee.ch link ([#1222](https://github.com/lbryio/lbry-app/pull/1222)) - + * Danger JS to automate code reviews ([#1289](https://github.com/lbryio/lbry-app/pull/1289)) + * 'Go to page' input on channel pagination ([#1166](https://github.com/lbryio/lbry-app/pull/1166)) + ### Changed - * Add flair to snackbar ([#1313](https://github.com/lbryio/lbry-app/pull/1313)) + * LBRY App UI Redesign 5.0 implemented including new theme, layout, and improved search mechanics[(#870](https://github.com/lbryio/lbry-app/pull/870)) ([1173])(https://github.com/lbryio/lbry-app/pull/1173)) + * Show latest claims for across all subscribed channel (no longer grouped by channel) and store sub data in internal database ([#1424](https://github.com/lbryio/lbry-app/pull/1424)) + * Dark theme to support redesign ([#1034](https://github.com/lbryio/lbry-app/issues/1034)) + * New publishes now show as pending on Publishes screen ([#1040](https://github.com/lbryio/lbry-app/pull/1040)) + * Enhanced flair to snackbar ([#1313](https://github.com/lbryio/lbry-app/pull/1313)) * Made font in price badge larger ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) - * Store subscriptions in internal database ([#1424](https://github.com/lbryio/lbry-app/pull/1424)) * Move rewards logic to interal api ([#1509](https://github.com/lbryio/lbry-app/pull/1509)) + * Narrative about Feature Request on Help Page and Report Page ([#1551](https://github.com/lbryio/lbry-app/pull/1551)) + ### Fixed - * Fixing content address extending outside of visible area. ([#741](https://github.com/lbryio/lbry-app/issues/741)) - * Fix content-type not shown correctly in file description ([#863](https://github.com/lbryio/lbry-app/pull/863)) + * Create channel and publish immediately([#1481](https://github.com/lbryio/lbry-app/pull/1481)) + * Price not updated on tile/file page ([#797](https://github.com/lbryio/lbry-app/issues/797)) + * Markdown rendering support on show page ([#1179](https://github.com/lbryio/lbry-app/issues/1179)) + * Content address extending outside of visible area. ([#741](https://github.com/lbryio/lbry-app/issues/741)) + * Content-type not shown correctly in file description ([#863](https://github.com/lbryio/lbry-app/pull/863)) * Fix [Flow](https://flow.org/) ([#1197](https://github.com/lbryio/lbry-app/pull/1197)) - * Fix black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235)) - * Fix dark theme ([#1034](https://github.com/lbryio/lbry-app/issues/1034)) - * Fix download percentage indicator overlay ([#1271](https://github.com/lbryio/lbry-app/issues/1271)) - * Fix alternate row shading for transactions on dark theme ([#1355](https://github.com/lbryio/lbry-app/issues/#1355)) - * Fix don't allow dark mode with automatic night mode enabled ([#1005](https://github.com/lbryio/lbry-app/issues/1005)) - * Fix description box on Publish (dark theme) ([#1356](https://github.com/lbryio/lbry-app/issues/#1356)) - * Fix price wrapping in price badge ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) - * Fix spacing in search suggestions ([#1422](https://github.com/lbryio/lbry-app/pull/1422)) - * Fix text/HTML files don't display correctly in-app anymore ([#1379](https://github.com/lbryio/lbry-app/issues/1379)) - * Fix notification modals when reward is claimed ([#1436](https://github.com/lbryio/lbry-app/issues/1436)) and ([#1407](https://github.com/lbryio/lbry-app/issues/1407)) - * Fix disabled cards(grayed out) ([#1466](https://github.com/lbryio/lbry-app/issues/1466)) - * Fix markdown render ([#1179](https://github.com/lbryio/lbry-app/issues/1179)) - * Fix new lines not showing correctly after markdown changes ([#1504](https://github.com/lbryio/lbry-app/issues/1504)) - * Fix claim ID being null when reporting a claim that was not previously download ([issue#1512](https://github.com/lbryio/lbry-app/issues/1512)) ([PR#1530](https://github.com/lbryio/lbry-app/pull/1530)) - * Fix URI and outpoint not being passed properly to API ([#1494](https://github.com/lbryio/lbry-app/issues/1494)) - * Fix incorrect markdown preview on url with parentheses ([#1570](https://github.com/lbryio/lbry-app/issues/1570)) + * Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235)) + * Download percentage indicator overlay ([#1271](https://github.com/lbryio/lbry-app/issues/1271)) + * Alternate row shading for transactions on dark theme ([#1355](https://github.com/lbryio/lbry-app/issues/#1355)) + * Don't allow dark mode with automatic night mode enabled ([#1005](https://github.com/lbryio/lbry-app/issues/1005)) + * Description box on Publish (dark theme) ([#1356](https://github.com/lbryio/lbry-app/issues/#1356)) + * Price wrapping in price badge ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) + * Spacing in search suggestions ([#1422](https://github.com/lbryio/lbry-app/pull/1422)) + * Text/HTML files don't display correctly in-app anymore ([#1379](https://github.com/lbryio/lbry-app/issues/1379)) + * Notification modals when reward is claimed ([#1436](https://github.com/lbryio/lbry-app/issues/1436)) and ([#1407](https://github.com/lbryio/lbry-app/issues/1407)) + * Disabled cards(grayed out) ([#1466](https://github.com/lbryio/lbry-app/issues/1466)) + * New lines not showing correctly after markdown changes ([#1504](https://github.com/lbryio/lbry-app/issues/1504)) + * Claim ID being null when reporting a claim that was not previously download ([issue#1512](https://github.com/lbryio/lbry-app/issues/1512)) ([PR#1530](https://github.com/lbryio/lbry-app/pull/1530)) + * URI and outpoint not being passed properly to API ([#1494](https://github.com/lbryio/lbry-app/issues/1494)) + * Incorrect markdown preview on url with parentheses ([#1570](https://github.com/lbryio/lbry-app/issues/1570)) + + ## [0.21.6] - 2018-06-05 -- 2.45.3 From 587602abb6a71e2db37b930537d9085cf94236ab Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Jun 2018 01:38:57 -0400 Subject: [PATCH 2/3] cleanup --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd5372f4..586f4534d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Ability to resend verification email ([#1492](https://github.com/lbryio/lbry-app/issues/1492)) * Keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202)) * Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262)) - * Referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314)) + * Referral FAQ to Invites screen ([#1314](https://github.com/lbryio/lbry-app/pull/1314)) * Show exact wallet balance on mouse hover over ([#1305](https://github.com/lbryio/lbry-app/pull/1305)) * New dark mode ([#1269](https://github.com/lbryio/lbry-app/pull/1269)) * Pre-fill publish URL after clicking "Put something here" link ([#1303](https://github.com/lbryio/lbry-app/pull/1303)) @@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * 'Go to page' input on channel pagination ([#1166](https://github.com/lbryio/lbry-app/pull/1166)) ### Changed - * LBRY App UI Redesign 5.0 implemented including new theme, layout, and improved search mechanics[(#870](https://github.com/lbryio/lbry-app/pull/870)) ([1173])(https://github.com/lbryio/lbry-app/pull/1173)) + * LBRY App UI Redesign 5.0 implemented including new theme, layout, and improved search mechanics ([#870](https://github.com/lbryio/lbry-app/pull/870)) and ([#1173](https://github.com/lbryio/lbry-app/pull/1173)) * Show latest claims for across all subscribed channel (no longer grouped by channel) and store sub data in internal database ([#1424](https://github.com/lbryio/lbry-app/pull/1424)) * Dark theme to support redesign ([#1034](https://github.com/lbryio/lbry-app/issues/1034)) * New publishes now show as pending on Publishes screen ([#1040](https://github.com/lbryio/lbry-app/pull/1040)) @@ -39,7 +39,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Create channel and publish immediately([#1481](https://github.com/lbryio/lbry-app/pull/1481)) * Price not updated on tile/file page ([#797](https://github.com/lbryio/lbry-app/issues/797)) * Markdown rendering support on show page ([#1179](https://github.com/lbryio/lbry-app/issues/1179)) - * Content address extending outside of visible area. ([#741](https://github.com/lbryio/lbry-app/issues/741)) + * Content address extending outside of visible area ([#741](https://github.com/lbryio/lbry-app/issues/741)) * Content-type not shown correctly in file description ([#863](https://github.com/lbryio/lbry-app/pull/863)) * Fix [Flow](https://flow.org/) ([#1197](https://github.com/lbryio/lbry-app/pull/1197)) * Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235)) @@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Notification modals when reward is claimed ([#1436](https://github.com/lbryio/lbry-app/issues/1436)) and ([#1407](https://github.com/lbryio/lbry-app/issues/1407)) * Disabled cards(grayed out) ([#1466](https://github.com/lbryio/lbry-app/issues/1466)) * New lines not showing correctly after markdown changes ([#1504](https://github.com/lbryio/lbry-app/issues/1504)) - * Claim ID being null when reporting a claim that was not previously download ([issue#1512](https://github.com/lbryio/lbry-app/issues/1512)) ([PR#1530](https://github.com/lbryio/lbry-app/pull/1530)) + * Claim ID being null when reporting a claim that was not previously downloaded ([PR#1530](https://github.com/lbryio/lbry-app/pull/1530)) * URI and outpoint not being passed properly to API ([#1494](https://github.com/lbryio/lbry-app/issues/1494)) * Incorrect markdown preview on url with parentheses ([#1570](https://github.com/lbryio/lbry-app/issues/1570)) -- 2.45.3 From 49fa2d024779987a0fdf65c081d9b4bdcc0a33f7 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Jun 2018 02:11:54 -0400 Subject: [PATCH 3/3] fix duplicate dark mode --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586f4534d..c96b045cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,15 +19,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262)) * Referral FAQ to Invites screen ([#1314](https://github.com/lbryio/lbry-app/pull/1314)) * Show exact wallet balance on mouse hover over ([#1305](https://github.com/lbryio/lbry-app/pull/1305)) - * New dark mode ([#1269](https://github.com/lbryio/lbry-app/pull/1269)) * Pre-fill publish URL after clicking "Put something here" link ([#1303](https://github.com/lbryio/lbry-app/pull/1303)) * Danger JS to automate code reviews ([#1289](https://github.com/lbryio/lbry-app/pull/1289)) * 'Go to page' input on channel pagination ([#1166](https://github.com/lbryio/lbry-app/pull/1166)) ### Changed * LBRY App UI Redesign 5.0 implemented including new theme, layout, and improved search mechanics ([#870](https://github.com/lbryio/lbry-app/pull/870)) and ([#1173](https://github.com/lbryio/lbry-app/pull/1173)) + * Adapted dark mode to redesign ([#1269](https://github.com/lbryio/lbry-app/pull/1269)) * Show latest claims for across all subscribed channel (no longer grouped by channel) and store sub data in internal database ([#1424](https://github.com/lbryio/lbry-app/pull/1424)) - * Dark theme to support redesign ([#1034](https://github.com/lbryio/lbry-app/issues/1034)) * New publishes now show as pending on Publishes screen ([#1040](https://github.com/lbryio/lbry-app/pull/1040)) * Enhanced flair to snackbar ([#1313](https://github.com/lbryio/lbry-app/pull/1313)) * Made font in price badge larger ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) @@ -57,7 +56,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * URI and outpoint not being passed properly to API ([#1494](https://github.com/lbryio/lbry-app/issues/1494)) * Incorrect markdown preview on url with parentheses ([#1570](https://github.com/lbryio/lbry-app/issues/1570)) - + ## [0.21.6] - 2018-06-05 -- 2.45.3