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: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
4
4
5
+
## v11.5.3 (2025-01-30)
6
+
7
+
### Chore
8
+
9
+
* chore: remove py37 from testing
10
+
11
+
Ubuntu no longer supports it, so the tests fail when py37 can't be installed. ([`bd66c6c`](https://github.com/eyeonus/Trade-Dangerous/commit/bd66c6c585f8348d1fb29b9dc331ff153f91e7de))
12
+
13
+
### Fix
14
+
15
+
* fix: update `trade import` help message
16
+
17
+
Updated `trade import --help` message with Tromador's server address. ([`7fdba6e`](https://github.com/eyeonus/Trade-Dangerous/commit/7fdba6ed775628e6698f229cf881df79d02f99ac))
18
+
19
+
### Refactor
20
+
21
+
* refactor: remove DB changes
22
+
23
+
Two versions should be long enough that everyone's DB has been updated, no need to have this anymore.
24
+
If errors encountered, run eddblink with the `clean` option. ([`12f2adb`](https://github.com/eyeonus/Trade-Dangerous/commit/12f2adbff64d2b016dec6baa0e092debd1455bac))
0 commit comments