Skip to content

Releases: Timothy-Liuxf/FrameRateTask

v1.2.0

Choose a tag to compare

@Timothy-Liuxf Timothy-Liuxf released this 04 Dec 08:02
6b1f70a

Changes

  • Change - Removed the restriction that the time interval must be less than 1s
  • Document - Perfect the introduction in README
  • Document - Perfect the XML documentation in C# Code
  • Example - Add code examples of usage

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.2

Choose a tag to compare

@Timothy-Liuxf Timothy-Liuxf released this 18 Jul 03:06
6c65569

Changes

  • Document - Split README in English and Chinese into two files
  • Document - Fix some syntax errors in XML comments
  • Document - Add new project url
  • Authority - Correct the mistake of author name

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.1

Choose a tag to compare

@Timothy-Liuxf Timothy-Liuxf released this 27 Mar 13:53
b74709a

Changes

  • Package - Add package description

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.1.0

Choose a tag to compare

@Timothy-Liuxf Timothy-Liuxf released this 25 Mar 20:36
8181eeb

Changes

  • Fix - Fixed data race in concurrency envirenment
  • Change - Remove public API BeginTickCount and LastLoopEndingTickCount

Known bugs

  • Modify AllowTimeExceed, TimeExceedAction, MaxTolerantTimeExceedCount after the task starts will cause data race (which is forbidden on .NET 5 or higher target)

v1.0.0

Choose a tag to compare

@Timothy-Liuxf Timothy-Liuxf released this 09 Mar 12:35
2772320
Merge pull request #18 from Timothy-LiuXuefeng/master

ci: publish to nuget.org