Skip to content

RoundedTB_canary20231016_2

Latest
Compare
Choose a tag to compare
@Gniang Gniang released this 16 Oct 14:03

changes 20231016_2

Fix RoundedTB crashed, when explorer restart. (#15 , #7 )
(Fixed not working depending on the taskbar's startup speed.)




List of past changes from the original (torchgm's RoundedTB)

Feature

  • Added config secondary monitor's clock.
    • You decide the width of the clock area. (and widgets).

Fix

  • Supported 22H2 and 23H2.
  • Fixed a widget area config was not working.

Note to those who used the original version

If cannot launch app

  1. Move to %USERPROFILE%\APPDATA\Local\ folder.
  2. Rename rtb.json file. ( e.g. rtb.json.org)

older version setting file is not compatible.

File size

App file size is large, because a result of resolving the following

  1. runnable vanilla Windows11.
  2. enable setting the "Run as Startup".

Perhaps, RoundedTB R3.1 (latest release tag) was made with .net framework 4.8 (older version).
But main branches (canary version) was in .net 6, so I made it in that.

Windows 11 does not include .net 6 runtime.
This app included runtimes, so app size is larger than original.

I could not make "without runtime"version.
Because it makes two files, a dll and an exe, and body is a dll.
So it cause '"Run at startup" option is not working' issue.