Skip to content

Commit

Permalink
v20 release changes: Updates from testing this release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hou5e committed Jan 20, 2019
1 parent b592245 commit ae969b4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions FoldingBrowser - Status - ToDo List.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,27 @@ Other Ideas, Improvements, Tasks, Longer-Term Goals:
-Add Web link button for a CureCoin Shop button for the CoinPayments URL? https://www.coinpayments.net/store-directory-coin-CURE
-Add a CureCoin Wallet button, that focus a running CURE wallet executable, or launches it as a new process?
-CureCoin installer: Change the -rescan shortcut to -zapwallettxes (to fix orphans, too)?
-Discord login for non-US keyboards: Maybe just pop-up a window with the login info to copy and paste from; hovered over the main window, but in the main form?
-Update .NET Framework target from v4.5.2 to v4.6.1 or newer (and update the version checker in the installer)?
-Add Option: Dark or light windows & controls theme color options?
-Add support for zooming in on webpages?
-Right-click context menu: Add 'Find' to the list. Also, when highlighting text, add that text to the find dialog?
-Save more than one log file for debugging issues later?
-When hovering URLs, display the link at the bottom of the screen?
-Discord login for non-US keyboards: Maybe just pop-up a window with the login info to copy and paste from; hovered over the main window, but in the main form?
-Update .NET Framework target from v4.5.2 to v4.6.1 or newer (and update the version checker in the installer)?
-When hovering URLs, display the link at the bottom of the screen while hovering the link, or just for a few seconds, like other web browsers?
-Support SegWit addresses for FLDC (start with 'bc1' and are about 9 characters longer). Probably should get both addresses (Legacy and SegWit) from CounterWallet, and offer a pull-down list selection. Might need to get the 50 character CureCoin folding pool username limit raised.


======================================================================================================
Change Log - Release Notes - Tasks completed:
======================================================================================================

v20 Release (1/19/2019)
v20 Release (1/20/2019)
[DONE] -Improvement to auto-scale for different monitors with different scaling, Per-Monitor-DPI-Aware (like a laptop with large monitor)
[DONE] -Update CureCoin installer to v2.0.0.2
[DONE] -Fixed Windows10 scaling issue that causes the URL text box to not grow in height like everything else
[DONE] -Fixed Windows10 scaling issue that causes the right-anchored form components to not size correctly
[DONE] -Fixed Windows 10 scaling issue that causes the URL text box to not grow in height like everything else
[DONE] -Fixed Windows 10 scaling issue that causes the right-anchored form components to not size correctly
[DONE] -Fixed the Go button that was being hidden
[DONE] -Fixed Windows10 scaling issue that causes the pull-down menu to be smaller, due to only being measured in a non-scaled pixel value (not sized on layout dimensions or DPI %).
[DONE] -Fixed Windows 10 scaling issue that causes the pull-down menu to be smaller, due to only being measured in a non-scaled pixel value (not sized on layout dimensions or DPI %).
[DONE] -Fixed loading button images for different scaling %. Resizing lager images down to the desired size looks like the best option. (Leave AutoScaleMode = Font for forms). 4x larger PNG images are now being used
[DONE] -CureCoin installer: Merge changes from two similar but slightly different installer scripts and use a command line option to differentiate
[DONE] -Update Copyright date for 2019
Expand Down

0 comments on commit ae969b4

Please sign in to comment.