Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Enter work on the .. ( up a dir ) line #1013

Merged
merged 3 commits into from Jul 2, 2019
Merged

Make Enter work on the .. ( up a dir ) line #1013

merged 3 commits into from Jul 2, 2019

Conversation

PhilRunninger
Copy link
Member

@PhilRunninger PhilRunninger commented Jul 2, 2019

Description of Changes

Closes #1012

Added a callback to handle cases where a node is not found on the tree, as is the case when selecting the .. ( up a dir ) line.


New Version Info

  • Derive a new version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • Update CHANGELOG.md, following this format/example:
    #### MAJOR.MINOR...
    - **.PATCH**: PR Title (Author) #PR Number
    
    #### 5.1...
    - **.1**: Update Changelog and create PR Template (PhilRunninger) #1007
    - **.0**: Too many changes for one patch...
    

@PhilRunninger PhilRunninger merged commit 06c9d9c into master Jul 2, 2019
@PhilRunninger PhilRunninger deleted the 1012 branch July 2, 2019 19:45
@erouvin
Copy link

erouvin commented Jul 2, 2019

Solved with 5.2.2
Thanks a lot for the quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can not go '.. (up a dir)' after updating to 5.2
2 participants