Skip to content

Releases: JYLinOK/Way

Way1.1.2 (Nov, 07, 2022)

Choose a tag to compare

@JYLinOK JYLinOK released this 07 Nov 13:39

Updation Note:

  1. Add the function of automatically rewrite the editable file like .js .css .py .txt .json .csv .xml .ts .c .go .c++ .java and so on.
  2. Add the function of automatically generate the static source files like .png .jpg .mp3 .mp4 .gif .ico .jpeg .wmv .pdf and so on.

By Jinwei Lin

Way1.1.1 (Nov, 06, 2022)

Choose a tag to compare

@JYLinOK JYLinOK released this 06 Nov 10:45
  1. updated the index.html display;
  2. simplified the the files and project folders.

Way1.1.0 (Dec, 28, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 28 Dec 14:45
33c73f5

Way1.1.0 by Jinwei Lin

  • Optimized some functions like get_html_add_segments() and delete_extra_files() .
  • Fixed the problem that ./wayrouter can only use double quotation marks when defining a path.
  • Fixed the issue that HTML files without way-tag in the ./htmledit folder would not be copied automatically.
  • Solve the problem of copying and naming files in ./htmledit folder under the module of non-automatic restart in Way operation.

Way1.0.9 (Dec, 23, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 23 Dec 10:06
6176f9c

Way1.0.9 by Jinwei Lin

  • Fixed a runtime case where get_sparate_set() could not find a file and threw an exception.
  • Fixed the the code ['auto_restart'] error of auto_restart = config_f_read_json['auto_restart'].
  • Changed the forder name of [config.json] to [wayconfig.json].
  • Fixed the the exception thrown by the [def now_update_scander(a_dir, edit_path)] when it scanning the multiple point path items.
  • Optimized the if_is_file function. [if_file() -> if_is_file()].
  • Adjust the wayconfig.json file speed to 1:1 (auto_generate_seed: auto_scaner_seed).
  • Multi-process setting has been changed from the original Pipe control mode to Queue control mode.
  • Optimized the welcome text printing with multi-process.
  • Optimized and enabled automatic browser opening function.
  • Set q_structure.join() to clarify communication control between parent and child processes.
  • Optimized automatic deletion function;
  • Optimized exception handling and auto-restart mechanism;
  • Fixed a bug in delete_extra_files() where files or folders to be deleted could not be found because they were deleted too quickly.
  • Fixed an exception when copying and naming files in ./htmledit folder when Way is running in the module without automatic restart.
  • Optimize parts of the function code.

Way1.0.8 (Dec, 18, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 05:18
675d434

Way1.0.8 by Jinwei Lin

  • Handled the bug that if there is a None-Content file in wayrouter, the exception will occur.

Way1.0.7 (Dec, 17, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 04:55
0c83fb0

Way1.0.7 by Jinwei Lin

  • Added the auto-restart function when meet exceptions.

Way1.0.6 (Dec, 16, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 04:50
8c66b5b

Updation Note:

  • Optimized the main modules.
  • Debugged the function of showing .jpg pictures.
  • Optimized the welcom text.

Dec, 16, 2021
(By Jinwei Lin:)

Way1.05 (Dec, 15, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 04:45
b35625f

From the version (way v1.05=1.05), the MAIN_LICENSES files comes into effect.

Updation Note:

  1. Optimized the main modules.
  2. Debugged the function of showing .jpg pictures.
  3. Optimized the welcom text.

Dec, 15, 2021
(By Jinwei Lin:)

Way1.04 (Dec, 14, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 04:34
6fe4041

Way1.04 by Jinwei Lin

  • Added and tested the auto-updation for the Way Auto-Router module.
  • Update the model website strcute
  • Tested the implements of appling the pictures, including the follow formats of: .ico, .png and .gif.

Way1.03 (Dec, 13, 2021)

Choose a tag to compare

@JYLinOK JYLinOK released this 18 Dec 04:25
d267e5a

Way1.03 by Jinwei Lin

  • Added and tested the Way Auto-Router function.
  • Changed the name of dir htmlways to htmlway.
  • Added the auto-updation for deep-dir in both htmledit and htmlway.
  • Added a new module of wayroad to save way router files.
  • Renew the definition of config.json.