File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77------------------------
88
9- ## [ v0.15.0] ( https://github.com/shaarli/Shaarli/releases/tag/v0.15.0 ) - UNRELEASED
9+ ## [ v0.15.0] ( https://github.com/shaarli/Shaarli/releases/tag/v0.15.0 ) - 2025-08-16
1010
1111### Added
1212
@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232* fix reflected XSS via searchtags parameter*
3333* keep private links number private
3434
35+ ** Full Changelog** : https://github.com/shaarli/Shaarli/compare/v0.14.0...v0.15.0
36+
37+
3538------------------------
3639
3740## [ v0.14.0] ( https://github.com/shaarli/Shaarli/releases/tag/v0.14.0 ) - 2024-12-08
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ _Do you want to share the links you discover?_
66_ Shaarli is a minimalist link sharing service that you can install on your own server._
77_ It is designed to be personal (single-user), fast and handy._
88
9- [ ![ ] ( https://img.shields.io/badge/release-v0.14 .0-blue.svg )] ( https://github.com/shaarli/Shaarli/releases/tag/v0.14 .0 )
10- [ ![ ] ( https://img.shields.io/badge/master-v0.14 .x-blue.svg )] ( https://github.com/shaarli/Shaarli )
9+ [ ![ ] ( https://img.shields.io/badge/release-v0.15 .0-blue.svg )] ( https://github.com/shaarli/Shaarli/releases/tag/v0.15 .0 )
10+ [ ![ ] ( https://img.shields.io/badge/master-v0.15 .x-blue.svg )] ( https://github.com/shaarli/Shaarli )
1111[ ![ ] ( https://github.com/shaarli/Shaarli/actions/workflows/ci.yml/badge.svg )] ( https://github.com/shaarli/Shaarli/actions )
1212[ ![ ] ( https://github.com/shaarli/Shaarli/actions/workflows/trivy-release.yml/badge.svg )] ( https://github.com/shaarli/Shaarli/actions )
1313[ ![ Join the chat at https://gitter.im/shaarli/Shaarli ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/shaarli/Shaarli )
Original file line number Diff line number Diff line change 22# https://www.sphinx-doc.org/en/master/usage/configuration.html
33project = 'shaarli'
44author = 'shaarli community'
5- version = '0.12.2 '
6- release = '0.12.2 '
5+ version = '0.15.0 '
6+ release = '0.15.0 '
77copyright = '2011-2023, the shaarli community'
88language = 'en'
99html_title = 'Shaarli documentation'
Original file line number Diff line number Diff line change 1- <?php /* dev */ ?>
1+ <?php /* 0.15.0 */ ?>
You can’t perform that action at this time.
0 commit comments