From e939712a284dff9af6d81cc1fcd4e7f7ec9ad503 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 17 Feb 2023 22:52:05 +0100 Subject: project: release v2.2 --- changelog.md | 5 +++++ compiler/ldgallery.1.md | 4 ++-- compiler/package.yaml | 4 ++-- flake.nix | 4 ++-- ldgallery-quickstart.7.md | 4 ++-- readme.md | 2 +- viewer/ldgallery-viewer.7.md | 4 ++-- viewer/package.json | 2 +- 8 files changed, 17 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 07a6d3a..ea2385e 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ release. Releases are tracked and referred to using git tags. ## [next release] + +- _None yet._ + + +## v2.2 - 2023-02-17 - New features: - viewer: add `CTRL-K` keyboard shortcut for quick search. - viewer: added a button to download the current item. diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 2e247cd..908715f 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md @@ -2,7 +2,7 @@ pagetitle: Compiler user manual - ldgallery title: LDGALLERY(1) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-09-04 (v2.1) +date: 2023-02-17 (v2.2) --- @@ -187,7 +187,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/compiler/package.yaml b/compiler/package.yaml index 4b749e1..d7c07e9 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -1,10 +1,10 @@ name: ldgallery-compiler -version: 2.1 +version: 2.2 homepage: https://ldgallery.pacien.org github: "pacien/ldgallery" license: AGPL-3.0-only author: "Pacien TRAN-GIRARD, Guillaume FOUET" -copyright: "2019-2021 Pacien TRAN-GIRARD, Guillaume FOUET" +copyright: "2019-2023 Pacien TRAN-GIRARD, Guillaume FOUET" extra-source-files: - readme.md diff --git a/flake.nix b/flake.nix index 714e26d..a5a4f46 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ # ldgallery - A static generator which turns a collection of tagged # pictures into a searchable web gallery. # -# Copyright (C) 2019-2022 Pacien TRAN-GIRARD +# Copyright (C) 2019-2023 Pacien TRAN-GIRARD # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -29,7 +29,7 @@ outputs = { self, nixpkgs, flake-utils, flaky-utils }: flake-utils.lib.eachDefaultSystem (system: let pkgs = nixpkgs.legacyPackages.${system}; - ldgalleryVersion = "2.1"; + ldgalleryVersion = "2.2"; devTools = with pkgs; [ # generic tmux diff --git a/ldgallery-quickstart.7.md b/ldgallery-quickstart.7.md index 3818a82..d6a6660 100644 --- a/ldgallery-quickstart.7.md +++ b/ldgallery-quickstart.7.md @@ -2,7 +2,7 @@ pagetitle: Quickstart guide - ldgallery title: LDGALLERY-QUICKSTART(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-09-04 (v2.1) +date: 2023-02-17 (v2.2) --- # ABOUT @@ -115,7 +115,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/readme.md b/readme.md index 0d4ed9f..906f8eb 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ pandoc --standalone --to man viewer/ldgallery-viewer.7.md --output ldgallery-vie Copyright and license --------------------- -Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. _ldgallery_ is distributed under the terms of the GNU Affero General Public License v3.0, as detailed in `license.md`. diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index afdaec5..ad36f7f 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md @@ -2,7 +2,7 @@ pagetitle: Viewer user manual - ldgallery title: LDGALLERY-VIEWER(7) ldgallery author: Pacien TRAN-GIRARD, Guillaume FOUET -date: 2022-10-30 (v2.1-SNAPSHOT) +date: 2023-02-17 (v2.2) --- @@ -169,7 +169,7 @@ The ldgallery source code is available on . # LICENSE -Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. +Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/viewer/package.json b/viewer/package.json index 4647eaa..36c35fb 100644 --- a/viewer/package.json +++ b/viewer/package.json @@ -1,6 +1,6 @@ { "name": "ldgallery-viewer", - "version": "2.1.0", + "version": "2.2.0", "private": true, "scripts": { "serve": "vue-cli-service serve", -- cgit v1.2.3