Releases: SyntaxGhost404/Discord-Timestamp-Generator
Releases · SyntaxGhost404/Discord-Timestamp-Generator
v1.1.0: feat(input): Preprocess natural language input
v1.1.0: Smarter Natural Language Parser
This release focuses on significantly enhancing the natural language processing engine, making it faster, more intuitive, and more forgiving. These updates fix several existing problems found on dabric.xyz.
🚀 Fixes & Enhancements:
- ✨ Smart Shorthands: You can now use common shorthands for quicker input. For example, typing
tomwill now be correctly interpreted as "tomorrow". - ✨ Enhanced Date Parsing: The parser now correctly understands dates written with dots instead of slashes. Inputs like
10.20or10.20.2025will be parsed as valid dates, preventing failed lookups. - ✨ Intelligent Hour Recognition: The generator is now smarter about interpreting numbers as hours.
- A lone number (e.g.,
10) is now correctly treated as that hour (e.g.,10:00). - Single-digit hours at the end of a date (e.g.,
10/20 1) are no longer discarded and are correctly interpreted as the hour (e.g.,10/20 at 1:00 AM).
- A lone number (e.g.,
These quality-of-life improvements make the natural language mode more powerful than ever, allowing you to generate timestamps with even less effort.