Skip to content

Commit 0572226

Browse files
authored
Version 3.3.6 (#3155)
1 parent b28747c commit 0572226

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The current stable version of Nicotine+ is available at [DOWNLOADS.md](doc/DOWNL
55
You can run the latest unstable build of Nicotine+ to test recent changes and bug fixes, see [TESTING.md](doc/TESTING.md).
66

77

8-
## Version 3.3.6 (Release Candidate 1)
8+
## Version 3.3.6 (October 15, 2024)
99

1010
### Changes
1111

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,13 @@ and [source code](https://github.com/nicotine-plus/nicotine-plus).
1818

1919
## Download
2020

21-
The current stable version of Nicotine+ is 3.3.5, released on September 22, 2024. See
22-
the [release notes](NEWS.md).
21+
> **IMPORTANT**: If you are using Nicotine+ 3.3.5 and have set a custom folder
22+
> for incomplete downloads, please force quit Nicotine+ and upgrade to 3.3.6
23+
> immediately, to prevent a data loss issue where unrelated files in the folder
24+
> were removed.
25+
26+
The current stable version of Nicotine+ is 3.3.6, released on October 15, 2024.
27+
See the [release notes](NEWS.md).
2328

2429
Downloads are available for:
2530

data/org.nicotine_plus.Nicotine.appdata.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@
8282
<content_attribute id="social-info">mild</content_attribute>
8383
</content_rating>
8484
<releases>
85-
<release version="3.3.6rc1" type="development" date="2024-10-08"/>
86-
<release version="3.3.5" date="2024-09-22">
85+
<release version="3.3.6" date="2024-10-15">
8786
<url>https://nicotine-plus.org/NEWS</url>
8887
</release>
88+
<release version="3.3.5" date="2024-09-22"/>
8989
<release version="3.3.4" date="2024-05-06"/>
9090
<release version="3.3.3" date="2024-05-05"/>
9191
<release version="3.3.2" date="2024-02-25"/>

debian/changelog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nicotine (3.3.6-rc1) noble; urgency=medium
1+
nicotine (3.3.6-1) noble; urgency=medium
22

3-
* Release candidate 1.
3+
* Latest upstream.
44

5-
-- Mat <mail@mathias.is> Tue, 08 Oct 2024 02:00:43 +0300
5+
-- Mat <mail@mathias.is> Tue, 15 Oct 2024 17:08:09 +0300
66

77
nicotine (3.3.5-1) noble; urgency=medium
88

pynicotine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
__application_name__ = "Nicotine+"
2020
__application_id__ = "org.nicotine_plus.Nicotine"
21-
__version__ = "3.3.6rc1"
21+
__version__ = "3.3.6"
2222
__author__ = "Nicotine+ Team"
2323
__copyright__ = """© 2004–2024 Nicotine+ Contributors
2424
© 2003–2004 Nicotine Contributors

0 commit comments

Comments
 (0)