757 research outputs found

    newcastle-living-lab/living-lab: Version 1.15.0

    No full text
    v1.15.0 <ul> <li>Added support for <a href="https://www.npmjs.com/package/pkg">pkg</a>.</li> </ul> Pkg support <p>The Living Lab project can now be built as a standalone runtime using <code>pkg</code>.</p> <p>To build Living Lab, run <code>npm run pkg-win</code> or <code>npm run pkg-mac</code> from the <code>src</code> directory. The runtimes will be built into the respective platform directories in <code>../pkg/</code>.</p> <p>When installed with the Living Lab project, the sqlite3 module installs a driver for the given platform at install-time. This can't be bundled in the <code>pkg</code> process and must be copied manually to the pkg platform directory.</p> <p>The file will be here: <code>src\node_modules\sqlite3\lib\binding\{platform}\node_sqlite3.node</code></p> <p>When the standalone Living Lab is ran, it will use <code>config</code> and <code>data</code> folders that are in the same level as the executable. For example:</p> <pre><code>|-- pkg |-- data |-- config |-- living-lab.exe |-- node_sqlite3.node </code></pre&gt

    newcastle-living-lab/living-lab: Version 1.17.0

    No full text
    v1.17.0 <ul> <li>Added Layer Export/Import functionality.</li> <li>Started adding support for Audio files to Library/Design.</li> </ul> Export Layers <p>Layers and their child objects can be exported from the Layers menu. This will produce a block of encoded text which can be copied, pasted, saved or transported, and allows the layer and its child objects to imported into another project.</p> <p>In future releases, this functionality will be expanded to include associated events and actions.</p> <p>Exported layers can be imported into the same project, or a different project on the same Living Lab instance.</p> <p><strong>Note:</strong> Importing the layer into <em>another Living lab instance</em> may result in inconsistencies or missing links to any local Library resources if used in the source project.</p&gt

    newcastle-living-lab/living-lab: Version 1.23.1

    No full text
    Updated keyboard/presenter control to include PageUp/PageDown keys

    newcastle-living-lab/living-lab: Version 1.25.8

    No full text
    COSMOS: Added Drag and Drop re-ordering to certain items

    newcastle-living-lab/living-lab: Version 1.16.0

    No full text
    <ul> <li>Added internal event logging functionality. See <code>events</code> table in the SQLite database.</li> <li>Fixed issue with removing playlists.</li> </ul&gt

    newcastle-living-lab/living-lab: Version 1.18.1

    No full text
    v1.18.1 <ul> <li>Fixed an issue loading the events/actions when opening a Project.</li> <li>Updated logos.</li> </ul&gt

    newcastle-living-lab/living-lab: Version 1.18.0

    No full text
    v1.18.0 <ul> <li>Added collapsible left column functionality to Design screen.</li> <li>Added "unsupported browser" notification.</li> <li>Updated other UI aspects of the Design screen.</li> </ul&gt

    newcastle-living-lab/living-lab: Version 1.20.0

    No full text
    v1.20.0 <ul> <li>Added Project Export/Import feature.</li> <li>Changed size of drag handles to be larger.</li> </ul> Project Export/Import <p>It is now possible to export/import projects between instances. When a project is open in the Design screen, use the Project > Export menu item. This will build a zip file which includes all project data, as well as any image or audio resources used.</p> <p>Use the Project > Import menu item to import a previously exported project zip file. The project will be imported under the same name, and any resources will be added to the local filesystem.</p> <p><em>Note: if resource files already exist with the same name, the will be overwritten with the imported ones.</em></p> <p>Only resources with images and audio will be added to the <em>Library</em>. Resources in the project based on simple elements or shapes - like stars, rectangles, lines - will not be added to the library. This is due to projects using the <em>properties</em> of resource objects to create unique instances when they are used; rather than referencing a 'shared' object in the library.</p&gt

    newcastle-living-lab/living-lab: Version 1.23.0

    No full text
    v1.23.0 Added support for Keyboard/presenter navigation in playlist. Added Modified timestamp to Playlist listing. Added Loop Playlist control. Added views links to generated Playlist page. Playlist changes Some of these changes will only be available on newly-created playlists, or when existing ones are updated or re-saved

    newcastle-living-lab/living-lab: Version 1.24.0

    No full text
    v1.24.0 Added functionality to navigate to a URL at the end of Playlists. Updated Playlist page to save settings to browser session storage
    corecore