Skip to content

Commit

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

3.1.4
-----

* Changed: [:mod:`upload_stats.changes`] Add clarification for various settings.
* Changed: [:mod:`upload_stats.changes`] Updated :external+npc:doc:`npc <index>` to version :external+npc:ref:`0.4.0`

3.1.3
-----

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.4a0"
Version="3.1.4"
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.4a0"
version = "3.1.4"
description = "More detailed upload statistics for Nicotine+"
authors = ["Nachtalb <na@nachtalb.io>"]
license = "MIT"
Expand Down Expand Up @@ -55,6 +55,7 @@ ignore_missing_imports = true




[tool.poetry.group.docs.dependencies]
sphinx = "^7.4.7"
furo = "^2024.7.18"
Expand Down
4 changes: 4 additions & 0 deletions upload_stats/changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def my_function():
enough to be included in the changelog. For example, changes to the build system, or
changes to the documentation build process. These changes are documented in this file.
.. versionchanged:: 3.1.4 Add clarification for various settings.
.. versionchanged:: 3.1.4 Updated :external+npc:doc:`npc <index>` to version :external+npc:ref:`0.4.0`
.. versionchanged:: 3.1.3 Updated :external+npc:doc:`npc <index>` to version :external+npc:ref:`0.3.6`
Fixing issues with windowed messages not being displayed on Nicotine+ versions lower than 3.3.0.
Expand Down

0 comments on commit b7e8ea7

Please sign in to comment.