Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
bumped version in info.plist and added auto-completion to the list of…
Browse files Browse the repository at this point in the history
… changes in 0.0.3
  • Loading branch information
rsms committed Jan 1, 2011
1 parent dc55f2c commit 42da936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/Info.plist
@@ -1,7 +1,7 @@
{ {
CFBundleExecutable = "${EXECUTABLE_NAME}"; CFBundleExecutable = "${EXECUTABLE_NAME}";
CFBundleShortVersionString = "0.0.2"; CFBundleShortVersionString = "0.0.3";
CFBundleVersion = "0.0.2"; CFBundleVersion = "0.0.3";
CFBundleIconFile = "kod.icns"; CFBundleIconFile = "kod.icns";
CFBundleIdentifier = "se.hunch.kod"; CFBundleIdentifier = "se.hunch.kod";
CFBundleInfoDictionaryVersion = "6.0"; CFBundleInfoDictionaryVersion = "6.0";
Expand Down
4 changes: 4 additions & 0 deletions resources/changelog
Expand Up @@ -29,6 +29,10 @@
* [FIXED] Resizing the window while the sidebar is hidden caused the sidebar * [FIXED] Resizing the window while the sidebar is hidden caused the sidebar
layout break when later shown. Ticket 4 layout break when later shown. Ticket 4


* [NEW] Auto-completion (or "suggestion"). When placing the cursor in front of
of a partial word and hitting the ESC button, a list of suggested complete
word appear and the most probable word is inserted. Ticket 84

* See http://hunch.lighthouseapp.com/projects/66522/milestones/96486 for more * See http://hunch.lighthouseapp.com/projects/66522/milestones/96486 for more
details. details.


Expand Down

0 comments on commit 42da936

Please sign in to comment.