Changelog
ccd3fc3
: bump: version 1.9
ef498a0
: perf: improvements in encryption
105c50c
: feat: use mapfile to load config
96da44d
: fix: use LC_NAME instead of LC_MESSAGES to discover UTF-8 in terminal
94eecc9
: feat: allow initial branch other than master
f2d56f6
: fix: rebuild errors when crypto config is present
a01f482
: config!: change show-untrusted-items to false by default
d651af2
: fix: keygen errors on already existent accounts
0ffa587
: doc: add a migration notes in tl-crypto.1
bc91425
: doc: add SECURITY changelog for the project
9fba4d6
: feat: add follow keys sub command
ee7c30b
: doc(crypto): add documentation for encryption features.
6ff2bcf
: fix(crypto)!: avoid importing key from different account
9d8dd45
: doc: add crypto feature documentation
7b5d03c
: fix: remove duplicated utf-8 entry in config
32e4fe6
: feat: add crypto support
6d07d9c
: style: detect utf-8 in locale and use prettier prefixes
f8b847c
: fix: missing requirement in dir search
e0fdc38
: fix: multiple matches in highlight
646069a
: feat: add --foreground option for daemon
a22c799
: style: print tags by default
8f6d7f8
: perf: some git performance config
3ed797a
: feat: add filter for flags and include some new alias
e34daca
: clean: remove unused function in timeline module
8fb2656
: fix: remove ANSI escape codes from CONTENT
a67fb39
: feat: add abbreviations
119ff23
: feat: ensure that account is not dirty
87310e6
: feat: text is now default filter
de17784
: feat: timeline filters accept now negative ones
c18b007
: fix: infinite loop when timestamp is duplicated
1aa19ab
: feat: add engagement filter option
96f4abb
: fix: repeated commit messages
dd2e9eb
: doc: add to README who to verify signature
d9f8cbf
: feat: add signture to master
Release notes
- Adding support for direct messages. Direct messages are, really, a public encrypted messages.
- Adding a security changelog
- Some minor improvements related with UTF-8
- Support daemon in foreground mode (to be used with systemd)