Mercurial > hg > orthanc-stone
changeset 2024:e24e93418061 StoneWebViewer-2.5
StoneWebViewer-2.5
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 05 Dec 2022 08:15:09 +0100 |
parents | e0b7b2a8b914 |
children | 8ff083f67628 fd142a352480 |
files | Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/Version.cmake CITATION.cff |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/NEWS Sat Dec 03 21:00:36 2022 +0100 +++ b/Applications/StoneWebViewer/NEWS Mon Dec 05 08:15:09 2022 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.5 (2022-12-05) +======================== + * Click-drag is available on the vertical slider * Added key bindings: - Left/right arrows to change the active frame
--- a/Applications/StoneWebViewer/Version.cmake Sat Dec 03 21:00:36 2022 +0100 +++ b/Applications/StoneWebViewer/Version.cmake Mon Dec 05 08:15:09 2022 +0100 @@ -18,7 +18,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -set(STONE_WEB_VIEWER_VERSION "mainline") +set(STONE_WEB_VIEWER_VERSION "2.5") if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/CITATION.cff Sat Dec 03 21:00:36 2022 +0100 +++ b/CITATION.cff Mon Dec 05 08:15:09 2022 +0100 @@ -17,5 +17,5 @@ repository-code: 'https://hg.orthanc-server.com/orthanc-stone/' url: 'https://www.orthanc-server.com/' license: AGPL-3.0-or-later -version: 2.4 -date-released: 2022-11-02 +version: 2.5 +date-released: 2022-12-05