File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ------ Version 1.33.1
2
+ FIX: Cannot open torrent file V2 format (Issue 51)
3
+ Compiler Lazarus: v3.6
4
+
1
5
------ Version 1.33
2
6
ADD: Verify the working status of public trackers. (Issue 21)
3
7
ADD: Wrong tracker URL format from torrent files should be unselected by default (Issue 22)
Original file line number Diff line number Diff line change 46
46
</screenshots >
47
47
48
48
<releases >
49
+ <release version =" 1.33.1" date =" 2024-12-8" >
50
+ <description >
51
+ <p >This release fixes the following bugs:</p >
52
+ <ul >
53
+ <li >Cannot open torrent file V2 format</li >
54
+ </ul >
55
+ </description >
56
+ </release >
49
57
<release version =" 1.33.0" date =" 2023-11-18" >
50
58
<description >
51
59
<p >
Original file line number Diff line number Diff line change @@ -215,8 +215,10 @@ implementation
215
215
);
216
216
217
217
// program name and version (http://semver.org/)
218
- FORM_CAPTION = ' Bittorrent tracker editor (1.33.0/LCL ' +
219
- lcl_version + ' /FPC ' + { $I %FPCVERSION%} + ' )' ;
218
+ PROGRAM_VERSION = ' 1.33.1' ;
219
+
220
+ FORM_CAPTION = ' Bittorrent tracker editor (' + PROGRAM_VERSION +
221
+ ' /LCL ' + lcl_version + ' /FPC ' + { $I %FPCVERSION%} + ' )' ;
220
222
221
223
GROUPBOX_PRESENT_TRACKERS_CAPTION =
222
224
' Present trackers in all torrent files. Select the one that you want to keep. And added to all torrent files.' ;
You can’t perform that action at this time.
0 commit comments