Skip to content

Releases: kintesh/containerise

3.0.0

19 Mar 22:14
Compare
Choose a tag to compare

Added

  • Support internationalized domain names with punycode.
  • Support for Regex patterns (@.+\.google\.com$ --> .+\.google\.com$)
  • Support for Glob patterns (!*.google.com --> *.google.com)
  • Ignore lines starting with # during CSV import.

Changed

  • Container icons are no longer accessible, fallback to simple indicators.

2.5.1

25 Oct 19:27
Compare
Choose a tag to compare

Changed

  • Case insensitive matching.
  • Changed strict_min_version fro 57 to 53. (Some functionality may not work).

2.5.0

20 Aug 20:49
Compare
Choose a tag to compare

Added

  • Selects container based on current tab when opening the extension ui.

Changed

  • Opening in container based on Path should work.

2.4.0

22 May 22:27
Compare
Choose a tag to compare

Changed

  • Various visual changes.

2.3.0

23 Apr 21:37
Compare
Choose a tag to compare

Added

  • Automatically create containers that don't match any exist container when adding a rule in CSV editor.
  • Update the list of available container when a is created, removed or updated.

Changed

  • Persist active tabs when visiting a mapped domain with Command+Click (OS X), Ctrl+Click (Windows and Linux).

Resolves #12, #14, #26, and #28.

2.2.0

06 Apr 19:42
Compare
Choose a tag to compare

Added

  • Allow specific extensions to ask for hostmap (resolves #17)

Resolves #17

2.1.0

01 Nov 20:33
Compare
Choose a tag to compare

Added

  • Added subdomain support thanks to @ethhics
  • Set up Travis.

Changed

Various changes to build system.

2.0.0

08 Oct 21:22
Compare
Choose a tag to compare

Added

  • Added No Container option to open mapped hosts outside of a container.

Changed

  • Complete redesign of the extension.
  • URL mapping no longer relies on the container names
  • v1 UI is hidden but can be opened by clicking on the left arrow button.
  • BREAKING You might loose your mapping from v1*

1.0.0

01 Oct 20:19
Compare
Choose a tag to compare

Added