1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 10:04:21 +03:00
inform7/notes/release/pending.md
2023-01-01 22:31:37 +00:00

1.6 KiB

Pending

These will be added to release notes when the release is made.

Features

  • This was reported as Jira bug I7-2087 "three anonymous standard rules", but is arguably a feature request: that three rules in the Standard Rules should have names. All three are simple rules, two of them occurring early and late in the turn cycle to consider whether a scene change has happened, and one as the fallback rule making an action succeed if no rules have intervened in the process.
    early scene changing stage
    late scene changing stage
    default action success rule
    

Bug fixes

  • Fix for Jira bug I7-2139 "Articles become part of relation name" (commit 85110a9)
  • Fix for Jira bug I7-2234 "Non-heading @ sections not supported in template files" (Inweb: commit f2aaa32)
  • Fix for a "very old quirk of I7 where it generates a story.gblorb.js file for the interpreter website, but the filename is a lie. It's the base64-encoding of the story.ulx file, not the story.gblorb." (Andrew Plotkin, not from Jira)
  • Fix for Jira bug I7-2269 "Output of I6 floating point literals strips the '+', resulting in uncompilable I6" (commit 8155d40)
  • Cosmetic fixes not worth linking to (I7-2270, I7-2268)