Skip to content

Releases: DRincs-Productions/DS-toolkit

v2.0.4

15 Apr 08:44
Compare
Choose a tag to compare

v2.0.3

16 Jan 17:47
Compare
Choose a tag to compare

Updating dependencies

Full Changelog: v2.0.2...v2.0.3

v2.0.2

13 Jan 19:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

29 Dec 17:41
Compare
Choose a tag to compare
  • Fix Menu Close

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Dec 10:29
Compare
Choose a tag to compare

There have been many changes for this reason I advise you to be very careful if you intend to update your version

Install Manual

You can install this version only manually:

Or you can use git submodule, but for install Install LTS Version

Migrations

Migrations

Use search and replace of vscode with regex functionality enabled

image

updateFlags

  • updateFlags\((.*)\)
  • update_flags($1)

getFlags

  • getFlags\((.*)\)
  • get_flags($1)

setFlags

  • setFlags\((.*)\)
  • set_flags($1)

notifyEx

  • notifyEx\((.*)\)
  • notify_add($1)

notifyExPreventsLoops

  • notifyExPreventsLoops\((.*)\)
  • notify_prevents_loops($1)

notifyExClean

  • notifyExClean\((.*)\)
  • notify_remove($1)

GENDER_TYPE

  • GENDER_TYPE
  • GenderEnum

gender_attracted

  • gender_attracted
  • attraction_genders

What's Changed

New Contributors

Full Changelog: https://github.com/DRincs-Productions/DS-toolkit/commits/v2.0.0

Code Snippets v2.0.0

28 Sep 08:14
Compare
Choose a tag to compare

This is the release of code-snippets designed for VS Code.

Download it and extract the files in the project folder. so /.vscode/***.code-snippets

v1.0.2

30 Oct 20:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Oct 10:39
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Varius Fix

v1.0.0

26 Jul 20:44
Compare
Choose a tag to compare
git checkout -b DS-toolkit
git checkout DS-toolkit
git pull https://github.com/DRincs-Productions/DS-toolkit.git v1.0.0 --allow-unrelated-histories

What's Changed

  • 2 relaction class improvement by @donrp in #3
  • 4 characterinfo class improvement by @donrp in #5
  • 6 statistic class improvement by @donrp in #8

New Contributors

  • @donrp made their first contribution in #3

Full Changelog: https://github.com/DRincs-Productions/DS-toolkit/commits/v1.0.0