mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-21 20:15:13 +00:00
updated for release
version bump
This commit is contained in:
parent
bae8af351b
commit
2b75962e54
14
ChangeLog.md
14
ChangeLog.md
@ -1,5 +1,19 @@
|
|||||||
# Tomb ChangeLog
|
# Tomb ChangeLog
|
||||||
|
|
||||||
|
## 2.11
|
||||||
|
### July 2024
|
||||||
|
|
||||||
|
Search engine is upgraded to use recoll, based on xapian backend:
|
||||||
|
offers a GUI and is more up to date, replaces swish-e. Various fixes
|
||||||
|
include a better default of 3 rounds for Argon2 KDF, improved support
|
||||||
|
for cloakify which is now shipped in tomb/extras, new support for
|
||||||
|
pinentry-tty useful for some headless systems and terminals over
|
||||||
|
serial port, improved usage on machines without sudo and support
|
||||||
|
bind-hooks on folders containing spaces in their names. Also the
|
||||||
|
translations to some other languages were improved. All documentation
|
||||||
|
was revisited and reorganized, manpage corrected in some parts and a
|
||||||
|
new homepage is up at https://dyne.org/tomb
|
||||||
|
|
||||||
## 2.10
|
## 2.10
|
||||||
### Sep 2023
|
### Sep 2023
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
|
|||||||
```
|
```
|
||||||
$ tomb slam
|
$ tomb slam
|
||||||
```
|
```
|
||||||
## [Get started on dyne.org/software/tomb](https://dyne.org/software/tomb)
|
## [Get started on dyne.org/tomb](https://dyne.org/tomb)
|
||||||
|
|
||||||
<a href="https://dyne.org/software/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
|
<a href="https://dyne.org/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
|
||||||
|
|
||||||
All information is found on our website.
|
All information is found on our website.
|
||||||
|
|
||||||
@ -54,5 +54,5 @@ There is also a [space for discussion](https://github.com/dyne/Tomb/discussions)
|
|||||||
|
|
||||||
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
|
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
|
||||||
|
|
||||||
## [More info on dyne.org/software/tomb](https://dyne.org/software/tomb)
|
## [More info on dyne.org/tomb](https://dyne.org/tomb)
|
||||||
|
|
||||||
|
4
tomb
4
tomb
@ -30,8 +30,8 @@
|
|||||||
|
|
||||||
# {{{ Global variables
|
# {{{ Global variables
|
||||||
|
|
||||||
typeset VERSION="2.10.0"
|
typeset VERSION="2.11.0"
|
||||||
typeset DATE="Sep/2023"
|
typeset DATE="Jul/2024"
|
||||||
typeset TOMBEXEC=$0
|
typeset TOMBEXEC=$0
|
||||||
typeset TMPDIR=${${TMPPREFIX%/*}:-/tmp}
|
typeset TMPDIR=${${TMPPREFIX%/*}:-/tmp}
|
||||||
# TODO: configure which tmp dir to use from a cli flag
|
# TODO: configure which tmp dir to use from a cli flag
|
||||||
|
Loading…
Reference in New Issue
Block a user