Skip to content

Commit

Permalink
update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-akara committed May 13, 2018
1 parent 10b4a6e commit e122088
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 50 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.3.0 - 5.13.2018
### Features
- New Settings Preference: Auto close dialog on focus lost
- When set, the dialog will now auto close when clicking outside the dialog
- New Settings Command: Favorites Unset Selected As Favorite
- Remove `Favorite` attribute from item in `working`, but leave item in `working` view
- New Settings Command: Favorites Clear All Except Favorites From Working View
- Removes all items in `working` excpet those marked as favorites
- Improved color distinction the `Favorite` marker to be more visible
## 1.2.0 - 3.20.2018
### Features
- Finder dialog launch speed significantly improved for extremely large projects
Expand Down
100 changes: 50 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,56 @@ Current interfaces provided:
---

* [Changelog](CHANGELOG.md)
* [Background](#Background)
* [The problem](##The-problem)
* [Goals](##Goals)
* [Optimum Experience](#Optimum-Experience)
* [Installation](#Installation)
* [Eclipse Marketplace](##Eclipse-Marketplace)
* [Recommended setup](##Recommended-setup)
* [KAVI implemented features for all interfaces ](#KAVI-implemented-features-for-all-interfaces )
* [Term Matching](##Term-Matching)
* [Multi column](###Multi-column)
* [Specific column](###Specific-column)
* [Literal](###Literal)
* [Fuzzy multi word out of order](###Fuzzy-multi-word-out-of-order)
* [Quality filtering](###Quality-filtering)
* [Acronym](###Acronym)
* [Ranking Sort](##Ranking-Sort)
* [Fast Select](##Fast-Select)
* [Immediate action invocation](###Immediate-action-invocation)
* [Multi select](###Multi-select)
* [Range select](###Range-select)
* [Inverse select](###Inverse-select)
* [All select/deselect](###All-select/deselect)
* [Navigation](##Navigation)
* [List paging](###List-paging)
* [Cursor movement in input field](###Cursor-movement-in-input-field)
* [Working and Discovery Modes](##Working-and-Discovery-Modes)
* [Switching modes](###Switching-modes)
* [Recent](###Recent)
* [Favorites](###Favorites)
* [Export/Import preferences](###Export/Import-preferences)
* [Across workspaces](###Across-workspaces)
* [Context Actions](##Context-Actions)
* [Copy selected to clipboard](###Copy-selected-to-clipboard)
* [View Selected](###View-Selected)
* [Favorites](###Favorites)
* [Sort](###Sort)
* [Export/Import](#Export/Import)
* [Default view mode](###Default-view-mode)
* [Commander](#Commander)
* [Columns](##Columns)
* [Launchers](##Launchers)
* [Finder](#Finder)
* [Columns](##Columns)
* [Working](##Working)
* [Design and Technical Notes](#Design-and-Technical-Notes)
* [Fuzzy matching](##Fuzzy-matching)
* [Ranking](##Ranking)
* [User intention](##User-intention)
* [Software](##Software)
* [Building Plugin](##Building-Plugin)
* [Background](#background)
* [The problem](##the-problem)
* [Goals](##goals)
* [Optimum Experience](#optimum-experience)
* [Installation](#installation)
* [Eclipse Marketplace](##eclipse-marketplace)
* [Recommended setup](##recommended-setup)
* [KAVI implemented features for all interfaces ](#kavi-implemented-features-for-all-interfaces )
* [Term Matching](##term-matching)
* [Multi column](###multi-column)
* [Specific column](###specific-column)
* [Literal](###literal)
* [Fuzzy multi word out of order](###fuzzy-multi-word-out-of-order)
* [Quality filtering](###quality-filtering)
* [Acronym](###acronym)
* [Ranking Sort](##ranking-sort)
* [Fast Select](##fast-select)
* [Immediate action invocation](###immediate-action-invocation)
* [Multi select](###multi-select)
* [Range select](###range-select)
* [Inverse select](###inverse-select)
* [All select/deselect](###all-select/deselect)
* [Navigation](##navigation)
* [List paging](###list-paging)
* [Cursor movement in input field](###cursor-movement-in-input-field)
* [Working and Discovery Modes](##working-and-discovery-modes)
* [Switching modes](###switching-modes)
* [Recent](###recent)
* [Favorites](###favorites)
* [Export/Import preferences](###export/import-preferences)
* [Across workspaces](###across-workspaces)
* [Context Actions](##context-actions)
* [Copy selected to clipboard](###copy-selected-to-clipboard)
* [View Selected](###view-selected)
* [Favorites](###favorites)
* [Sort](###sort)
* [Export/Import](#export/import)
* [Default view mode](###default-view-mode)
* [Commander](#commander)
* [Columns](##columns)
* [Launchers](##launchers)
* [Finder](#finder)
* [Columns](##columns)
* [Working](##working)
* [Design and Technical Notes](#design-and-technical-notes)
* [Fuzzy matching](##fuzzy-matching)
* [Ranking](##ranking)
* [User intention](##user-intention)
* [Software](##software)
* [Building Plugin](##building-plugin)
---
# Background

Expand Down

0 comments on commit e122088

Please sign in to comment.