Prepare release 1.18.
This commit is contained in:
parent
17ce5cc126
commit
1d523a0495
2 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
ChangeLog
|
ChangeLog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
1.18
|
1.18 - released 2025-01-06
|
||||||
----
|
--------------------------
|
||||||
|
|
||||||
* fix typo in members-print
|
* fix typo in members-print
|
||||||
* create LaTeX source of general meeting attendance sheet
|
* create LaTeX source of general meeting attendance sheet
|
||||||
* add expected income, cash flow and average age to stats
|
* add expected income, cash flow and average age to stats
|
||||||
|
* add QR code payment in CZK on members' payments pages'
|
||||||
|
|
||||||
1.17 - released 2024-10-01
|
1.17 - released 2024-10-01
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
;;
|
;;
|
||||||
;; ISC License
|
;; ISC License
|
||||||
;;
|
;;
|
||||||
;; Copyright 2023 Brmlab, z.s.
|
;; Copyright 2023-2025 Brmlab, z.s.
|
||||||
;; Dominik Pantůček <dominik.pantucek@trustica.cz>
|
;; Dominik Pantůček <dominik.pantucek@trustica.cz>
|
||||||
;;
|
;;
|
||||||
;; Permission to use, copy, modify, and/or distribute this software
|
;; Permission to use, copy, modify, and/or distribute this software
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
(chicken format))
|
(chicken format))
|
||||||
|
|
||||||
;; Short banner
|
;; Short banner
|
||||||
(define banner-line "HackerBase 1.18-dev (c) 2023-2025 Brmlab, z.s.")
|
(define banner-line "HackerBase 1.18 (c) 2023-2025 Brmlab, z.s.")
|
||||||
|
|
||||||
;; Banner source with numbers for ANSI CSI SGR
|
;; Banner source with numbers for ANSI CSI SGR
|
||||||
(define banner-source "
|
(define banner-source "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue