1. MyDockFinder
  2. News

MyDockFinder News

Beta version 1.5.8 updated

Fix the problem that the smart hide fails after switching themes in the previous beta version
Fixed the abnormal display of the skin on both sides of the screen in the previous test version
Fixed the crash when the icon size of the program was smaller than 32 pixels after the icon mask was turned on in the previous beta version
Optimized use of other skins to run indicator offset issues

The beta channel has been opened



[h3]change log[/h3]
  • Fixed an issue where the previous version of myfinder monitored pie chart percentages was displayed incorrectly
  • Optimize the dock display hide mode
  • Increases dock skin function
  • Optimized custom icon detection to prevent custom icons from applying double masks


Preferences - The theme adds the function of uploading dock skins. You can select upload to workshop in the dock theme menu, and then select the compressed zip file of the theme that has been packaged. The compressed file must be packaged with the theme name folder, not only the dockskin folder. , then + select a preview image of a skin, the edit box is the name of the theme, which can be modified manually



At present, this upload is only a temporary and crude way, and a complete creative workshop program will be produced later.

[h3]For more details, please check the previous announcement[/h3]

The new version of the test channel will be released soon

[h3]Since Tianjin has been affected by the Omikron epidemic recently, it has been doing nucleic acid testing, and the unit has to make promotional videos. Basically, there is no time to write code in the past two weeks, and the update has been extended for so long.
The next version will be pushed to the beta channel in the next two days, and then please download and test to fix the bugs for a week. The next steam promotion on the 28th will release the official version update, and of course there will be discounts.[/h3]
[h3]Changelog[/h3]
  • Optimize the display and hiding of the dock. If a program has multiple windows, it will detect all the window states of the program to prevent frequent display and hiding problems of the dock. For example, using Pr to edit videos often displays by themselves (Because lately I've been making videos )
  • The screen trigger angle is increased to activate win11 widgets
  • Added dock window border shortcut key function
  • Optimize some other problems (too long to forget)
  • Added the function of dock background skin

[hr][/hr]
[h3]dock skin development documentation[/h3]

file path

  • Skin path----program installation directory/themes/skin name/dockskin
  • Skin configuration file----config.ini


[h3]cover element[/h3]

  • dock background image
  • run indicator
  • delimiter
  • progress bar
  • Blur background mask (requires a little PS basics)

[hr][/hr]
[h3]The first part dock background image[/h3]
[config]
bg=bg.png
clip_left=56
clip_top=56
clip_right=76
clip_bottom=76

space_left=34.1
space_top=15.1
space_right=34.1
space_bottom=45

blur_mask=mask.png

  • bg is the image of the dock background, blur_mask is the mask of the blurred background




  • The four configurations of clip are the nine-grid cutting points of the bg picture



[hr][/hr]
[h3]The following is the usage of the skin image interval, which needs to be explained in detail. It is not the same as other dock software skins, and some optimizations have been made.[/h3]

  • Taking space_left as an example, left is the distance between the dock icon and the left side of the skin background. The configuration is divided into two forms: integer and decimal. The integer is a fixed distance, and the decimal is the distance dynamically transformed according to the size of the icon.
  • For example space_left=30




  • space_left=30.5, the icon size is 50




At present, the default theme that comes with it is this dynamic distance. The larger the icon, the larger the distance, and the smaller the icon, the smaller the distance, so that the whole is more coordinated.
[hr][/hr]
[h3]Blur Mask File[/h3]



  • The mask file and the dock background are stretched using the same nine-square configuration file. The transparent place will not be blurred, and the black and opaque ones will be blurred. If there is no blur mask file, the blur effect will not be displayed.

[hr][/hr]
[h3]Run indicator file[/h3]

runoffset=24
run=run.png

  • offset is the offset distance of the running indicator, which can be negative. The display size of the indicator is the size of the picture, and it will not be stretched and displayed.

[hr][/hr]
[h3]Delimited file[/h3]

limclip_top=6
limclip_bottom=6
delimiter=sep.png

  • limclip is the vertical stretch position of the nine-square grid of the separator picture. The separator is not displayed horizontally stretched, and the width of the picture is the display width of the separator.

[hr][/hr]
[h3]progress bar file[/h3]
progressbar_frame=pro_frame.png
progressbar_bg=pro_bg.png
proclip_left=5
proclip_right=6

  • progressbar_frame is the background file of the progress bar border, progressbar_bg is the filling background of the actual progress of the progress bar, and proclip is the horizontal stretching configuration of the nine-square grid of the progress bar. The image height of the progress bar is the same as that of the running indicator.

[hr][/hr]
[h3]Dark profile[/h3]

bg_dark=bg_dark.png
run_dark=run_dark.png
delimiter_dark=delimiter_dark.png
progressbar_frame_dark=pro_frame_dark.png
progressbar_bg_dark=pro_bg_dark.png

  • These are the dark mode pictures of all the above materials, and they don't have to be created, but the dock background will not change when switching dark mode.

[hr][/hr]
[h3]Required files for the theme[/h3]

  • [h3]config.ini and bg=bg.png, as long as you have these two files, you can create a skin, other images can be omitted, and the images without them will use the default theme elements that come with them.
    Note: If the theme includes a running indicator image but no progress bar image, the progress bar will no longer be displayed under the dock icon, and vice versa.
    All image materials are when the dock is placed at the bottom of the screen. If the dock is displayed on the left and right sides of the screen, the skin image will automatically rotate.
    [/h3]

version 1.5.5 update

Fix the crash when switching dark and light mode in the previous version
Add the function of automatic installation of skins by subscription and download of creative workshop
Fix the Portuguese-Brazilian language display issue in Chinese after starting from Steam
The theme interface adds the App library background to display the current screen background function
Fix other crashes

version 1.5 update

[h3]Update log[/h3]
  1. Fix the problem that cannot be hidden when full screen
  2. Fix the problem of notebook crash when modifying brightness
  3. Fix the occasional crash when the connection is disconnected on the second screen
  4. Optimize the battery usage of high refresh rate display laptops. When using the battery, the global rendering frame number will be changed to 90 to prevent the rendering burden from increasing
  5. Optimize network speed monitor display spacing and symbols
  6. CPU, memory, disk monitoring add digital display function
  7. Optimize the rendering of monitoring components, all using WinUI rendering
  8. Optimized the problem of incomplete text display when the language and text of other countries are too long
  9. Fix the problem that the CPU temperature of some AMD platforms is not displayed
  10. Added Portuguese-Brazilian language, thanks @UI_profileName
  11. Fix some Russian translations, thanks @ust-maya
  12. Correct the English time format, you need to re-select the time format in the preferences after the update
  13. Increase the blur intensity and transparency custom modification function of each interface, support dock background, myfinder background, menu, folder interface, window interface, App library background
  14. Added icon and theme switching function, you can switch dock icons, clock dials, logos, prompt sounds, etc. with one click. The creative workshop has uploaded a copy, and more functions will be opened later


[h3]The next version adds dock background skin switching function
If the temperature is still not displayed after the update, please restart the computer.
If the language translation is not complete after the update, you can verify the integrity of the software files in Steam.[/h3]