File tree 11 files changed +18
-14
lines changed
11 files changed +18
-14
lines changed Original file line number Diff line number Diff line change
1
+ ### v1.2.0
2
+ Feature: Send torrent magnet links to associated program
3
+ Fix: Results without recognizable category were rejected
4
+
1
5
### v1.1.4
2
6
Fix: Hide torrent black hole buttons for magnet links
3
7
Fix: Torrents were sometimes not correctly downloaded and would have extension .nzb
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.nzbhydra</groupId >
7
7
<artifactId >nzbhydra2</artifactId >
8
- <version >1.1.5-SNAPSHOT </version >
8
+ <version >1.2.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
83
83
<dependency >
84
84
<groupId >org.nzbhydra</groupId >
85
85
<artifactId >mapping</artifactId >
86
- <version >1.1.5-SNAPSHOT </version >
86
+ <version >1.2.0 </version >
87
87
</dependency >
88
88
89
89
<!-- spring (boot) -->
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "version" : " v1.1.5 " ,
3
+ "version" : " v1.2.0 " ,
4
4
"changes" : [
5
5
{
6
6
"type" : " feature" ,
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.nzbhydra</groupId >
47
47
<artifactId >mapping</artifactId >
48
- <version >1.1.5-SNAPSHOT </version >
48
+ <version >1.2.0 </version >
49
49
</dependency >
50
50
51
51
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >org.nzbhydra</groupId >
5
5
<artifactId >nzbhydra2</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.1.5-SNAPSHOT </version >
7
+ <version >1.2.0 </version >
8
8
9
9
<modules >
10
10
<module >shared</module >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.nzbhydra</groupId >
7
7
<artifactId >releases</artifactId >
8
- <version >1.1.5-SNAPSHOT </version >
8
+ <version >1.2.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >linux-release</artifactId >
15
15
<dependency >
16
16
<groupId >org.nzbhydra</groupId >
17
17
<artifactId >core</artifactId >
18
- <version >1.1.5-SNAPSHOT </version >
18
+ <version >1.2.0 </version >
19
19
</dependency >
20
20
</dependencies >
21
21
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.nzbhydra</groupId >
6
6
<artifactId >nzbhydra2</artifactId >
7
- <version >1.1.5-SNAPSHOT </version >
7
+ <version >1.2.0 </version >
8
8
</parent >
9
9
10
10
<artifactId >releases</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.nzbhydra</groupId >
7
7
<artifactId >releases</artifactId >
8
- <version >1.1.5-SNAPSHOT </version >
8
+ <version >1.2.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >windows-release</artifactId >
15
15
<dependency >
16
16
<groupId >org.nzbhydra</groupId >
17
17
<artifactId >core</artifactId >
18
- <version >1.1.5-SNAPSHOT </version >
18
+ <version >1.2.0 </version >
19
19
</dependency >
20
20
</dependencies >
21
21
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.nzbhydra</groupId >
7
7
<artifactId >shared</artifactId >
8
- <version >1.1.5-SNAPSHOT </version >
8
+ <version >1.2.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >mapping</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.nzbhydra</groupId >
6
6
<artifactId >nzbhydra2</artifactId >
7
- <version >1.1.5-SNAPSHOT </version >
7
+ <version >1.2.0 </version >
8
8
</parent >
9
9
10
10
<artifactId >shared</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.nzbhydra</groupId >
7
7
<artifactId >nzbhydra2</artifactId >
8
- <version >1.1.5-SNAPSHOT </version >
8
+ <version >1.2.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >tests</artifactId >
31
31
<dependency >
32
32
<groupId >org.nzbhydra</groupId >
33
33
<artifactId >core</artifactId >
34
- <version >1.1.5-SNAPSHOT </version >
34
+ <version >1.2.0 </version >
35
35
</dependency >
36
36
37
37
<dependency >
You can’t perform that action at this time.
0 commit comments