Releases: A-G-D/Cryptext
Releases · A-G-D/Cryptext
Cryptext v1.4.2
Cryptext v1.4.1
01/21/2020
- Bug fixed regarding the incorrect translation of input text in some cases when deleting from the input text
- Better prompt messages and updated the string table
- Other important fixes and changes
Cryptext v1.4.0
01/21/2020
- Translation files are now stored on a Cryptext archive (czip) file
- Added possibility for fixed-length translations (no letter separator character needed)
- Added additional options for layout tweaking
- Background Image (BackImage)
- Background Image Layout (BackImageLayout)
- Window Width (Width)
- Window Height (Height)
- Control Width (Width)
- Control Height (Height)
- Control X-Offset (Left)
- Control Y-Offset (Top)
- Fixed a bug regarding improper translation when deleting the first character of a two-character input string
- Code-level optimizations
- Other changes
Cryptext v1.3.1
04/23/2019
- Smoother startup when the program is started to load a file
- Disabled text wrapping for textboxes
- Significant source code level changes
Cryptext v1.3.0
04/14/2019
- The program can now be used to load files at startup using the "Open With" option in the context menu
- Loading translation files (.trln) will load the file under the "Translation Files" menu at program startup
- Loading cryptext keys (.ckey) will try to find and load its corresponding .txt file under the "Text Files" menu at program startup
- Loading text files (.txt) will try to find its corresponding key file to load the text under the "Text Files" menu at program startup
- When loading text files with no corresponding keys, the text file will be loaded into the sticky note area of the program instead at startup
- Fixed an unhandled exception regarding the plain text editor on first program run
- Changes on the source code level
- Updated the program icon
- Other changes
Cryptext v1.2.1
04/01/2019
- Fixed a bug regarding the creation of file for the plain text editor
- Added an icon for the application as well as the executable file
Cryptext v1.2.0
03/31/2019
- Added a bidirectional translator (text to equivalent code translation and vice-versa)
- Added a plain text editor with auto-save feature (Press Alt+N to go to the editor and press ESC to go back to previous page)
- Other changes
Cryptext v1.1.0
03/26/2019
- Added more configuration fields to the external layout editor
- Added an in-app "About" section
- Fixed/Removed unnecessary values from the stringtable
- Other minor changes
Cryptext v1.0.0
03/21/2019
- Initial Release