Skip to content

Releases: CoolPlayLin/Technology-Note

Technology-Note V0.1.0

18 Mar 10:50
Compare
Choose a tag to compare
Pre-release

Full Changes

0.0.6...0.1.0

Technology-Note V0.0.6

23 Jan 13:09
Compare
Choose a tag to compare
Pre-release

Update Log

  • NEW: Add spider module
  • NEW: Class Encrypt can output encrypted characters using Base64
  • Optimize: Refine the custom error types
  • Change: Add more function document and add Base64 Decrypt.
  • Update: Optimize the Spider module

Technology-Note V0.0.5

18 Jan 02:52
Compare
Choose a tag to compare
Pre-release

Update Log

  • Changes: Optimized some features
  • New: Added fence encryption and decryption
  • Optimize: Some functions implement logic

Technology-Note V0.0.4

13 Jan 02:09
Compare
Choose a tag to compare
Pre-release

Update Log

  • Adjust: Integration of data interfaces, change of object names (no longer compatible with previous versions)
  • Optimize: Consolidate repeatedly called code and handle them centrally
  • Change: Function name (no longer compatible with previous versions)
  • New: Class Decrypt

Technology-Note V0.0.3

04 Jan 12:47
Compare
Choose a tag to compare
Pre-release

Update Log

  • Add: Changelog
  • Optimized: The Encrypt class adds constructors
  • Change: Update the directory structure and optimize Setup.py files
  • Optimize: Adjust the module structure
  • Adjust: Structure of the password object (this means that older versions will not be compatible)
  • New: Encrypt function in Encrypt objects
  • New: Encrypt's Retain schema, Encrypt function documentation.

Technology-Note V0.0.2

01 Jan 06:05
Compare
Choose a tag to compare
Pre-release

Update Log

  • Add documentation to the function to make it easier to use
  • Add new password module
  • Add Encrypt-like and Caesar cipher generation algorithms

Technology-Note V0.0.1

24 Dec 03:41
Compare
Choose a tag to compare
Pre-release

Initial Release Log

  • Add math module
  • The math module adds PascalTriangle and PascalTriangle_Loop functions
  • Disclose the MIT license used in this project