Skip to content

Commit fc4ec01

Browse files
committed
Version 2.7.1: bash-timer fixes.
1 parent 737b389 commit fc4ec01

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,11 @@ Behavioral changes:
101101
## v2.7.0 @ 2024-08-24
102102

103103
* **[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.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Translations: [中文](README.cn.md), [हिन्दी](README.hi.md)
1313

1414
Recent Changes
1515
==============
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.
1623

1724
#### v2.7.0 @ 2024-08-24
1825

0 commit comments

Comments
 (0)