Skip to content

Commit

Permalink
Fix #17 (#18)
Browse files Browse the repository at this point in the history
* fix 17
* prepare v0.6.2
  • Loading branch information
jrappen authored Sep 18, 2016
1 parent 48e640d commit c133090
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Any other information you want to share that is relevant to the issue being repo

```text
DistractionFreeWindow:
release: 0.6.1
release: 0.6.2
Sublime Text:
channel: stable / dev
Expand Down
2 changes: 1 addition & 1 deletion distraction_free_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def is_side_bar_visible(self):
return (state1_w < state2_w)

def is_menu_visible(self):
if ST3098:
if ST3116:
return self.window.is_menu_visible()
else:
if ST3:
Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.6.1": "messages/latest.md"
"0.6.2": "messages/latest.md"
}
14 changes: 4 additions & 10 deletions messages/latest.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
DistractionFreeWindow (0.6.1)
DistractionFreeWindow (0.6.2)
=============================

* DistractionFreeWindow now also hides the menu by default when
DFW mode is enabled. You can change this in your user settings.
* Further enhanced readability of the README by getting rid of
the table of contents, changing the screencast description and
updating the docs with new changes to version `0.6`.
* Issue #6 has finally been fixed, sincere apologies to effected
users! It caused undesired behaviour when switching views within
a window after having enabled DFW mode and then trying to leave
it again back to normal mode.
* DistractionFreeWindow had a small regression where it was trying
to find out whether or not the menu was shown on Builds before
3116, which is fixed now.

0 comments on commit c133090

Please sign in to comment.