Release Notes
- Added `time_fromMilliseconds` and `time_fromMs` placeholders to `number` option to handle the number as milliseconds
- Renamed all `time_<unit>` placeholders to `time_from<unit>` to make their purpose more clear. The old ones still work but will be removed in the next version.
- Added `from:<unit>_to:<unit>` placeholder to `number` option. Allows converting the number from one Time unit to another.