Skip to content

Commit 38dcead

Browse files
committed
fix CHANGELOG in Emacs markdown polymode
1 parent b6db290 commit 38dcead

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGELOG.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
* fix resolving promise from echo typing animation when previous command was async [#797](https://github.com/jcubic/jquery.terminal/issues/797)
113113
* fix double exception in terminal::destroy
114114
* fix double call to finalize function when echo DOM nodes
115-
* fix $.terminal.substring [#792](https://github.com/jcubic/jquery.terminal/issues/792)
115+
* fix `$.terminal.substring` [#792](https://github.com/jcubic/jquery.terminal/issues/792)
116116

117117
## 2.33.3
118118
### Bugfix
@@ -753,7 +753,7 @@
753753

754754
## 2.3.0
755755
### Features
756-
* add experimental $.terminal.pipe function
756+
* add experimental `$.terminal.pipe` function
757757
* allow to return string from onPaste (not only a promise)
758758
* add CTRL+Home and CTRL+End keys + HOME and END move cursor to the end and beginning of the line [#479](https://github.com/jcubic/jquery.terminal/issues/479)
759759
* zoom page when using mousewheel + CTRL key (browser default) [#468](https://github.com/jcubic/jquery.terminal/issues/468)
@@ -851,7 +851,7 @@
851851
* fix escape bracket in command line
852852
* fix relative and absolute urls with default `anyLinks: false`
853853
* fix android and iPhone issues [#443](https://github.com/jcubic/jquery.terminal/issues/443) [#414](https://github.com/jcubic/jquery.terminal/issues/414)
854-
* fix ANSI escapes in unix_formatting [$444](https://github.com/jcubic/jquery.terminal/issues/444)
854+
* fix ANSI escapes in unix_formatting [#444](https://github.com/jcubic/jquery.terminal/issues/444)
855855
* fix jumping cursor when there are no text before cursor line in Chrome
856856
* fix selection menu in latest Android
857857
* fix wrong number of chars per line when insert called after init and scrollbar appear
@@ -915,7 +915,7 @@
915915
* embed emoji regex by Mathias Bynens for better emoji detection
916916
* allow to execute extended commands including terminal and cmd methods from formatters
917917
* support for true colors (24bit) in unix formatting [#433](https://github.com/jcubic/jquery.terminal/issues/433)
918-
* expose split_characters in $.terminal namespace
918+
* expose split_characters in `$.terminal` namespace
919919
* cmd commands option functions to have cmd as this context
920920

921921
### Bugfix
@@ -999,7 +999,7 @@
999999
### Features
10001000
* add TypeScript definition file
10011001
* update formatters API to have a way to return position after replace from function formatter
1002-
* regex formatters and $.tracking_replace now accept function as replacement
1002+
* regex formatters and `$.tracking_replace` now accept function as replacement
10031003
* update unix formatters to use new API so they work with command line
10041004
* set exit to false if no login provided
10051005

@@ -1013,8 +1013,8 @@
10131013
## 1.18.0
10141014
### Feature
10151015
* looping regex formatters that replace until they don't match the regex
1016-
* add tracking_replace to $.terminal namespace
1017-
* $.terminal.syntax helper
1016+
* add tracking_replace to `$.terminal` namespace
1017+
* `$.terminal.syntax` helper
10181018
* new language for prism: "website" that handle html, javascript and css syntax
10191019

10201020
### Bugs
@@ -1027,10 +1027,10 @@
10271027
### Features
10281028
* add ascii_table utility in separated file
10291029
* per user command line history
1030-
* add $.terminal.parse_options which return same object as yargs parser
1031-
* $.jrpc helper now return its own created promise instead of $.ajax
1030+
* add `$.terminal.parse_options` which return same object as yargs parser
1031+
* `$.jrpc` helper now return its own created promise instead of `$.ajax`
10321032
* add wcwidth as dependency so it will always show wider characters correctly (in browsers will work the same as optional)
1033-
* expose terminal exception in $.terminal namespace
1033+
* expose terminal exception in `$.terminal` namespace
10341034
* new API option doubleTab [#405](https://github.com/jcubic/jquery.terminal/issues/405)
10351035

10361036
### Bugfix
@@ -1055,7 +1055,7 @@
10551055
### Bugs
10561056
* fix paste/select all when click below .cmd
10571057
* second fix to jumping on right click (context menu) [#399](https://github.com/jcubic/jquery.terminal/issues/399)
1058-
* change $.terminal.prism_formatting to $.terminal.prism
1058+
* change `$.terminal.prism_formatting` to `$.terminal.prism`
10591059

10601060
## 1.16.0
10611061

@@ -1072,8 +1072,8 @@
10721072

10731073
### Bugs
10741074
* fix resizer in Firefox [#395](https://github.com/jcubic/jquery.terminal/issues/395)
1075-
* fix $.terminal.columns and echo array [#394](https://github.com/jcubic/jquery.terminal/issues/394)
1076-
* fix $.terminal.columns for wider characters and terminal formatting
1075+
* fix `$.terminal.columns` and echo array [#394](https://github.com/jcubic/jquery.terminal/issues/394)
1076+
* fix `$.terminal.columns` for wider characters and terminal formatting
10771077
* fix rows() when using --size [#398](https://github.com/jcubic/jquery.terminal/issues/398)
10781078
* fix null in JSON hash
10791079
* fix jumping on right click (context menu) [#399](https://github.com/jcubic/jquery.terminal/issues/399)
@@ -1220,7 +1220,7 @@
12201220

12211221
## 1.9.0
12221222
### Features
1223-
* new api utils $.terminal.length and $.terminal.columns
1223+
* new api utils `$.terminal.length` and `$.terminal.columns`
12241224
* echo array (resizable in columns that fit the width, using settings.tabs as pad right)
12251225
* callback function parseObject that's called on object different then string (on render)
12261226
* calling option method with numRows or numChars redraw terminal output (for testing)
@@ -1281,7 +1281,7 @@
12811281
## 1.7.0
12821282
### Features
12831283
* add option caseSensitiveAutocomplete default to true [#332](https://github.com/jcubic/jquery.terminal/issues/332)
1284-
* expose Stack/Cycle/History in $.terminal so they can be tested
1284+
* expose Stack/Cycle/History in `$.terminal` so they can be tested
12851285
* make `:focus-within .prompt` selector work with terminal (work also on codepen)
12861286
### Bugs
12871287
* fix jumping of terminal when created one after another and changing the one that have focus in Edge
@@ -1505,7 +1505,7 @@
15051505
* add option softPause to control pause visible option - it don't hide the prompt when set to true
15061506
* add wordAutocomplete option (default true)
15071507
* add complete and `before_cursor` api methods and use it for autocomplete
1508-
* formatting for command line (you can't type formatting but you can use $.terminal.formatters to
1508+
* formatting for command line (you can't type formatting but you can use `$.terminal.formatters` to
15091509
* format command you're writing)
15101510
* new option formatters for echo (error method by default disable formatters)
15111511
* interpeter and terminal accept extra option that can be use in onPop or onPush
@@ -1773,8 +1773,8 @@
17731773
* paste text from selection using middle mouse button
17741774
* fix login, history and exec
17751775
* disable few things when in login function
1776-
* all Strings are in $.terminal.defaults.strings
1777-
* more functions in $.terminal object
1776+
* all Strings are in `$.terminal.defaults.strings`
1777+
* more functions in `$.terminal` object
17781778

17791779
## 0.7.12
17801780
* fix terminal when start as invisible, rest property to parseCommand

0 commit comments

Comments
 (0)