File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -101,3 +101,11 @@ Behavioral changes:
101
101
## v2.7.0 @ 2024-08-24
102
102
103
103
* ** [ 2024-08-24 12:06:32 CDT] ** [ bash-timer] Added the bash-timer project.
104
+
105
+ ## v2.7.1 @ 2024-09-01
106
+
107
+ * ** [ 2024-08-29 07:49:02 CDT] ** [ bash-timer] Added support for locales with the comma decimal separator.
108
+ * ** [ 2024-09-01 12:31:33 CDT] ** [ bash-timer] Properly pad ms to 3 digits.
109
+ * ** [ 2024-09-01 12:41:07 CDT] ** [ bash-timer] Greatly refactored ns math to properly calculate seconds and ms.
110
+ * ** [ 2024-09-10 02:20:14 CDT] ** [ bash-timer] Fixed the "value too great" error.
111
+ * ** [ 2024-09-11 02:22:12 CDT] ** [ bash-timer] Supported non-decimal locales, properly in Bash v5.
Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ Translations: [中文](README.cn.md), [हिन्दी](README.hi.md)
13
13
14
14
Recent Changes
15
15
==============
16
+ #### v2.7.1 @ 2024-09-13
17
+
18
+ * ** [ 2024-08-29 07:49:02 CDT] ** [ bash-timer] Added support for locales with the comma decimal separator.
19
+ * ** [ 2024-09-01 12:31:33 CDT] ** [ bash-timer] Properly pad ms to 3 digits.
20
+ * ** [ 2024-09-01 12:41:07 CDT] ** [ bash-timer] Greatly refactored ns math to properly calculate seconds and ms.
21
+ * ** [ 2024-09-10 02:20:14 CDT] ** [ bash-timer] Fixed the "value too great" error.
22
+ * ** [ 2024-09-11 02:22:12 CDT] ** [ bash-timer] Supported non-decimal locales, properly in Bash v5.
16
23
17
24
#### v2.7.0 @ 2024-08-24
18
25
You can’t perform that action at this time.
0 commit comments