Skip to content

Releases: Phanabani/sandpiper

v2.0.0 - Thread support

13 Nov 08:25
Compare
Choose a tag to compare

Feature

  • Add support for Discord threads

Change (internal)

  • Upgrade to Python 3.10
  • Use Poetry
  • Reformat with black
  • Migrate to discord.py v2
  • Optimize imports in all files

Fix (internal)

  • Fix flaky unit tests for discord.py v2

v1.6.0 - Birthday notifications

24 Aug 04:38
Compare
Choose a tag to compare
  • Added birthday notifications!
  • Added birthdays upcoming command

v1.5.0 - Better conversions and test coverage

03 May 02:02
Compare
Choose a tag to compare
  • Added the ability to specify and input and/or output timezone for time conversions
  • Added a ton of new default unit conversion mappings
  • Massively upgraded the conversions test suite to test many more conversion scenarios and allow for more easily adding tests in the future

v1.4.1 - Minor conversion improvements

10 Apr 22:38
Compare
Choose a tag to compare
  • Added "noon", "now", and "midnight" keywords for time conversion
  • Time strings can now be written without a colon separating hour and minutes (1430 = 14:30)

v1.4.0 - Better Help Messages and Various Improvements

11 Nov 08:29
Compare
Choose a tag to compare

Help messages are now more meaningful! One shouldn't need to come to the repo anymore to figure out how to use a command. Various bugfixes and quality of life changes are also included.

v1.3.0 - Async Database and Unit Testing

02 Nov 22:07
Compare
Choose a tag to compare

Switched to an asynchronous API for the database and added unit tests to ensure functionality remains stable after large changes like this.

v1.2.2 - Time Conversion (hotfix 2)

25 Oct 07:02
Compare
Choose a tag to compare

Fixed an issue where null timezones weren't handled.

v1.2.1 - Time Conversion (hotfix 1)

25 Oct 05:31
Compare
Choose a tag to compare

Fixes an issue where duplicate timezones are printed in time conversion output if multiple users share the timezone.

v1.2.0 - Time Conversion

25 Oct 04:19
8f59d68
Compare
Choose a tag to compare

Added time conversion. Users can now convert a time to all timezones of users in a server.

v1.1.0 - User Bios

15 Oct 06:50
c344d39
Compare
Choose a tag to compare

Added user bios. Users can store some personal information in Sandpiper so that others can get to know them better.