mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Release v0.13.1
This commit is contained in:
parent
34b691cb7c
commit
7679ba277a
@ -1,10 +1,13 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.13.1] - 2017-01-22
|
||||||
|
### Added
|
||||||
|
- Added new locale for Japanese (ja).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- setup: Fixed an infinite redirect in a rare case.
|
- setup: Fixed an infinite redirect in a rare case.
|
||||||
- Fixed for URLs referencing jsxc JS and CSS files.
|
- Fixed URLs referencing jsxc JS and CSS files.
|
||||||
- setup.py: Install all first-run scripts for freedombox-setup.
|
- setup.py: Install all first-run scripts for freedombox-setup.
|
||||||
- ikiwiki: Fixed showing icon for newly created wiki/blog.
|
- ikiwiki: Fixed showing icon for newly created wiki/blog.
|
||||||
|
|
||||||
@ -189,7 +192,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Fixed issue that could allow someone to start a module setup process
|
- Fixed issue that could allow someone to start a module setup process
|
||||||
without being logged in to Plinth.
|
without being logged in to Plinth.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/freedombox/Plinth/compare/v0.13.0...HEAD
|
[0.13.1]: https://github.com/freedombox/Plinth/compare/v0.13.0...v0.13.1
|
||||||
[0.13.0]: https://github.com/freedombox/Plinth/compare/v0.12.0...v0.13.0
|
[0.13.0]: https://github.com/freedombox/Plinth/compare/v0.12.0...v0.13.0
|
||||||
[0.12.0]: https://github.com/freedombox/Plinth/compare/v0.11.0...v0.12.0
|
[0.12.0]: https://github.com/freedombox/Plinth/compare/v0.11.0...v0.12.0
|
||||||
[0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0
|
[0.11.0]: https://github.com/freedombox/Plinth/compare/v0.10.0...v0.11.0
|
||||||
|
|||||||
@ -19,4 +19,4 @@
|
|||||||
Plinth package init file
|
Plinth package init file
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.13.0'
|
__version__ = '0.13.1'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user