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/).
6
6
7
7
------------------------
8
8
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
10
10
11
11
### Added
12
12
@@ -32,6 +32,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
32
* fix reflected XSS via searchtags parameter*
33
33
* keep private links number private
34
34
35
+ ** Full Changelog** : https://github.com/shaarli/Shaarli/compare/v0.14.0...v0.15.0
36
+
37
+
35
38
------------------------
36
39
37
40
## [ 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?_
6
6
_ Shaarli is a minimalist link sharing service that you can install on your own server._
7
7
_ It is designed to be personal (single-user), fast and handy._
8
8
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 )
11
11
[ ![ ] ( https://github.com/shaarli/Shaarli/actions/workflows/ci.yml/badge.svg )] ( https://github.com/shaarli/Shaarli/actions )
12
12
[ ![ ] ( https://github.com/shaarli/Shaarli/actions/workflows/trivy-release.yml/badge.svg )] ( https://github.com/shaarli/Shaarli/actions )
13
13
[ ![ 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 2
2
# https://www.sphinx-doc.org/en/master/usage/configuration.html
3
3
project = 'shaarli'
4
4
author = 'shaarli community'
5
- version = '0.12.2 '
6
- release = '0.12.2 '
5
+ version = '0.15.0 '
6
+ release = '0.15.0 '
7
7
copyright = '2011-2023, the shaarli community'
8
8
language = 'en'
9
9
html_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