Skip to content

Commit

Permalink
Bump version to 3.1.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtalb committed Jul 29, 2024
1 parent 4b6b4d7 commit c38c422
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

3.1.2
-----

* Changed: [:meth:`upload_stats.Plugin.build_html`] Added version of Plugin, Nicotine+ and Python to the page.
* Changed: [:meth:`upload_stats.Plugin.icons`] Fixed path to images. Making icons work again.
* Added: [:meth:`upload_stats.Plugin.settings_changed`] Rebuild page on theme change.

3.1.1
-----

Expand Down
2 changes: 1 addition & 1 deletion PLUGININFO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version="3.1.2a0"
Version="3.1.2"
Authors=['Nachtalb']
Name="Upload Statistics"
Description="Collect more detailed upload statistics.\n\n## Info ##\n\n⚠ No data previous to enabling this plugin will be available.\n⚠ Some data in the statistics may be hidden to not create an unnecessarily huge page. You can disable this by disabling auto thresholding in the preferences and setting the manual thresholds to 0.\n\n\n## Usage ##\n\n- Type ``/up-open`` into a chat message and hit enter.\n\n- Use ``/up-reset`` to reset the statistics (a backup will be created beforhand).\n\n- Use ``/help`` to get more information about other commands. Or ``/up-help`` on N+ versions below 3.3.0.\n\n\n## Credit ##\n\nAuthor: https://github.com/Nachtalb\nSource: https://github.com/Nachtalb/more-upload-stats\n"
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upload_stats"
version = "3.1.2a0"
version = "3.1.2"
description = "More detailed upload statistics for Nicotine+"
authors = ["Nachtalb <na@nachtalb.io>"]
license = "MIT"
Expand Down Expand Up @@ -51,6 +51,7 @@ ignore_missing_imports = true




[tool.poetry.group.docs.dependencies]
sphinx = "^7.4.7"
furo = "^2024.7.18"
Expand Down

0 comments on commit c38c422

Please sign in to comment.