Skip to content
Snippets Groups Projects
CHANGELOG.md 494 KiB
Newer Older
shikiyoku's avatar
shikiyoku committed
# CHANGELOG

johndoe80's avatar
johndoe80 committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
## 0.3.3.4
- Fixed a bug that prevented Sydney properly asking an initiate PC if they want to walk to the temple. Thanks to mabordo and PurityGuy.
- Fixed an error found when wearing the monster hoodie with a flat chest.
- Fixed a bug with the collared molestation event. Thanks to braymann.
- The keyhole dress is now considered feminine. Thanks to braymann.

Thanks to PurityGuy for the following fixes:
- Fixed the player being unable to get their own semen on their right hand.
- Sydney can no longer erase tattoos with their pen.
- Fixed a duplicated line when getting Sydney off as they spank you.
- Sydney should now refer to the player's chastity belt and clothing properly.
- Fixed a potential issue with Sydney helping to clean the garden and quarters.


## 0.3.3.3
- Thanks to Crimson Tide for code optimisation.
- Added a one-time reaction to Kylar seeing their name tattooed on you, decreasing jealousy. Thanks to Crimson Tide.

### Balance changes
- Robin's lemonade will no longer encourage rebelliousness among the orphans.
- Waving back to students who recognise you will reduce less stress.

### Bug Fixes
- Fixed a bug that prevented "Book Criminal >:(" being written on Kylar unless school was out of term. Thanks to Crimson Tide
- Objecting to Alex's plans for their lab will now consistently reduce love.
- The NPCs who the PC can model for on Domus Street should now respect gender sliders more consistently.

Thanks to PurityGuy for the following fixes:
- Fixed Eden cumming so hard the game bugs out.
- Fixed a pod of 0s being startled by the lifeguard that rescues you.
- Fixed some pronoun issues with Sydney at the beach.
- Changed Sydney's love in the cheat menu to properly show the new max value.
- Hid unfinished content.
- Expunged Girl's Changing Coom from existence again.
- Fixed an error with certain vaginal actions.
- Fixed persistent generic NPCs having their pronouns replaced with 0s.
- Fixed Kylar being so jealous of Sydney that they softlock the game by dropping a book.
- Fixed Gwylan using their witch powers to open a black hole when Robin walks into the forest shop.
- Fixed some pronoun confusion with Sydney in the canteen.
- Sydney will no longer accompany the player to the temple only to immediately go back to school.
- Typo fixes.

Thanks to bsmith for the following fixes:
- Fixed a rogue NPC unleashed when being groped in the street.
- Barn and lab should no longer appear on the same line at alex's farm.
- Typo fixes.

Thanks to braymann for the following fixes:
- Fixed another potential bug with named npc generation.
- Fixed a bug where sometimes monster people would have a default dog sprite.
- Fixed a bug where delinquency decay would happen on the wrong days.
- Gloryholes will once again require promiscuity 4 to enter.
- Fixed a missing image error with the Shadbelly Coat.


## 0.3.3.2
- Thanks to oyea for typo fixes.
- Fixed an error found in the Traits overlay. Thanks to Lollipop Scythe.

Thanks to PurityGuy for the following fixes:
- Virginity warnings should no longer appear if the PC isn't a virgin.
- Fixed an error message.
- Fixed a text issue with Sydney in the temple garden.
- Fixed a case of Sydney's virginity not being protected, and a case of it not being assigned properly.
- Hid some unfinished content.
- Fixed an issue with repeating text when the player engages in vaginal sex.
- Other issues.


## 0.3.3.1
- Thanks to hwp for code improvements.

### Bug Fixes.
- Fixed a bug that caused men to carry purses instead of wallets. Thanks to Allison.
- Fixed an error found when cumming in someone's ass. Thanks to Lollipop Scythe.
- Captured an NPC that broke free after groping the PC's ass on the street.
- Hid some unfinished content. Thanks to Lollipop Scythe.
- Fixed an issue with the new Harper scene. Thanks to Lollipop Scythe.
- Fixed an error found during combat. Thanks to oyea.
- Thanks to oyea for typo fixes.

Thanks to PurityGuy for the following fixes:
- Fixed misplaced text when taking Robin's oral virginity outside of combat.
- Fixed being able to choose love interest specific bodywriting with the starting bodywriting feat.
- Fixed an error when initializing the chastity variables on persistent generic NPCs.
- Fixed a few formatting issues in one of Sydney's scenes.
- Fixed some cases of Sydney having pants where they really shouldn't.
- Fixed inconsistent NPC Virginity establishment.
- Sydney will no longer write "Sinner" on the player instead of something nice.
- Sydney now actually goes to classes during the second and third school periods.
- Sydney now has a higher max love threshold, and romance requires more love.
- Sydney should no longer have their purity stat become hidden.
- Fixed an error found when the PC undresses NPCs.
- Fixed an instance of Sydney escaping the temple. They can't avoid their responsibilities that easily.
- Fixed a softlock with Sydney in the temple.
- The weather will no longer noclip through the roof via divine intervention when Sydney has a serious talk with the player.
- Fixed a bug that could cause money to drop into negatives when buying glasses.
- Fixed a bug found when Sydney removes your chastity belt.
- The player can no longer dodge detention by leaving school with Sydney.
- Fixed an error when any NPC approaches the player's butt.
- Praying with Sydney now works as intended.
- Typo fixes.

## 0.3.3.0
- Added the "confront" action to stalk encounters, allowing you to face your pursuers at once. Slightly increases combat fame.
- Added horse, cow, pig, dog, and chicken icons to Alex's farm. Art courtesy of SleepDage.
- Added new text to science class to account for having your gender revealed when clothes are ripped. Thanks to GayRaccoon.
- Made some adjustments to playing Blackjack with Wren. Winning will now list the options that are unavailable due to a lack of daring.
- Adjusted the order of stats in the characteristics, statistics and cheat menus, so that "positive" and "negative" stats are listed together. - Thanks to braymann.
- Awareness is now presented in the characteristics menu like the other stats, with 7/7 representing max awareness. Thanks to braymann.
- The journal will now show the current project at Alex's farm.
- An alternative outcome can trigger when the PC's skirt is lifted during maths class while not wearing underwear should the PC have the Panic Attacks trait. Written in collaboration with ThatPersonOverThere.
- Thanks to hwp, Jimmy, aimozg, and ANotNiceMouse for code improvements.

Thanks to PurityGuy for the following additions and improvements:
- Added a new NPC love interest, Sydney the Faithful, a fellow student, librarian's assistant, and temple initiate. They're particularly vulnerable to the PC's influence. Written with help from Crimson Tide, and additional scenes contributed by Kealoz, Fangi and Harcher.
- Added a bookshop and school clothing shop to the school library.
- Added Sydney's love, lust, and purity to the cheat menu.
- Added full named NPC virginities that the PC can take, along with warnings when the PC is about to take one.
- Added many more possible bodywriting lines for each love interest, including Sydney. The PC can write many of these lines on themselves. Written in collaboration with Kealoz and Crimson Tide, and coded in collaboration with Crimson Tide.
- Kylar will react to bodywriting of any other named NPC, as well as their own. Written and coded in collaboration with Crimson Tide.
- Kylar, Whitney, and Sydney can now write on the player during consensual encounters.
- Books can now be rented from the school library for a passive gain to a school stat. Make sure to renew or return them in time.
- School clothes can now be bought from the school library, though at a significant markup.
- Added NPC chastity mechanics. NPCs at the temple may wear them.
- The PC can now undress other NPCs during consensual encounters, if they have sufficient promiscuity.
- A few special situations now allow an NPC to be submissive, allowing the PC to ignore promiscuity checks in consensual encounters.
- Named NPCs will now be referred to by name during encounters, instead of title.
- NPCs will be more consistently referred to by their pronoun in combat actions.
- Added new random student dialogue in the library. Written in collaboration with Crimson Tide.
- Added the "Sydney the Pure Hearted", "A Crime Most Foul", and "Love Trapezoids" feats, and adjusted the requirements for the "Love Triangles" feat.

Thanks to Lollipop Scythe for the following additions and improvements:
- Added new random options for hair and eye color at the game's start.
- Added a setting for minimum PC breast size.
- Added the new micro penis size. It's hard to reach, and likely won't happen unless the players tries to induce it with a combination of parasites and pills.
- Harper cannot enlarge a micro penis, though other methods still work.
- Added some new masturbation text for micro penises.
- Added a scene to Remy's farm.
- Added another outcome to having an orgasm on the town's street.
- Code improvements.

### Balance Changes
- Morgan can now remove ankle cuffs and arm bindings. Thanks to Crimson Tide.
- It is now possible to sneak into the barn at night to milk yourself, even after becoming part-owner of the farm. Thanks to Jimmy.
- "The Rival Estate" feat will now take irrigation into account, rather than the parasite barn. Thanks to oyea.
- Successfully scolding the swine when pulled into the pen by your hair will now increase respect.
- Adjusted the penis growth formula, increasing the impact of parasites. Thanks to Lollipop Scythe.

### Bug Fixes
- Receiving a blowjob from Kylar, or handjob from Whitney, after an encounter should no longer describe orgasm as if your penis was in the state it was during the encounter. Thanks to Rukarin.
- The "hide" action text will now take multiple pursuers into account. Thanks to Rukarin.
- Monster boys and girls will now longer carry bottles of lube.
- Items NPCs are interested in should now be more reliably coloured when attending your market stall.
- Fixed a problem with the promiscuity actions during the compound interrogation.
- Ripping your clothing in science class without underwear will now impact your crossdressing and herm reputations, if appropriate. Thanks to GayRaccoon.
- The stable project at Alex's farm will now be properly describe when in progress.
- Fixed a bug that caused an hour to pass when milking yourself at Alex's farm, instead of thirty minutes.
- Finding a police badge in the possession of a prostitution client will no longer show the same message every turn for the rest of the encounter.
- Fixed a bug that prevented slime sleep events resetting when you defy it. Thanks to Lollipop Scythe.
- Thanks to GayRacoon for typos and minor fixes.

Thanks to oyea for the following fixes:
- Fixed a bug where monsters would be referred to as humans when performing certain actions.
- Fixed a bug with certain scenes involving beasts that copied the beast's attributes onto human NPCs.
- Fixed some issues with certain scenes where monsters would use the pronouns of human spectators, rather than their own.
- Fixed an issue with the Underground Brothel Hunt referring to a dog's nonexistent penis.
- Fixed a broken link when running nude in the park.
- In combat, the Black Wolf and the Great Hawk will be referred to as such, rather than just "Black Wolf/Great Hawk"
- Robin will no longer ditch school to meet the player at the orphanage.
- Fixed a number of NPCs breaking free.
- Improve the PC's voice recognition.
- Exposing a fellow criminal during community service should now respect your dickgirl/cuntboy settings.
- Other typos and minor fixes.

Thanks to Jimmy for the following fixes:
- Leaving the clothing shop while wearing clothes you're trying on will now increase crime.
- Fixed some issues with the swimming lesson timetable.
- Fixed some issues with the school exam timetables.
- Fixed a rare antique bug.
- Added a wardrobe icon to one of the asylum room passages.
- Removed unnecessary repeated text during the pillory scene in history.
- Demon wing/tail flaunting options are now consistent with reality.
- Girls' changing coom no longer exists.
- Fixed a bug where an incorrect variable was used to determine genitals based on the NPC's gender.
- Typo fixes.

Thanks to braymann for the following fixes:
- You will no longer get severe hallucinations the morning before the blood moon happens.
- Stored outfits will no longer get broken by sending only part of it back to the wardrobe.
- Added a fix for people who had genital variables mismatched at some point.
- Milking yourself in Alex's barn will no longer always fill up a bottle no matter how much you produced, and milking your penis will no longer waste so much semen.
- The player will now take off their blindfold if their arms are not bound after getting abducted by smugglers.
- Fixed a bug that caused other NPCs to join in during encounters with named NPCs.

Thanks to PurityGuy for the following fixes:
- Fixed Niki being listed in presets twice, and Wren not being listed at all.
- There will no longer be an extra line break when Whitney intends to approach Robin at lunch. They were spoiling their plans!
- Fixed a year-long bug caused by a single letter typo that was causing NPCs to do impossible things with their neck after the player moves their head to the NPC's chest.


## 0.3.2.4
- Added a rest option for the PC's legs while submerged in water. Thanks to Jimmy.
Thanks to hwp for code improvements.
- Added a separate toggle for divine transformations. Thanks to note leven.

### Bug Fixes
- Fixed a bug that allowed teasing Kylar to escalate like if you had flirted.
- Fixes an incorrect exhibitionism check during Leighton's inspection. Thanks to hwp.
- Fixed a bug that could break tending plots and fields.
- Fixed a bug that prevented the more involved NPC orgasms triggering.
- Milking yourself at the barn at night can no longer be used to avoid passing out from midnight stress increases.
- The PC will no longer remain choked when another monster takes over during a gang encounter.
- Fixed some graphical issues with the flat pony tail and straight hairstyles. Thanks to Zazaky.
- Fixed a bug that caused the wrong adjectives to pop up. Thanks to hwp.
- Fixed a bug that broke gender appearance when the PC was perfectly androgynous. Thanks to hwp.
- Alex's parent will no longer be referred to as a boy or girl.

Thanks to Bathory666 (with help from oyea) for the following fixes:
- Fixed a deviant option at the kennel on Alex's farm that was available without appropriate deviancy.
- Fixed a soft lock at the kennel on Alex's farm.
- Fixed a monster people/beast mix up.
- Fetch and race events should now impact respect as intended.

Thanks to Jimmy for the following fixes:
- Fixed a soft lock at Alex's kennel.
- You can no longer buy dog treats from the pet shop while breaking in at night.
- Fixed a bug that allowed the PC to attend community service at any hour.
- Fixed a bug that deleted your clothes in the forest shop.
- Fixed an error found at the great hawk's tower.
- Fixed a large number of capitalisation inconsistencies in links.
- Typo and minor fixes.

Thanks to oyea for the following fixes:
- Prostituting yourself for rubbish during community service will now end the encounter.
- Kylar will no longer produce an infinite amount of panties if you've already taken them that day.
- Failing to climb a wall while chasing someone will properly increase their distance.
- Fixed a bug where + Farm Yield was awarded without doing the required action.
- Dogs in the kennel should now react appropriately to the wolf transformation.
- Fixed a bug causing two catsuits, and two Wrens, to appear at the docks.
- Typo fixes.


## 0.3.2.3
- Changed a few numbers to prose, rather than numerals. Thanks to Crimson Tide.
- Reworked ankle cuffs.

### Balance changes
- Made stalkers more likely to attack.
- Reduced the impact of opposing Bailey on Remy's encroachment.
- The kennel upgrade no longer agitates the steeds.

### Bug Fixes
- Thanks to Lollipop Scythe for fixing a wardrobe issue.
- Audiences should no longer be able to casually keep up with you when chasing a clothes thief.
- Wren will no longer try to take your ankle cuffs during strip Blackjack.
- You should no longer be offered a foot massage in the park if feet are disabled.
- The footstool scene will now be skipped if feet are disabled.
- Cuddling Kylar will no longer clone them.

Thanks to Jimmy for the following fixes:
- Fixed an error found when writing on yourself in the mirror.
- Fixed a bug that prevented the right hand from covering your penis if already covered.
- Fixed bugs that presented covering actions as meek when actually bratty.
- Masturbing in history class should now be an exhibitionism 4 act if Robin is not sat next to you.
- Fixed a bug that pervented the "cover ass" action from appearing for your right hand.
- Fixed a bug that stopped the PC writing "Hot" on their body.
- Fixed a bug that broke NPC descriptions and pronouns during stalk encounters.
- Typo fixes.

Thanks to bsmith for the following fixes:
- Fixed an issue displaying the number of people at the temple.
- Added a bed icon when stripping to get in Alex's bed.
- Sleeping naked in Alex's bed now gives the correct amount of lust.
- Fixed a couple of bugs that made the PC respond inappropriate to willing actions. variable going rogue.
- NPCs can no longer remove your naked from your legs.
- NPCs will no longer attempt to stroke a female PC's penis.
- Fixed error when asking about antiques at the museum.
- Unbinding yourself in your room will now remove ankle cuffs.

Thanks to Crimson Tide for the following fixes:
- Fixed an issue found when people realise you're crossdressing.
- The cheats menu now correctly refers to your nonexistent chastity belt, rather than your nonexistent under bottoms.
- Corrected some more instances of "+NPC Dominance" in Eden's cabin and on the farm.
- Sleeping away from the Great Hawk now correctly indicates that it decreases Stockholm Syndrome, if you don't already have the trait.
- Gloryholes now correctly indicate that they require Promiscuity 2, rather than 1.
- Fixed some red text when you're stopped from entering the shop. Text also flows more smoothly if you only have one day left.
- Fixed an error found at the museum.
- Minor typo, pronoun, capitalization and punctuation fixes.


## 0.3.2.2
- Fixed an error found when using the wardrobe.


## 0.3.2.1
- Settings presets can now be accessed after the start of the game. Thanks to Lollipop Scythe.
- Thanks to Lollipop Scythe for code improvements.

### Balance Changes
- Slowed passive tanning. Thanks to Lollipop Scythe.
- Reduced delinquency decay when missing lessons.

### Bug Fixes
- Fixed some broken links, logic, and other issues during the Leighton inspection scenes. Thanks to hwp.
- Fixed some issues with the wardrobe when using the older style. Thanks to Lollipop Scythe.
- Fixed an issue with the phallus plant and virginity. Thanks to Lollipop Scythe.
- Fixed a bug that would distract NPCs when they tried to strip the PC's bottoms.
- Fixed a bug that made covering actions bratty when they were supposed to be meek, and vice versa.
- Fixed a softlock found when successfully hiding from stalkers.
- Fixed an error found when trying to call Alex for help. Thanks to hwp.
- Fixed an error found when turning an antique into the museum without first hearing the hint.
- Releasing animals and managing the perimeter at Alex's farm can no longer be done in the middle of the night.
- Fixed an error found when being written on. Thanks to Bathory666.
- Fixed a leak in Alex's roof.
- Added the option to leave the kennel without first performing another act.
- Fixed a bug that made Briar unlock brothel shows sooner than intended.
- Fixed a bug that made stalkers more likely to attempt to strip the PC than intended.
- Fixed a bug that prevented most events triggering when chasing someone during stalk encounters.
- The PC will now be appropriately embarrassed if someone snatches their towel during stalk encounters.
- Fixed an error found when chasing someone across the street during stalk encounters.
- Fixed a number of issues with the encounter sprites caused by the "Hold behind back" action.
- The black wolf and great hawk should now use their arms in monster form.
- Refusing to get in Avery's car will now increase rage as indicated.
- Fixed a bug that made NPCs far more aggressive than intended during stalk encounters.
- Fixed an image bug found during stalk encounters.
- NPCs will no longer act after successfully running or hiding during stalk encounters.
- Unbinding your arms will no longer free your legs, while leaving the cuffs on.
- Thanks to Jimmy for a typo fix.

Thanks to Crimson Tide for the following fixes:
- Adjusts some Gwylan scenes to be more consistent with each other.
- Gwylan no longer bursts through the trees and runs away over and over again.
- Fixes a link that linked to a passage with the wrong name.
- Adds a new Kylar scene to replace one that relied on feet, for if feet are toggled off.
- Kylar will no longer softlock while trying to answer your riddle.
- You can no longer infinitely kiss Kylar at the fountain.
- Stalking events will now properly check your love interest. They will no longer ignore Kylar if Robin or Whitney is also a love interest.
- Typos and pronouns.

Thanks to braymann for the following fixes:
- Putting your hood down while wearing a hoodie will no longer prevent your hair from contributing to femininity, even after changing clothes.
- The game will now tell you that you need more money to build the greenhouse if you don't have enough.
- Resisting Remy when they try to milk you despite having no milk will no longer make the game reference your penis if you don't have one.
- You will now get out of swimming class at 3:00 instead of 2:59.


## 0.3.2.0
- Some encounters on the town's streets now begin with a "stalk" phase, allowing the PC to run or hide, among other options.
- The kennel at Alex's farm can now be entered, and the hounds interacted with further. The option to train them appears once the kennel is upgraded. Written and coded in collaboration with anon.
- Ankle cuffs now appear outside the dealer gang sequence, and can restrict the PC's movement in the greater game world. They can be removed at the museum.
- Expanded human encounters to allow "stuck in wall" scenarios where the PC is taken from the front.
- Added another event that can trigger when the PC passes out on the town's streets.
- Added another threat to the moor for those with inappropriate footwear.
- Angry NPCs may now shackle the PC's legs during encounters.
- NPCs can now pull off the PC's shoes and legwear during encounters. The PC can now also remove their own shoes, socks, and thigh highs during encounters.
- Added the option to meekly hold your arms behind your back during normal human encounters.
- Expanded the penis and pussy inspection scenes with new options and reactivity, including the ability to join the line or remain seated in spite of gender appearance. Crossdresser and hermaphrodite fame will now interact with the scene. Thanks to hwp, with writing help from oyea and anon.
- Monster boys and girls can now use their hands during combat.
- NPCs with penises will now make the PC give them a boobjob under their own initiative, should the PC's breasts be large enough.
- NPCs can now dislocate the PC's top and fondle their chest during the pillory punishment on Cliff Street.
- Added plain thigh highs to the clothing shop.
- Added a feet toggle to Settings.
- Added the option to tell Robin you like being a cow. Thanks to anon.
- Added body size and asphyxiophila to the cheat menu.
- Added the option to submit when the PC's ass is groped on the streets. Requires high submissiveness. Thanks to larsrand.
- The PC can now write more slutty and submissive lines on their skin at the mirror, if they meet the requirements. Thanks to larsrand.
- Added the option to flirt when a student squeezes your bottom in the school hallways. Requires promiscuity and submissiveness. Thanks to larsrand.
- Added the "shade" trait to some headwear, preventing passive tanning when worn.
- Added an attitude that disables lewd stat decay. Not available on hard mode, as the decay is disabled already.
- Added mirrors to the brothel and strip club. Thanks to Bathory666.
- Added new bodywriting lines to NPC and mirror repertoires. Thanks to Bathory666.
- Added more reactivity to encounter text here and there.
- Added icons for swimming away from and towards the shore, for moving carefully through the forest and moor, and for mirrors. Art courtesy of anon.
- Hints about antique locations will now be added to your journal, until the antique is discovered and discussed with Winter. Thanks to Annon173.
- Added a numpad option to the SAVES/OPTIONS menu. Useful on mobile if links become unclickable due to translation software.
- Thanks to ANotNiceMouse for improving market stall readability.
- NPCs will now take a visible penis into account when commenting on the PC's orgasm, even if the PC looks female. Thanks to hwp.
- Added an additional, higher tier to the asphyxiation slider. This tier gives NPCs a chance choke/strangle the PC instead of grappling their arms, and increases the likelihood that they choose to continue choking. Thanks to Annon173.
- Many numbers in scenes are now written in prose rather than numerals. Thanks to aimozg and Crimson Tide.
- Added ability to sleep somewhere other than the nest when in the castle tower. Thanks to Annon173.
- Thanks to Rukarin for improving how named NPCs generate, allowing multiple named NPCs to appear in the same encounter.
- Thanks to aimozg, note leven, Crimson Tide, ndarkflame, and hwp for code improvements.

Thanks to Crimson Tide for the following additions and improvements:
- Gwylan can now rescue the PC in the first five tiles of the forest, unless you're being attacked by Eden or the Black Wolf.
- Added new dialogue to the forest shop to account for the alternative greeting.
- Added details to Eden's first rescue of the PC.
- Added interactions between Eden and Gwylan, should both arrive to rescue the PC at the same time. Written with help from Khau.
- Eden and Gwylan can now comment on each other.
- Added another option when Bailey tries to collect.
- The player can now cuddle Kylar after inviting them to the orphanage.
- Allows the player to escalate their flirting with Kylar, which allows them to invite Kylar to the orphanage on demand. During school, they instead invite Kylar for sex in the bathrooms.
- The PC can now ask Kylar for their underwear, making them go commando. Impacts all scenes involving Kylar's underwear.
- Kylar now makes sure the PC cums, if they didn't during sex.
- Kylar now has more sensible reactions to discovering the PC's genitals during encounters.
- Code and formatting improvements.

Thanks to Khau for the following additions and improvements:
- Eden will now make you wear clothes before leaving visiting the lake with them if you're exposed.
- If Eden is set as a love interest, you can now operate in the clearing exposed regardless of exhibitionism, provided they're in the area with you.
- If you're exposed while leaving Eden, or Eden is leaving you, they can prompt you to head inside the cabin or get dressed.
- If you ask to join Eden's hunt while exposed, they will comment on it.
- Adjusted the layout of options at Eden's cabin.
- Added a counter for soaps and salves.
- You now have the option to change into night clothes before joining Eden in bed.
- You will no longer leave Eden's fixed clothes on the table before they've gone out hunting.
- Added a description for looking around the cabin.
- Creating soaps and salves will now update the menu accordingly.
- Sweeping the floor will now update the menu accordingly.
- If you made Eden a scarf, they will wear it while hunting in winter.
- If you got Eden a hunting coat, they will wear while hunting.
- Feeling safe in Eden's embrace will now reduce stress and trauma.
- Added some flavor text for when examining the sleeping area while Eden is asleep, and joining them in bed.
- Added the ability to relax in the cabin and clearing as a repeatable task.
- Tidied up code at Eden's cabin.

### Balance Changes
- Mocking during the compound interrogation will now increase defiance.
- Begging will now increase submissiveness more reliably.
- Increased the combat fame gained when successfully fighting off pigs while being filmed at Remy's farm.
- Reduces the exhibitionism fame gained when crossing the beach naked with your arms bound.
- Eden is now guaranteed to rescue the PC the first time they're capable of doing so. Further rescues only happen half the time. Thanks to Crimson Tide.
- Bailey will now only wake the PC for school once per day.
- Mooing at Robin now increases bovinity, maintaining the cow transformation. Milking your breasts or penis at Alex's farm now also now increases bovinity, but only if the PC already has the cow transformation.
- Kylar will no longer write on the PC during consensual encounters. Thanks to Crimson Tide.
- You will no longer be okay with being exposed in the cabin without the required exhibitionism points if you don't set Eden as a primary or secondary love interest. Thanks to Khau.
- Fighting off dogs at Alex's farm while attempting to feed them will now raise respect.
- Screaming no longer works while under the effects of aphrodisiacs.
- The PC will now keep accessories on when stripping before working at the docks.
- Panic attacks can now trigger during encounters with one NPC.
- Halved the duration of panic paralysis during encounters.
- Meek acts now reduce NPC anger.
- Eden, Morgan and Kylar will no longer inform the police if you pepper spray them.

Thanks to Annon173 for the following balance changes:
- Alex gains lust when the player sleeps in their bed, more if you're naked.
- Alex lust raises when you flaunt to them in the Woodland event.
- Biting penises now restores control. Successfully biting hands away also restores control, but reduces it on failure.
- Added the ability to clear fields without Alex when there is no other work to do, including at night, just much slower.
- Screaming for Alex will no longer work while Alex is sleeping.
- The great hawk might now fail to notice escape attempts while sleeping.
- While being hunted by the great hawk, entering an underground passage will help you get further from your pursuer.
- Lowered the promiscuity requirement for gloryholes, and the "comfortable prostituting" toggle now also allows them.

### Bug Fixes
- Eden will no longer be surprised to find you in the cabin after an extended absense, should they have just rescued you.
- Plugged a hole in the seams between classes.
- Fixed a bug that prevented penises from displaying in the chest close up window.
- The microkini will now properly cover enormous breasts.
- The monk or nun being pulled by a cord should now respect the victim toggle.
- Riding to town will now take the proper length of time after saddling a new horse.
- Fixed a bug that preventing dogboys and doggirls from knotting the PC.
- Fixed an error that made the General tab of settings inaccessible on some saves.
- Fixed a bug that capped net proficiency lower than intended.
- Masturbating in class next to Robin is now an Exhibitionism 5 act.
- Shoving a molester on the street will now correctly indicate that it increases pain.
- Losing your chastity belt during an encounter should no longer break the NPCs holding it.
- The trance assault in Harper's office can now end if the NPCs' arousal maxes, or health hits zero.
- The farm introduction will now take the human gender slider into account when generating monsters.
- Removed the underscoe from "Law breaker" bodywriting.
- The options to buy Halloween costumes for Robin will now indicate the price.
- Fixed a grammar issue with cowboy chaps.
- Fixed an error found after pocketing the change when Alex asks you to pick up groceries.
- Telling students that you aren't in a relationship with Kylar while Kylar is present will now indicate that it increases jealousy.
- Riding to the farm on horseback will now increase fatigue.
- Fixed a bug that could cause items to disappear. Thanks to ANotNiceMouse.
- You can now pass out in the barn at Alex's farm.
- Fixed a bug that could prevent certain events from triggering in the underground brothel.
- Fixed a soft lock found while interacting with Whitney in the park.
- The PC will no longer remain bound when being rescued from the pillory in history class by Robin.
- Fixed a bug that could break pain.
- The dog that assaults a collared PC on the streets at night at their master's behest will no longer become human. Fixed a formatting error in the save event. Thanks to hwp.
- Added a few missing pixels to the miniskirt.
- Fixed a bug that made the effects of covering a bodypart last for the rest of the encounter.
- The horse encounter at the riding school should no longer trigger if horses are disabled.
- Fixed a bug that could prevent ambient events triggering on the moor.
- Whitney should now remember your genitals if they see them during the parasite scene in the hallways. The scene should also impact school reputation. Thanks to GayRaccoon.
- Whitney's demand that the PC use a particular bathroom will now take hermaphroditism into account. Thanks to GayRaccoon.
- Fixed some pronoun issues with Winter and Robin during history class. Thanks to hwp.
- Irrigated fields no longer need to be watered right after planting. Thanks to Lollipop Scythe.
- Catching lurkers on the farm will now improve net skill. Thanks to Lollipop Scythe.
- Fixed an issue with the factory's produce calculations. Thanks to Lollipop Scythe.
- Having a hoddie pulled down should now display hair properly. Thanks to aimozg.
- Monster hoodie sleeve accessories should now display. Thanks to aimozg.
- Distracting a student in the library should now take skirts into account. Thanks to note leven.
- NPCs should no longer change the pronouns they use for the PC mid-encounter, without reason. Thanks to note leven.
- Fixed a bug that prevented NPCs from commenting when the PC has an orgasm. Thanks to hwp.
- Changes to Alex's dominance should now be presented as such, rather than a generic "+ NPC Dominance". Thanks to Crimson Tide.
- Screaming for help on Alex's farm will no longer advertise whether the scream will be effective or not. Thanks to Crimson Tide.
- Thanks to Crimson Tide for minor fixes.
- Thanks to note leven for typo fixes.
- Thanks to anon for typo fixes.
- Thanks to klorpa for minor fixes.

Thanks to braymann for the following fixes:
- Fixed a few more bugs found when trying on clothes at the shop.
- Outfits that you separate yourself will no longer get automatically rebought when they break.
- When sleeping in Alex's cottage, your clothing will no longer disappear when you refuse Alex's sexual advances, or when they wake you up for Remy's attack.
- You will no longer remain bound after Robin saves you from the pillory event in history class.
- Fixed a bug that could prevent the panty stealing event from working properly.
- Kylar will no longer mention the prodigious girth of your penis in their poem if they've never seen it before.
- Fixed a problem with how business fame affects how much produce is sold each day at the factory.
- Fixed a bug with transformation decay.
- Heels will now give the penalty to physique and athletics on Alex's farm again.
- Fixed a problem when surrendering your clothes while dancing.
- You will now automatically take your pills when at Alex's cottage or Eden's cabin.
- Fixed a bug where eerie clothing will not be reequipped when getting dressed after sleeping.
- You will no longer have the option to show the stolen card to the Compound guards after you've already discovered the compound.
- Fixed a bug that would cause swimming class to end extremely early if you got a spare swimsuit from Mason.
- The "semen produced" stat will no longer have so many trailing digits.
- You will no longer have the option to endlessly agitate Remy's steeds when playing Blackjack with Wren.
- You can no longer flip over during the brothel horse show.
- Added a fix for anyone who still might have negative locker room suspicion for the panty stealing event.
- Your facewear will no longer randomly break after Remy's assault is complete.
- The game will no longer say you lost your oral virginity to a "bullboy" when it was actually a normal bull.
- Fixed a bug where all of your clothing would vanish into thin air when Mason takes you to detention for arriving at class too late.
- You can now investigate the sex machine at the brothel on days where you aren't starring in a show.
- Fixed some duplicated dialog when getting caught masturbating in History class.
- The Green Thumb trait and Seedy feat will now require all 16 seeds instead of just 11.
- Any purity gained or lost by taking care of your parasites is now affected by any holy clothing you're wearing.
- Fixed a bug where choosing to wear random clothing will sometimes break outfits in half.
- Slime parasites on your clit will no longer look like an urchin parasite.
- Fixed a problem when an npc initiates a titfuck.
- Fixed some npcs that would refer to your nonexistent chastity belt after they orgasm.
- The tower security guard's security skill now has a cap and will no longer increase infinitely.
- Typo fixes.

Thanks to Khau for the following fixes:
- Eden will no longer invite you to bed past 3 am.
- Eden will no longer remove their clothing during an encounter in the bath despite already naked.
- Fixed some pronoun issues during the event where Eden returns from hunting injured.
- Fixed some formatting for the the event where Eden returns from hunting injured.
- Massaging Eden will now only use one jar of salve per night.
- Fixed an issue with Eden not stealing glances at you despite being exposed.
- Seducing Eden while dancing and following through will now increase love.
- Added missing indications for love and lust indications for the dance seduce finish scene.
- Added the 'easier to seduce' tip to the dance seduction scene.
- Added missing indications that the farm rescue increased Eden's dominance.
- You can no longer seduce Eden indefinitely while dancing. Again. I don't know why my previous fix disappeared.
- Fixed an issue with Eden escaping the clothes fixing event.
- Stopped Eden from escaping during their Halloween and Christmas events.
- Fixed an issue with Eden not offering for you to fix their cabin during November.
- Typo fixes.


## 0.3.1.2
- Removed the suspicious van from bus station.
- Adjusted the market inventory formatting. Thanks to ANotNiceMouse.
- You can now sleep until rested. Thanks to ANotNiceMouse.
- Thanks to ANotNiceMouse for code improvements.

### Balance Changes
- Dramatically increased the speed in which the PC tans in the sun while not actively trying to, especially during summer, and less so during winter. Thanks to note leven.

### Bug Fixes
- Utility vests with shirts are now warmer than utility vests alone.
- Fixed a graphical issue with sleeves when your shirt is tucked in. Thanks to aimozg.
- Continuing to bask nude will now indicate that it takes 20 minutse. Thanks to note leven.
- The PC will no longer call female NPCs "daddy" if they have a penis while asking to be choked.
- Kylar will once more think up names for your children in the park.

Thanks to ANotNiceMouse for the following fixes:
- Fixed an issue with the flow of time found when late for swimming class.
- Fixed issues found when re-entering the pool when late for swimming class.
- Fixed an unintended synchronising of events when late for swimming class.
- Removed a duplicated link.
- The horse show at the brothel now requires deviancy.
- Fixed an issue the market inventory numbers.
- Typo fixes.

Thanks to braymann for the following fixes:
- Fixed a bug that tied cow transformation progress to the cat transformation.
- Fixed an error with the parasite barn on Alex's farm.
- Fixed an issue where some of your produce might not be shown when using the bulk sell option.
- Robin's confidence can no longer go above 100% or below 0.
- Fixed an issue with Robin's pronouns in one of their new history class scenes.
- Added indentation to some links around the orphanage that were missing them.
- Fixed a problem with the tutorial pepper spray canister.


## 0.3.1.1
- Thanks to Crimson Tide for code improvements.
- Thanks to ANotNiceMouse for code improvements.

### Bug fixes
- Fixed some Alex pronoun issues after clearing the fifth field at Alex's farm.
- Typo fixes and adjustments to one of the new Mason scenes. Thanks to ANotNiceMouse.
- Going back to the changing rooms now passes time. Thanks to ANotNiceMouse.
- Fixed a formatting error. Thanks to ANotNiceMouse.
- Added the correct images for booty jorts.
- Thanks to Crimson Tide for finding lots of typos.
- The "Sentenced with community service" statistic should now increment.
- Fixed an error message found when lowering the monster hoodie hood, or when the monster hoodie skirt is damaged.
- Fixed a bug that blocked access to the factory on Harvest Street.
- Kicking while punished in the pillory will now indicate that it reduces more stress than other stress-reducing acts.
- Regular farm events should no longer trigger in the middle of the night. Alex will be content to wait until morning before asking for groceries.
- Alex can no longer sneak in an extra 20 minutes of television after making you a cup of tea.
- The gold chastity belt now prevents shaving like the regular chastity belt.

Thanks to braymann for the following fixes:
- Fixed a bug found when someone tries to pull your mask off with both hands.
- The option to ignore Alex when they're sneaking glances at you will no longer say that it gives more lust then the other option.
- Whitney will now properly expect herm characters to use the same bathroom as them.
- Fixed a few scenes where the player wasn't given a collar when sent to Remy's farm.
- The player can now properly pass out in the strip club bathroom.
- The player will now actually serve the drink they said they'd serve when Remy visits Alex's farm.
- Fixed some bugs found when returning clothes you're trying on in the store.
- It is no longer possible for multiple NPCs to give the player analingus at the same time.
- Fixed a bug found during the tutoring scene on Danube street.
- The pharmacist will no longer be ok with having sex with the player when they have a mini penis, despite normally getting mad when the penis is too small.
- Fixed a bug that sometimes caused plants to grow at super high speeds.
- Moved the beehives back into the deep forest where they belong.
- Fixed a problem with one of the ambient events.
- Fixed a bug with the landfill passout scene.
- Removed the duplicate link to check your pills in Alex's cottage.
- The random clothing feat boost will no longer give you just the bottoms or hoods of some outfits.
- Fixed a problem where invisible broken hoods in the wardrobe would stay invisible forever and could never be removed.
- The retro top now has a price.
- Retro shorts and trousers should now be capitalised where appropriate.


## 0.3.1.0
- Less prolific criminals will now be sentenced to community service instead of the pillory.
- Robin now attends history class with the PC. Written in collaboration with Harcher. Includes a harassment scene written with help from Fangi and AVeryChillDoctor.
- Added a bodywriting event to the pillory punishment.
- Added a low level skulduggery option to the school. Becomes available about a week into the game.
- Added a scene with Mason to the changing rooms.
- Added a horse show to the brothel. You need to supply your own horse.
- Alex's farm now has its own location images. Art courtesy of mochi.
- Added the option to wait for the boys/girls to leave at the end of the swimming lesson if the PC is crossdressing. Thanks to hedpets.
- Added a way to remove bindings in your bedroom at Alex's cottage.
- Added "underwear stolen", "sentenced with community service", and "sentenced with the pillory" to the statistics overlay.
- Added a few beast bodywriting lines, and several lines for criminal PCs. Criminal lines reduce trust when read.
- Added the retro top, utility vest, utility vest with shirt, retro trousers, and retro shorts to the clothing shop. Art courtesy of namelessone.
- Added the monster hoodie, school swim top and school swim bottoms to the clothing shop. Art courtesy of lifeAnime.
- Added a keyhole dress to the clothing shop. Art, including the icon, courtesy of Harto.
- Added new images for larger breast sizes to the chest window. Art courtsey of sseshess.
- Boobjobs are now displayed in the chest window for the remaining sizes. Art courtesy of sseshess.
- Added icons for swimming, walking, and running to the forest, moor, park and beach. Also added icons for the lake, the orphanage flower patch, beds, and wardrobes. Art courtesy of anon.
- Added new art for cycle shorts, breeches, cowboy chaps, gym bloomers, jeans, denim shorts, khakis, sailor shorts, sailor trousers, school shorts, school trousers, shorts, sweatpants, and trousers. Includes damage variants and icons. Art courtesy of Anon.
- Added booty jorts to the clothing shop. Art courtesy of Anon.
- You can now turn yourself in at the police station for a reduced sentence.
- Added scenes that trigger when the PC turns up very late to swimming class, within the last ten minutes. Thanks to ANotNiceMouse.
- The market inventory can now display more information, and displays as a table. The information available depends on maths skill. Thanks to ANotNiceMouse.
- Added an event to the town's streets.
- Thanks to note leven for a change that should make development easier.
- Added an option to skip the spoiler warning in the Extra Stats menu. Thanks to hwp.
- Adjusted the sidebar layout to make better use of space. Thanks to note leven.
- Added the "defined curl" sides hairstyle. Art courtesy of Koko.
- Added the "Mason's Shame", "Social Contract", and "Bent Copper" feats.
- Thanks to ANotNiceMouse for code improvements.
- Improved the code at Eden's cabin. Thanks to note leven.
- Improved error reporting. Thanks to aimozg.
- Added a development tool. Thanks to aimozg.
- New renderer features that can be used to generate special effects in the future. Thanks to aimozg, with help from hwp.
- Added code that allows the PC's hair to be properly encased in clothing, and applied it to the hoodie hood. Thanks to aimozg.
- Thanks to hwp for refactoring combat code, and other code improvements.
- Thanks to ANotNiceMouse for refactoring the school changing room code.
- Improved the code responsible for the school schedule. Thanks to note leven.
- Thanks to note leven for other code improvements.
- Thanks to aNotNiceMouse for code improvements.
- Thanks to note leven for making the image files take up less space.

Thanks to Khau for the following additions and improvements:
- Eden now has a chance to come onto you while you're fixing their cabin.
- Eden now has a chance to come onto you while you're making breakfast.
- You can now seduce Eden while dancing.
- If you've made soap, you can now use it while bathing Eden.
- If you've made salves, you can now use them while massaging Eden.
- Eden can now be injured while hunting as a one-time event. Written in collaboration with krystalwithak.

Thanks to Lollipop Scythe for the following additions and improvements:
- You can now sell produce in bulk on Harvest Street.
- You can now masturbate in Alex's shower.
- Added irrigation upgrades to Alex's farm, costing £5000 and 3 days per field.
- Added a means to capture lurkers during farm events.
- Allows you to sleep naked in either bed at Alex's farm.
- The ear slime can now prevent the PC from wearing anything when sleeping at Alex's farm.

### Balance Changes
- Entering the opposite sex changing room while crossdressing will now increase arousal. Stress will also increase if the PC has a reputation for crossdressing. Thanks to hedpets.
- Alex's breakfasts now reduce fatigue.
- Remy will no longer remove existing tattoos when you pass out while a prisoner at their estate.
- Studying in class while waiting for lesson to begin will now increase understanding proportional to the time spent. Thanks to note leven.
- Sleeping naked or only wearing underwear, pajamas or eerie accessories now further reduces fatique. Thanks to Lollipop Scythe.
- Watching a stray cat chase a leaf now reduces stress.
- Wearing the hair pin will now increase hair growth throughout the day, rather than just at midnight. Thanks to braymann.
- Bailey will now only visit the cottage at night for their payments if overdue by two or more days. Thanks to ANotNiceMouse.
- You can now continue to rest at the stables after unlocking the cottage if there's not much else to do. Thanks to ANotNiceMouse.
- Unlocked fields at Alex's farm are now easier to tend before unlocking the cottage.
- Increased the chance that Winter will demonstrate the pillory during class.

### Bug Fixes
- You should now be able to walk around Eden's cabin naked should Eden be a love interest.
- Refusing to pay Bailey should now increase defiance.
- Making Bailey cum when defending another orphan from them can now reward the "Bailey's Trouble Maker" feat.
- Fixed a bug that made stress increase much faster as fatigue exceeded 50%, and could cause a soft lock at Remy's farm.
- The PC can now finish tending the woodland without Alex's help.
- The greenhouse at the orphanage and the shower at Alex's farm now count as indoors. 
- Traveling to Alex's room from the PC's bedroom is no longer faster than the return trip.
- Daydreaming in swimming class will no longer improve status.
- Fixed an error found when Jordan slices off the chastity belt.
- The dog at the beach should now respect settings.
- Pillows are no longer bought with dollars.
- Fixed an error found when wearing a necktie. Thanks to note leven and aimozg.
- Fixed an error with the blackjack that can cause scores to be wrong.
- Capturing creatures will no longer magically turn them into lurkers.
- Changes to Briar's love during brothel shows will now be indicated.
- Fixed a layering issue with legwear on encounter sprites.
- Thanks to bmsith for typo fixes.
- Demanding a show from Alex will now decrease their dominance, rather than increase it.
- One of the NPCs who capture you on the beach will no longer mix up your genitals with your chastity belt.
- Farm improvements that reduce the rate encroachment increases no longer reduce the rate it falls.
- Undertop sleeves should no display while a top is present. Thanks to aimozg.
- Torrents of water in the storm drains should now soak your clothes if they leave a slime atop you.
- Getting angry after Alex pulls you onto the dirt in the fields should now decrease love rather than increase it.
- Tentacles should no longer be able to attack at the orphanage flower beds while tentacles are disabled.
- Fixed an issue with Eden not catching you while you have a solo session in the spring. Thanks to Khau.
- Fixed some npc widget issues with Eden. Thanks to Khau.
- Avery's hot tub will now wash off lewd fluids and such.
- Points towards the cow tranformation should now cap in the cheat menu.
- The initiate being disciplined at the temple will now follow the victim slider.
- Thanks to DitFranXX for fixing a compile problem.
- Fixed a bug that caused permanent marker, lipstick and mud to transform into regular ink.
- Fixed a bug that could prevent NPCs from commenting on rapey bodywriting.
- The PC should now hand over the unworn gold chastity belt for Winter to examine, should they also be wearing one.
- Fixed a bug that prevented NPCs commenting on the PC's orgasms. Thanks to PurityGuy.
- Kissing Alex during breakfast will no longer make the PC feel terrible.
- Fixed some pronoun issues found when hacking Bailey's computer.
- Fixed an issue with the settings importer. Thanks to Lollipop Scythe.
- Fixed an incorrect cost for the parasite barn farm upgrade. Thanks to Lollipop Scythe.
- Going to bed naked will no longer remove eerie accessories. Thanks to Lollipop Scythe.

Thanks to note leven for the following fixes:
- Remy should no longer be referred to by Eden's pronoun during the rescue at their estate.
- Fixed an issue with the new clock widget.
- Fixed an issue at the mirror found when possessing the bird/harpy transformation.
- Fixed a bug that made sadism reduce trauma less than intended.
- Fixed a softlock at the school pool.
- Attending your lesson at the 59th minute in an hour will no longer cause you to arrive later.
- Masturbating at 58+ minutes into a lesson no longer restarts the lesson.
- Fixed penis size display on the character creation screen.
- Fixed an issue with the Robin milk scene.
- Fixed an error found in the farm guard scene.
- Fixed a bug that prevented female NPCs having flat chests.
- Fixed a bugged widget.
- Typo and minor code fixes.

Thanks to braymann for the following fixes:
- Kylar won't show up in the park for Halloween way earlier in the day than intended.
- Lurkers will no longer be missing descriptions in encounters.
- The skill level of your guard will be shown properly during Remy's raid.
- Wren will no longer be confused about who will sit in whose lap.
- Changed the wording on the "uncomfortable prostituting to help avoid Bailey's torments" option to be more obvious about whether it should be checked or not.
- You can now prostitute yourself when offered at the cafe when you have that setting enabled.
- Fixed a problem with some animals having the default dog sprite in multi-beast encounters.
- Fixed some scenes where tentacles can be encountered despite not hallucinating.
- Fixed a bug that caused the player's sprite to not cover themselves with the demon wings.
- Fixed a problem when getting caught masturbating in the swimming lesson.
- Robin will no longer expect you to help them at their stand with your arms still tied.
- Fixed some problems with the scenes where Whitney strips you in the halls.
- Kylar will now mention the "prodigious girth of your penis" when reciting their poem in front of class, as intended.
- Students in the swimming lesson will no longer be able to directly lick your nipples through your swimwear.
- Fixed a couple lurker events that ignored the new lurker toggle.
- You can get into the compound by showing any phials you're selling, instead of having to break in every time.
- Fixed a bug where having an outfit stolen in an encounter will make the automatic rebuy order the bottom half twice.
- Stolen clothes with a custom color will keep that custom color when auto rebuy orders a new one.
- Fixed an error in the wardrobes when discarding clothing.
- Fixed a bug that would cause lower clothing to disappear when taking off a broken top of an outfit at the wardrobe.
- The feathered hairclip, catsuit, and holy stole are included in the special clothing feat boost.
- Fixed a bug where your halo wouldn't disappear after losing your virginity if you didn't have the full angel transformation yet.
- Whitney will no longer escape the pillory to hang out at the park.
- Fixed a typo when cleaning people in the pillory.
- Fixed some instances where you'll gain twice as much fame after an encounter ends.
- Fixed some errors in the Great Hawk's tower.
- Milking your penis at Alex's farm will no longer say it increases farm yield if you end up filling a bottle instead.
- The phallic plant in the moor will now have a warning when you're about to lose a virginity.
- The game will no longer say that Alex is talking on the phone when they're actually clearing a field.
- Eden will now always remove your gag after rescuing you from Remy's farm.
- Choosing to wear a sleeping/swimwear outfit when you don't own a piece of the outfit will no longer cause what you're currently wearing in that slot to get sent to the wardrobe and potentially get broken.
- Breaking into the police computer will get rid of the intended amount of crime.
- The pillory can now properly handle women with dicks and men with vaginas being locked in it.
- Fixed a problem where the night creature's genitals could change between encounters.
- You can no longer seduce Eden indefinitely while dancing. Thanks to Khau.

Thanks to ANotNiceMouse for the following fixes:
- Fixed an event in a home on Domus Street that referred to the PC's actual, rather than apparent, gender.
- Alex will no longer teleport to the yard to pay the PC while sleeping, or in the shower.
- Fixed a broken outcome found when attending pussy inspection with a penis. Thanks to ANotNiceMouse.
- Fixed some issues with changing room occupancy desynchronising from the changing rooms themselves.
- A new class should no longer materialise in the school pool between 14:51 and 14:59.
- Named NPCs will now remember the PC's genitals after seeing them during encounters.


## 0.3.0.4
- Thanks to aimozg for code improvements.
- Disabled the option to be notified of updates automatically. It's still available as a manual button.

### Balance changes
- The PC can now help Alex clear the fifth field before Remy's attack.

### Bug Fixes
- The PC should no longer be able to help Alex clear a non-existent tenth field at Alex's farm.
- Fixed being unable to ask Eden to buy a rug and pillows. Thanks to Khau.
- Fixed being unable to buy Eden a radio. Thanks to Khau.
- Fixed extremely pale nipples if skin tone is enabled.
- Eden should no longer believe the PC has been absent the day after asking them if they can visit town.
- Fixed errors found when climbing the farm watchtower without hiring a guard.
- Rags will no longer materialise after the museum demonstrations.
- Alex will no longer try to clear non-existent fields.
- Builders will no longer lurk on the farm after construction is complete.
- Wren will no longer exclaim that the PC has no panties if they're wearing crotchless panties, then demand them anyway.
- The school pool no longer freezes during winter.
- Fixed a soft lock found when helping Alex tend the woodland.
- Fixed an error found when thanked for expanding the stable.
- Fixed broken location icons at the farm woodland.
- Fixed broken icons found when wearing gold bracelets during encounters.
- Singing with Robin during halloween will no indicate that it lowers their confidence.
- Fixed an error found during an ambient event on the town's streets.
- Fixed a couple of errors found in the estate station.

Thanks to bsmith for the following fixes:
- Fixed a softlock when riding a horse to and from town.
- Fixed a bug that prevented the Parasite Barn from being upgraded.
- Watering all plots will no longer water plots that are ready for harvest.
- Stopped Eden from having second breakfast during the month of Feburary. They're not a hobbit.
- Fixed a bug that prevented you from helping eden prepare the cabin for winter and cleaned up some of the code for the event.
- Fixed a bug that made passing out in Alex's bedroom optional.
- Fixed a rogue NPC unleashed when asking eden for another collar.
- Orgasming no longer allows you to keep walking after you've already reached the park in the whipped cream event.

Thanks to stuffed for the following fixes:
- Fixed a bug that caused body writing on the left thigh to not always appear visually.
- Fixed a bug that made male crossdressers abnormally confident when stripping their top on along the road east of town.
- Fixed a bug that stopped Mason giving apparently male characters detention when caught in the girls' changing room.
- Sanity improvements.

Thanks to braymann for the following fixes:
- Sadism now has an upper limit.
- Sadism is now displayed in the stats menu.
- Acting impressed when you see Alex capture a lurker will no longer prevent you from capturing any lurkers yourself.
- You can no longer go into debt by paying the hairdresser more money than you have.
- Fixed an issue with the cheat menu disappearing in Remy's estate.
- Fixed an error in the alleyways when it's raining or snowing.
- Moving towards the coast while in heels will no longer take you even deeper into the moor instead.
- Various typo fixes.

Thanks to aimozg for the following fixes:
- Added grayscale underwear bulge sprites.
- Fixed an issue that caused parts of certain tops to render beneath breasts.
- Fixed some error message spam.
- Fixed incorrect layering upper clothing parts when item is tucked in. Thanks to aimozg.

Thanks to Lollipop Scythe for the following fixes:
- The tending feat boost should no longer ignore the boost from the green thumb background.
- Fixed some errors with the scene viewer.
- Farm upgrade scenes can no longer be skipped.
- Fixed a problem found when building a parasite barn.
- Adjusted the parasite barn.
- Fixed a minor issue with some of the older wardrobe style links.
- Added the Robin Intro scenes to the scene viewer.
- Added the initial Whitney scenes to the scene viewer.


## 0.3.0.3
- Added a horse/centaur toggle.
- Added sensitivities to the cheat menu. Thanks to stuffed.
- The PC can now spontaneously orgasm in Robin's room. Thanks to stuffed.
- Body parts will now sometimes take sensitivity into account when described. Thanks to stuffed.
- The new renderer now uses greyscale images, improving sprite quality. Thanks to aimozg.
- Thanks to note leven for code improvements.
- Thanks to stuffed for code improvements.

### Balance Changes
- Eden now requires five love hearts before they'll offer the PC dinner.
- Riding lessons now improve thigh skill faster.

### Bug fixes:
- Fixed an error found when defeated by Bailey at the hospital.
- Fixed an error found when spotting Whitney in the park.
- You should no longer be able to work on the farm before dawn.
- Entering the farm woodland should now pass time.
- Tending the woodland will now advertise that it takes 20 minutes.
- Fixed an error found in the farm upgrades menu. Thanks to Lollipop Scythe.
- The parasite barn should no longer be available before it's built.
- The world map will no longer cover the close button when scrolling down in the journal.
- Eden will no longer offer a second dinner after making Christmas dinner.
- The parasite barn can now be displayed as the current building project in the farm upgrades menu. Thanks to Lollipop Scythe.
- Removed duplicate code and text found after masturbating in the park toilets after being watched. Thanks to Crimson Tide.
- Thanks to Crimson Tide for lots of typo fixes.
- Fixed time again. Thanks to note leven.
- Kylar should no longer steal your underwear before meeting you. Thanks to note leven.

Thanks to Khau for the following fixes:
- Stopped many npcs from breaking free.
- Stopped the massage scene from disappearing at 11:30pm.
- The fifth massage cycle will no longer take 33 minutes instead of 30.
- Massaging now increases more of Eden's lust.
- Talking to Eden when traumatized will now show it increases their dominance.
- Stopped the sewing kit from disappearing before you finish sewing in designs for the pillows.
- You can no longer practice shooting while Eden is reading beside the fire.

Thanks to braymann for the following fixes:
- The countdown for Remy's attacks the farm can no longer go into negatives.
- Having sex with Alex in their bed will no longer teleport them into your bed.
- The game will no longer indicate that you gain stress when you hear the sound of soothing rain.
- Whitney will no longer be described as "_text_output" when seeing them in the park.


## 0.3.0.2
- Adjusted the tone of close up chest images when skin colour is disabled.
- Split the Save/Options and statistics/feats into their own menu's and the button layout. Thanks to Lollipop Scythe.
- Code improvements for the options menu. Thanks to Lollipop Scythe.
- Added an anal parasite birthing locaiton to Alex's farm. Thanks to Lollipop Scythe.
- You can now walk to school with Robin early. Thanks to stuffed.

Thanks to Khau for the following additions and improvements:
- Added the ability to dust and sweep the cabin floor.
- Added the ability to make salves and soap in the cabin.
- Added the ability to ask Eden to furnish the cabin, which allows you to buy a rug, pillows, and new curtains. You also make a coat hanger and loveseat together.accordingly. The furniture impacts descriptions and events.
- Added the ability to sew a fur blanket for the loveseat after it's made.
- Added the ability to sew designs in the pillows after they're purchased.
- Added the ability to make a scarf for Eden in the winter.
- Added the ability to give Eden a massage once the rug is purchased.
- Added the ability to ask Eden to be safe on their hunts.
- In autumn, you can work with Eden to prepare the cabin for winter.
- Added a boat scene to Eden's lake event. The scene's intro only happens once per game.

### Bug fixes
- Fixed a few errors found when the PC orgasms. Thanks to stuffed, radiance and PurityGuy.
- Fixed a soft lock found at wardrobes. Thanks to Lollipop Scythe.
- Fixed an issue with Eden being worried without you leaving the cabin for longer than your allowed time. Thanks to Khau.
- The farm should now transition to a new day properly. Thanks to note leven.
- Fixed a number of issues with Alex and farm events not resetting at the end of the day.

Thanks to aimozg for the following fixes:
- Fixed neck items not displaying.
- Hand items should no longer display above sleeves.
- Fixed error in clothing shop when new renderer was never enabled.
- Left sleeves should no longer unintentionally switch to cover.

Thanks to PurityGuy for the following fixes:
- Alex's first kiss during encounters will now properly be counted as a love interest's kiss, should the requirements be met.
- Fixed Alex breaking containment if they don't feel comfortable talking to the player about upgrading the farm.
- Alex only loves half as much after sex.
- Alex's lust is now clamped properly, and they will no longer resemble pre-0.2 Eden.
- Alex's displayed lust loss after sex is now consistent with other NPCs.
- The player no longer loves a 0.3.0.1 Error: <<if>>: bad conditional expression in <<if>> clause: pronoun is not defined with secrets.
- Typo fixes.


## 0.3.0.1
- Sensitive nipples will now be desribed a such at points throughout the game. Thanks to stuffed.

### Bug Fixes
- Thanks to radiance for code improvements.
- Thanks to stuffed for fixing a number of issues.

Thanks to note leven for the following fixes:
- Fixed time itself.
- Fixed a number of errors found in the orphanage garden.
- Fixed more broken time.
- Fixed an error found at market.
- Fixed a broken widget.
- Fixed a problem with ball hair.
- Fixed an issue with neckwear.
- Added body filter to blush.
- Fixed some formatting issues in the journal, and during Blackjack.
- Robin no longer gives you double fame after sex.
- Typo fixes.

Thanks to braymann for the following fixes:
- Fixed a softlock when walking along the road to the farms when your headwear gets snatched by the wind.
- An undefined steed will no longer be waiting for you outside of town before you've saddled one of Alex's horses.
- Fixed an error when agreeing to work at Alex's farm.
- Build projects on the farm will now properly progress each day.


## 0.3.0.0
- Added Alex's cottage. The PC can move in following an event that triggers a few days after restoring the fourth field.
- Alex now becomes available as a love interest.
- The PC can now gain control of Alex's fields, and plant what they like.
- You can now ride a horse between Alex's farm and the town.
- Remy will now launch full assaults on Alex's farm.
- Added construction projects to Alex's farm, allowing its facilities and defences to be improved, and its grounds expanded.
- Aphrodisiacs can now be produced at Alex's farm, and sold to a specific buyer.
- Added the "Hurl net" ability to lurker encounters.
- Added more events to Alex's farm.
- One of the new scenes, featuring a ladder and Alex's wandering eyes, was written in collaboration with Mookie.
- Further fields can now be cleared at Alex's farm, up to nine. Farm features unlock as more fields are cleared.
- Producing enough milk or semen when milking yourself at Alex's farm will now bottle the fluid, letting you sell it at market.
- Adjusted and incorporated the Alex breakfast scene and shower voyeur scene from noeinan's World Expansion mod.
- Added feet actions to struggle encounters. "Dodge" lets you avoid grapples using your feet skill. "Plant" lets you apply feet skill to grip chance.
- Added the rag top and rag skirt to the museum demonstrations. Art courtesy of ThatPersonOverThere.
- Separated the journal into its own overlay, and added a world map. Includes a wintry map variant when appropriate. Art courtesy of Prota.
- Replaced the CSS filter system responsible for colouring images. It now uses HTML Canvas, animated through JS. This should improve performance, fix a number of issues, and help future development. Thanks to aimozg.
- Added 108+ bite-sized events based on the current season and weather to the world. Written by Kealoz with adjustments, additions and code by PurityGuy.