Skip to content

Commit

Permalink
updated for release
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
jaromil committed Jul 12, 2024
1 parent bae8af3 commit 2b75962
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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
### Sep 2023

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
```
$ 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.

Expand All @@ -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.

## [More info on dyne.org/software/tomb](https://dyne.org/software/tomb)
## [More info on dyne.org/tomb](https://dyne.org/tomb)

4 changes: 2 additions & 2 deletions tomb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

# {{{ Global variables

typeset VERSION="2.10.0"
typeset DATE="Sep/2023"
typeset VERSION="2.11.0"
typeset DATE="Jul/2024"
typeset TOMBEXEC=$0
typeset TMPDIR=${${TMPPREFIX%/*}:-/tmp}
# TODO: configure which tmp dir to use from a cli flag
Expand Down

0 comments on commit 2b75962

Please sign in to comment.