Skip to content

Commit 2627a0b

Browse files
Update version (1.32.0.Beta.6) -> (1.33.0)
1 parent 92f9927 commit 2627a0b

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,20 @@ There is no backup function in this software. Use it at your own risk. Bittorren
4848

4949
## Software history: ##
5050

51-
### 1.33.0.beta.6 ###
51+
### 1.33.0 ###
52+
* ADD: Support for OpenSSL 3
53+
* FIX: Handle dark theme on MacOS. ([Issue 49](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/49))
5254
* ADD: Direct download support for ngosang via menu.
5355
* ADD: Extra tabpage 'private torrent'. For issue 31 and 34
5456
* ADD: Check box 'Skip Announce Check in the URL' ([Issue 31](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/31))
5557
* ADD: Command parameter '-SAC' -> 'Skip Announce Check' in the URL ([Issue 31](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/31))
5658
* ADD: Support 'Info Source' tag for private trackers ([Issue 34](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/34))
5759
* ADD: Command parameter '-SOURCE' -> info Source tag for private trackers. See readme.txt file ([Issue 34](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/34))
58-
59-
### 1.33.0.beta.5 ###
6060
* FiX: support for '/announce.php'([Issue 27](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/27))
61-
62-
### 1.33.0.beta.4 ###
6361
* FIX: There was an issue with uploading tracker list to newTrackon.
64-
65-
### 1.33.0.beta.3 ###
6662
* FIX: WebTorrent do not have '/announce' ([Issue 24](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/24))
67-
68-
### 1.33.0.beta.2 ###
6963
* ADD: Wrong tracker URL format from torrent files should be unselected by default ([Issue 22](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/22))
7064
* ADD: Upload trackers to newTrackon ([Issue 23](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/23))
71-
72-
### 1.33.0.beta.1 ###
7365
* ADD: Verify the working status of public trackers. (Data from newTrackon) ([Issue 21](https://github.com/GerryFerdinandus/bittorrent-tracker-editor/issues/21))
7466

7567
### 1.32.0 ###

enduser/version.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ADD: Command parameter '-SAC' -> 'Skip Announce Check' in the URL (Issue 31)
1010
ADD: Support 'Info Source' tag for private trackers (issue 34)
1111
ADD: Command parameter '-SOURCE' -> info Source tag for private trackers. See readme.txt file (issue 34)
1212
ADD: Direct download support for ngosang via menu (Issue 35)
13-
Compiler Lazarus: v2.04
13+
ADD: Support for OpenSSL 3
14+
FIX: Handle dark theme on MacOS. (Issue 49)
15+
Compiler Lazarus: v2.26
1416

1517
------ Version 1.32
1618
ADD: Add more options for updating the torrent tracker list. (Issue 8)

source/code/main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ implementation
215215
);
216216

217217
//program name and version (http://semver.org/)
218-
FORM_CAPTION = 'Bittorrent tracker editor (1.33.0.beta.6/LCL ' +
218+
FORM_CAPTION = 'Bittorrent tracker editor (1.33.0/LCL ' +
219219
lcl_version + '/FPC ' + {$I %FPCVERSION%} + ')';
220220

221221
GROUPBOX_PRESENT_TRACKERS_CAPTION =

0 commit comments

Comments
 (0)