Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Releases: kkocdko/UniversalGUI

1.0.1.1

14 Jun 11:21
Compare
Choose a tag to compare

What's Update?

  • More organized interface.
  • More concise language dict formal.
  • Faster arguments concatenate.
  • Reduce resource consumption.

Bug Fix:

  • Missed check for custom thread count.
  • Some ui mistakes.

0.9.7.0

02 Feb 14:13
Compare
Choose a tag to compare

0.9.6.5

What's Update?

  • More steady.

Bug Fix:

  • If configfile directory is not writable, app will crash.

0.9.7.0

What's Update?

0.9.5.7

11 Nov 07:17
Compare
Choose a tag to compare

Bug Fix

  • When you press stop buttom, sometime app will try to kill system process(pid:0).
  • Task progress bar's size out of bounds.

0.9.5.4

27 Oct 07:02
Compare
Choose a tag to compare

What's Update?

  • More steady.
  • More beautiful icon.

0.9.5.0

23 Sep 03:13
Compare
Choose a tag to compare

What's New?

  • Forced stop.
  • Add a icon.

Bugs Fix

  • Stop function's many bug.

0.9.4.0

13 Sep 15:35
Compare
Choose a tag to compare

What's new?

  • Stop task halfway.

Bug Fix

  • If the processing speed is too fast, some files may be missing.

0.9.2.0

01 Sep 18:34
Compare
Choose a tag to compare

What's new?

  • Using menu to insert marks into args templet.
  • Simulate cmd function, enhance sometime compatibility.
  • Other changes.

Bug Fix

  • Some bug fix.

0.8.2.9

13 Aug 04:51
Compare
Choose a tag to compare

What's new?

  • Task bar progress. Like this:
    001
  • Other changes.

0.8.0.2

07 Aug 08:47
Compare
Choose a tag to compare

0.8.0.2

Bug Fix

  • If there is "^" in the file name,it will be lost,cause the incoming file name is not normal.

0.8.0.1

What's new

  • Multi-language support(Only en-US,zh-CN and zh-TW).
  • Other update.

Tips

  • You can add a key into Config.ini to assign a language forcibly.For example:
[Language]
Culture=en-US

0.7.7.2

30 Jul 09:11
Compare
Choose a tag to compare

What's Update?

  • Allow user-custom thread number.
  • Remember window's size.
  • Better inifile support.
  • Other improvement.

Bug Fix:

  • Really solved the progress-bar's problem.