Tags give the ability to mark specific points in history as being important
-
1.16
c66dc862 · ·The previous use of anonymous tokens was error-prone and slow, as encryption was performed during usage. Additionally, new features required new processes to handle anonymous tokens on the server side. This update moves the cryptographic operations to background tasks. The extension now uses anonymous tokens to create temporary MetaGer keys with no connection to the main key. These keys are exchanged regularly and used for authorization. Anonymity is preserved, but performance is now significantly faster and more stable.