Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Releases: brechtcs/dterm

0.3.0

10 Jul 18:11
73a848c

Choose a tag to compare

Breaking changes:

  • Simplify configuration storage (using file URL instead of home dat)
  • Sanitize DOM nodes before rendering (prepares iframe sandbox: see #8)
  • Remove usage of experimental APIs (simplifies initial implementation of iframe sandbox, might be reintroduced later)

Bugfixes & enhancements:

  • Keep recent command history in sessionStorage to persist after refresh
  • Fix loss of selection issue when pressing modifier key
  • Deprecate and cleanup public-state
  • Remove usages of deprecated DistributedFilesEntry

0.2.0

23 May 19:38

Choose a tag to compare

  • Introduce home dat for configuration purposes
  • Support copying and moving files between archives
  • Adds dat fork subcommand
  • Introduce basic open command
  • Create public-state module for external commands
  • Extract several modules to common dfurl project

People updating from v0.1.0 might want to run term recover --save to recover their settings and save them to their home dat.

0.1.0

01 May 07:41
0cad67c

Choose a tag to compare

First official release

MIT

01 May 07:35

Choose a tag to compare

MIT

Last version of dterm distributed under the MIT license:

MIT License

Copyright (c) 2019 Paul Frazee
Copyright (c) 2019 dterm contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.