You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,19 @@
1
1
# Changelog
2
2
3
+
### v1.108
4
+
5
+
* New: also show timestamp in tooltip (cycle forward, backward, plugin) and search.
6
+
* New: also show number of lines in search results (number only)
7
+
* Change: timestamp now has two parts, separated by a pipe character (|)
8
+
first part (before |): either a character, default @, or a number, for example 128336 for Unicode clock character 🕐
9
+
second part (after |): time format options - see v1.107
10
+
* Change: when cycling back past "z" show number in tooltip instead of character that no longer had any relation to "menu order"
11
+
3
12
### v1.107
4
13
5
14
* New: Option to show timestamp in clipboard history menu - https://github.com/hi5/CL3/issues/23
6
15
See https://www.autohotkey.com/docs/v1/lib/FormatTime.htm#Time_Formats for options (e.g. HH:mm (24hr) or hh:mm tt (12hr AM/PM))
7
-
* Fix: Open Template folder - now use commander_path env. variable/registry combined with WinGet ProcessPath/ProcessName, so it should now work with running 32/64 versions. Starts 32bit by default if TC is not running but can be detected.
16
+
* Fix: Open Template folder - now use commander_path environment variable/registry combined with WinGet ProcessPath/ProcessName, so it should now work with running 32/64 versions. Starts 32bit by default if TC is not running but can be detected.
8
17
* Fix: Use MenuWidth setting in DispMenuText() function to check length instead of previously hardcoded value of 60
0 commit comments