11/09/2024
- [=] bugfix when a user would specify UTC without an offset.
- [=] database upgrade, and data has been migrated over
- [=] updated application code to use the new data models
- [+] created /timezone command
- [-] no longer posts a welcome message on guild join. use /help ($time welcome still exists)
- [+] added a button to allow a friend to add anothers timezone when there is none for that user.
- [-] removed email scope from ouath. Untimely no longer uses emails, only discord id.
9/24/2024
- [+] utc offsets are now supported in messages and /timestamp (ex: 5pm UTC-4:00)
- [+] added additional auto level for /autoconvert
- [+] created /help command
- [=] bugfix for manually adding timezones, would sometimes set to an empty string if no match found.
9/10/2024
- [=] users timezones are no longer needed if a timezone is specified in their message.
- [=] restructuring of temporal expressions
- [-] removing /sensitivity command.
- [=] detecting temporal expressions is much stricter.
9/04/2024
- [+] privacy slash command added
- [+] format slash command added
- [=] logging system improved for temporal expressions.
8/11/2024
- [=] logic changes for temporal expressions
- [=] message template changed for timezone conversions
- [+] supports interval conversions
- [+] bot can now convert up to 25 mentioned expressions in a single message
- [+] timezone update buttons added to welcome message
- [+] timezone update buttons added to no user message
7/26/2024
- [=] patched a bug where $time would send an invite message twice if no time zone.
- [=] changed emoji the bot reacts with to untimely logo
- [=] changed guild welcome message to be more concise
7/22/2024
- [+] delete button added to bot responses
7/18/2024
- [+] oauth authentication implemented on website
- [=] timezone update link has been simplified
- [+] bot will edit messages that failed finding a timestamp when timezone is added
7/14/2024
- [=] bot now responds with a more detailed message when converting time.
- [+] small bugfixes added to help with erroneous expression detection.
6/30/2024
- [+] logic changes to improve temporal expression detection
- [=] autoconvert now leaves a reaction on a msg it detects a timestamp on
- [=] timestamp command improved
- [+] timestamps page added to site
6/28/2024
- [+] timezone is now displayed to users when they click their update link
- [+] additional documentation added
- [=] /timestamps is now /timestamp
- [=] /timestamp command now only needs a single string as input to create timestamps
6/24/2024
- [+] untimely now uses a natural language parsing library to determine if a message contains a temporal expression.
- [+] language support added for Spanish
6/20/2024
- [=] major logic changes in how the bot handles messages that contain commands or time
- [+] bot now sends a welcome message to the default channel of a discord server when added.
- [+] bot now responds to messages that it detects have times like "5 minutes" or "1 hour"
- [=] fixed a bug where the /time command would error out if used within a dm or group chat.
6/18/2024
- [=] time command now is used to get the current local time of target user
- [-] mytime command is removed
- [+] Documentation created
6/16/2024
- [+] added autoconvert slash command
- [+] now listens for messages that need time conversion automatically
- [+] changed timezone logic
6/15/2024
- [+] added timestamps slash command
- [=] bugfix for connection with database.
6/10/2024
- [+] updated Logo
- [+] loading Bar added to index page
- [+] footer fixed to be displayed on all pages
- [+] additional styling done to website layout.
- [+] added $time standalone command
- [+] listening for "tomorrow" keyword added
6/9/2024
- [+] untimely was born
- [+] website Created
- [+] added ability to check users current time zone