Skip to content

Commit

Permalink
Update changelog and default configuration (and docs for apps configu…
Browse files Browse the repository at this point in the history
…ration)
  • Loading branch information
tomvlk committed Apr 13, 2022
1 parent 5e934ea commit 4e7d42b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.10.0
------

Apps
~~~~

* NEW APP: Trackmania Rankings. Add it now to your apps setting: pyplanet.apps.contrib.rankings
* Add setting for music app to override the map music.


0.9.17
------

Expand Down
10 changes: 9 additions & 1 deletion docs/source/intro/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ The order doesn't make a difference when starting/loading PyPlanet.
# New since 0.8.0:
'pyplanet.apps.contrib.funcmd',
# New since 0.10.0:
'pyplanet.apps.contrib.rankings',
],
}
Expand Down Expand Up @@ -560,6 +563,9 @@ The order doesn't make a difference when starting/loading PyPlanet.
# New since 0.8.0:
- 'pyplanet.apps.contrib.funcmd
# New since 0.10.0:
- 'pyplanet.apps.contrib.rankings'
.. code-block:: json
:caption: apps.json
Expand Down Expand Up @@ -587,7 +593,9 @@ The order doesn't make a difference when starting/loading PyPlanet.
"pyplanet.apps.contrib.ads",
"pyplanet.apps.contrib.music_server",
"pyplanet.apps.contrib.funcmd"
"pyplanet.apps.contrib.funcmd",
"pyplanet.apps.contrib.rankings"
]
}
}
Expand Down
3 changes: 3 additions & 0 deletions pyplanet/conf/project_template/settings/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@

# Music Server App. Enable to queue your music together on the server.
# 'pyplanet.apps.contrib.music_server',

# New since 0.10.0, rankings:
'pyplanet.apps.contrib.rankings',
]
}

0 comments on commit 4e7d42b

Please sign in to comment.