pentest-distro-builder/filesystem/root/.tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md
Kaj Forney 4fdc60b6a2 Add autologin and custom tmux config.
Former-commit-id: 9f5a64d372
Former-commit-id: 89d8a1302bd2a72239fbe9ad9820be4ecda76cab
2018-09-27 17:40:01 -06:00

1.4 KiB

Changelog

master

  • move setup task to .travis.yml for travis tests
  • "merge" travis.yml and travis_for_plugins.yml files (no need to keep em separate)
  • add more useful helper functions
  • remove tmux-test repo as a submodule from self, this causes issues with $ git submodule update --recursive --init command that some users use for managing other plugins

v0.2.0, 2015-02-22

  • setup script gitignores tests/helpers.sh
  • move tests/helpers.sh to tests/helpers/helpers.sh
  • setup undo removes added lines from gitignore file

v0.1.0, 2015-02-22

  • changes so that 'tmux-test' can be included with tmux plugins
  • do not gitignore submodules directory
  • add installation and usage instructions
  • copy .travis.yml to the project root when running setup script
  • add a brief mention of travis CI to the readme
  • add test helpers
  • setup script symlinks helpers file to tests/ directory
  • setup script can undo most of its actions
  • add a tmux scripting test
  • tmux-test uses tmux-test to test itself
  • update tmux-test submodule
  • a different travis.yml for tmux-test and for plugins

v0.0.1, 2015-02-21

  • git init
  • add vagrant provisioning scripts for ubuntu and debian
  • add a ".travis.yml" file
  • generic "run_tests" script
  • "run_tests_in_isolation" script
  • add "Vagrantfile"
  • enable passing VM names as arguments to "run_tests" script