You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/whatsnew.rst
+15
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@
3
3
What's new?
4
4
================
5
5
6
+
Version 2.6.0
7
+
-------------
8
+
9
+
My username has changed. This version fixes package metadata associated with this as well as bringing the following (long-overdue) changes:
10
+
11
+
- The `jsk sql` command, which will try to identify SQL adapters on your bot and provide an interface for using them.
12
+
- `python -m jishaku` will now attempt to copy the automatically generated bot prefix to your clipboard if the appropriate libraries are installed.
13
+
- Support for translations in `jsk sync`
14
+
- `jsk cancel` now uses Discord markdown timestamps to indicate when tasks were started.
15
+
- `jsk specialist` works like `specialist <https://pypi.org/project/specialist/>`_ by executing Python code and reporting areas in which Python 3.11+ optimizations apply.
16
+
- The version of `import_expression` used has been bumped, making inline imports possible again on new Python versions.
17
+
- Some fixes to how `jsk sh` and similar commands work to make them function better on UNIX systems.
18
+
19
+
Because it has been such a long time since the last formal release, a lot of these improvements have not received much field testing and may contain regressions. Please report any issues you find.
0 commit comments