Skip to content

Releases: lasercata/Typt

Typt_v1.0.2

31 May 09:34
077f6c9
Compare
Choose a tag to compare

Improvements

  • Adding cut, copy, paste and select all options in the edit menu ;

Corrections

  • The character count now distinguishes characters and graphic characters.

by Elerias

Typt_v1.0.1

25 May 21:56
fd8f72c
Compare
Choose a tag to compare

Improvements

  • When opening a file or saving, the program remember the location ;
  • When opening a file, try to decrypt it only if its extention is '.typt' (ext == '.typt' instead of ext != '.txt') ;
  • Adding a Set password action in Encryption menu ;
  • It is possible to save unencrypted files, just select an other extention than .typt when saving ;
  • Adding a label to see if there is a password set ;

Corrections

  • Saving and encrypting file using bytes mode.

Typt_v1.0.0

23 May 17:52
72ca781
Compare
Choose a tag to compare

Initial version of Typt.

  • Secure raw text editor ;
  • Save files encrypted with AES-256-CBC ;
  • Can open multiple files in multiples tabs ;
  • Drag and drop file open it in a new tab.