Skip to content

Commit

Permalink
add caseSensitiveAutocomplete option #332
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 8, 2017
1 parent 62e65e4 commit 959ae9a
Show file tree
Hide file tree
Showing 10 changed files with 188 additions and 53 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 1.6.5
## 1.7.0
### Features
* add option caseSensitiveAutocomplete default to true
### Bugs
* fix jumping of terminal when created one after another and chaning the that have focus in Edge
* fix issue that all terminals was enabled not the last one created
* fix issue that on click next terminal get focused on desktop with touch screen and on mobile (reported by @itsZN)
* fix issue that on click next terminal get focused on browsers with touch screen (reported by @itsZN)
* fix missing default keymap in cmd plugin (found on SO by Arnaldo Montoya)
* update dterm to enable terminal when is visible (when open) using IntersectionObserver
* fix issue with focus on click on MacOS (reported by @RomanPerin)
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-1.6.4.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2017 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Mon, 04 Sep 2017 07:48:16 +0000
* Date: Fri, 08 Sep 2017 09:18:15 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal-1.6.4.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2017 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Mon, 04 Sep 2017 07:48:16 +0000
* Date: Fri, 08 Sep 2017 09:18:15 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down
2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 959ae9a

Please sign in to comment.