aboutsummaryrefslogtreecommitdiffhomepage
path: root/release_notes.html
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-05 01:22:25 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-06-05 01:22:25 -0700
commit10aa107380cea9d79b7a35e2c5c4b507d7646334 (patch)
tree8a73b0770f75c9da143151c095aa2465fd70f4c4 /release_notes.html
parent53cba2a2e649e409f14de9e74951bfbe5dffe438 (diff)
Updated relnotes
Diffstat (limited to 'release_notes.html')
-rw-r--r--release_notes.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/release_notes.html b/release_notes.html
index b80e5c2c..737020b6 100644
--- a/release_notes.html
+++ b/release_notes.html
@@ -19,7 +19,10 @@ li {
<li><b>Overrides of default functions should be fixed</b>. The "internalized scripts" feature is disabled for now.</li>
<li><b>Disabled delayed suspend</b>. This is a strange job-control feature of BSD systems, including OS X. Disabling it frees up Control Y for other purposes; in particular, for yank, which now works on OS X.</li>
<li><b>fish_indent is fixed</b>. In particular, the <span class="mono">funced</span> and <span class="mono">funcsave</span> functions work again.
-<li>A SIGTERM now ends the whole execution stack again (<a href="https://github.com/ridiculousfish/fishfish/issues/13">from this issue</a>).
+<li>A SIGTERM now ends the whole execution stack again (<a href="https://github.com/ridiculousfish/fishfish/issues/13">resolving this issue</a>).
+<li>Bumped the __fish_config_interactive version number so the default fish_color_autosuggestion kicks in.
+<li>fish_config better handles combined term256 and classic colors like "555 yellow".
+
</ul>
<h3>New Features</h3>
@@ -33,7 +36,7 @@ li {
</ul><br>
Credit to Siteshwar for implementation. Thanks Siteshwar!
</li>
-
+</ul>
<hr>