Skip to content

v1.1.0: feat(input): Preprocess natural language input

Latest

Choose a tag to compare

@BDGAMINGYT8003 BDGAMINGYT8003 released this 11 Oct 09:53
· 1 commit to main since this release

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 tom will now be correctly interpreted as "tomorrow".
  • ✨ Enhanced Date Parsing: The parser now correctly understands dates written with dots instead of slashes. Inputs like 10.20 or 10.20.2025 will 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).

These quality-of-life improvements make the natural language mode more powerful than ever, allowing you to generate timestamps with even less effort.