Skip to content

Releases: aziz/DistractionFreeWindow

st3-1.1.1

05 Mar 02:31
Compare
Choose a tag to compare

DistractionFreeWindow v1.1.1 (2019-03-05)

Bug fixes

DistractionFreeWindow now applies Syntax specific settings - if found - when
leaving DistractionFreeWindow mode.

Code by @MoritzBrueckner.

st3-1.1.0

18 Feb 14:57
Compare
Choose a tag to compare

DistractionFreeWindow v1.1.0 (2019-02-18)

Features

DistractionFreeWindow toggle actions can now be customized (again) as requested
by @Mi-Sky and @eeemda:

// Packages/User/Preferences.sublime-settings

{
    "distraction_free_window.toggle_menu": true,
    "distraction_free_window.toggle_minimap": true,
    "distraction_free_window.toggle_status_bar": true,
    "distraction_free_window.toggle_tabs": true
}

st3-1.0.1

18 Feb 14:25
Compare
Choose a tag to compare

DistractionFreeWindow st3-1.0.1 (2019-02-18)

Bug fixes

  • restore lost MaxPane integration

Changes

  • rename python script to main.py for cleaner console print-out
  • update .gitattributes and .gitignore

st3-1.0.0

03 Dec 09:49
Compare
Choose a tag to compare

DistractionFreeWindow v1.0.0

  • created separate branches for ST2 and ST3
    • future releases will be tagged with prefixes
    • removed redundant code where applicable
    • fixed #22

Breaking changes for SublimeText 3

DistractionFreeWindow now inherits distraction free mode settings from the core application.
You can set these via Preferences > Settings - Distraction Free, compare the official docs:

https://www.sublimetext.com/docs/3/distraction_free.html

This implicitly means that the Data/Packages/User/distraction_free_window.sublime-settings file
is now redundant / useless and can safely be removed them.

st2-1.0.0

03 Dec 09:48
Compare
Choose a tag to compare

DistractionFreeWindow v1.0.0

  • created separate branches for ST2 and ST3
    • future releases will be tagged with prefixes
    • removed redundant code where applicable
    • fixed #22

0.6.8

03 Nov 23:08
Compare
Choose a tag to compare

DistractionFreeWindow v0.6.8

0.6.7

23 Oct 14:06
Compare
Choose a tag to compare

This will be one of the last updates to DistractionFreeWindow for Sublime Text 2
as Sublime Text 3 has left beta. Currently it is planned to split the releases
for Sublime Text 2 into a ST2 branch with "st2-"-prefixed tags. This enables
a significantly reduced package size and complexity for Sublime Text 3 users.
Also planned:

  • dropping support for "distraction_free_window.sublime-settings" and only
    using:
    • Preferences.sublime-settings
    • Distraction Free.sublime-settings

Feedback is encouraged BEFORE these steps are taken:

https://github.com/aziz/DistractionFreeWindow/issues/22

Changes

  • Python:
    • added missing double-checks in python script
    • make pycodestyle happy
  • Package:
    • added missing command palette entry to open user keybindings
  • Package Control:
    • added .gitattributes file to reduce package size by not shipping the
      screencast gif
  • Package Dev:
    • added comments to all settings to support PackageDev's tooltips when
      completing settings
  • Docs:
    • fixed screencast link in README due to addition of .gitattributes file
    • updated issue template

0.6.6

20 Feb 10:33
Compare
Choose a tag to compare
  • fixed entries for non-English menus
  • fixed #23

0.6.5

19 Sep 16:12
Compare
Choose a tag to compare
  • Added installation message for use with Package Control.
  • Updated screencast GIF for documentation.

0.6.4

19 Sep 15:35
Compare
Choose a tag to compare

Fixes #20.