Skip to content

Releases: textadventures/quest

v6.0.0-beta.15

29 Mar 17:20

Choose a tag to compare

  • Bump Microsoft.ApplicationInsights.AspNetCore
  • Set crossorigin on script tags

Full Changelog: v6.0.0-beta.14...v6.0.0-beta.15

v6.0.0-beta.14

29 Mar 12:12

Choose a tag to compare

What's Changed

  • Add active game session tracking and admin status endpoint
  • Add optional Azure Application Insights integration to WebPlayer

Full Changelog: v6.0.0-beta.13...v6.0.0-beta.14

v6.0.0-beta.13

17 Mar 21:42

Choose a tag to compare

Adds a /health healthcheck endpoint to WebPlayer.

Full Changelog: v6.0.0-beta.12...v6.0.0-beta.13

v6.0.0-beta.12

10 Mar 19:46
745a219

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0-beta.11...v6.0.0-beta.12

v6.0.0-beta.11

18 Feb 19:10

Choose a tag to compare

Fix line endings in release.sh

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Quest 5.9

02 Feb 15:41

Choose a tag to compare

What's Changed

This is the first release of Quest since I (@alexwarren) took over maintenance of it again. Many thanks to @ThePix for looking after Quest for the last few years!

Major changes

The main purpose of this release is to update the main dependencies - the embedded Chromium browser (CEF) has been updated. Quest was previously using CEF version 39, from late 2014, which meant that it didn't support many new web features. Now it's using version 130, which means the desktop version of the Quest Player should support all the same things you can do in the web version.

The .NET Framework version used has been upped to 4.8. This is already included in Windows 10 and 11 which means the Quest setup file doesn't need to install .NET separately any more.

With both of the above changes, the minimum for running Quest is now Windows 10 or Windows 11, and only 64-bit Windows is supported. With Windows 11 not being available in a 32-bit version, and Windows 10 going out of support later this year (in October 2025), it doesn't seem worth distributing a 32-bit version of Quest (which would mean doubling size of the already large setup file, or releasing it separately).

  • .NET 4.8 by @alexwarren in #1217
  • Update CEF by @alexwarren in #1218
  • "Show Sandpit" and "Show Adult" options have been removed from the game browser. These games are now never displayed.
  • JAWS API has been removed (it was not compatible with the 64-bit build)

Other changes

  • Tweaked logo and desktop Icon by @Pertex in #1309
  • Add custom location bar background image option by @Pertex in #1347
  • Add delay option to walkthrough by @Pertex in #1243
  • Transcript Overhaul by @KVonGit in #1352
  • In the script adder, all nodes start collapsed except the first node by @Pertex in #1394
  • Added new MovePlayer function by @KVonGit in #1320
  • In Quest 2 games, x and examine are now synonyms for look at
  • Fixed bug where give didn't work in Quest 2 games

Translation updates

Bug fixes and documentation updates

New Contributors

  • @DPS2004 made their first contribution in #1138
  • @TextMisadventures made their first contribution in #1237

Full Changelog: 5.8.0...v5.9-rc

Quest 5.8.0

20 Jul 11:37
2c6caa2

Choose a tag to compare

Latest release for Quest, with an updated interface and many other new features.

Quest 5.8.0 beta 15

27 Apr 08:21
dd0bd96

Choose a tag to compare

Quest 5.8.0 beta 15 Pre-release
Pre-release

The beta 5 version sorts out issues with turnscripts and ALL.

Beta 6 removes code that sets game.questplatform from the start up as it was messing with walkthroughs; fixes issues with turnscripts; fixes bugs in log and transcript; updates Greek and corrects how the worn modifer is used in that and other languages, adds ShowMenu, etc. to game books, corrected bug in saverequest with brackets appearing.

Beta 7 corrects a number of bugs, in particular some translations in Dansk.aslx that should have been there several versions ago. WhereAmI is no longer called by default, bug with search/replace fixed, transcript issues fixed.

Beta 8 corrects a bug in DevMode. Handling TAKE/DROP ALL has been modified to do what we think makes more sense for items in containers, NPCs, etc.

Beta 9 adds language support for "Object is excluded when entering TAKE ALL".

Beta 10 fixes an issue with zooming the map, and corrects some language issues for German and Danish.

Beta 11 updates DevMode; text now scrolls after a Timeout delay.

Beta 12 sorts a couple of issues with containers that DavyB spotted, and a couple of translations from SoonGames.

Beta 13 includes an update to DevMode by SoonGames, extra synonyms for put/in and remove/from, and two new functions GetDefiniteName (for English only) and QuickParams .

Beta 14 prepends "the" to the not open message in English, and better "this" handling for the text processor.

Beta 15 uses Tsplit for either and select in the text processor.

Quest 5.7.2

01 Feb 21:52
b25fc2c

Choose a tag to compare

This is a minor update to Quest 5.7.

This mosrly corrects a whole bunch of small issues, but does give more options for the scope of commands, coloured labels for the map and a new JS.addScript function for sending code to the output without it affecting the flow of text.

Quest 5.8.0 beta 1

25 Apr 13:23
1c49c85

Choose a tag to compare

Quest 5.8.0 beta 1 Pre-release
Pre-release

The first beta for Quest 5.8.0, this has a modernised interface and better internationalisation (thanks to SoonGames).