Releases: dvcrn/sublimious
Release 0.9.0
Changelog
- Add resize_pane keybindings (thanks @BamBalaam)
Release 0.8.0
Summary
Smaller release focusing on changes that should be pushed out right away
Changelog
- Add golint, govet and gotype to go layer
- Add AceJump for faster navigation in documents
- Changed description of
SPC /
(thanks @skiningham)
Release 0.7.0
Summary
Smaller changes and fixes for things that should have been there since the beginning
Changelog
- fix graphical glitches when reloading sublimious by not wiping Preferences.sublime-settings, but overriding it
- fix visual glitch when keyhelper timeout is 0 by removing async delays in that case
- add colors to keyhelper
- add very simple go layer
Other changes
- sublimious is now using a new commit format. CONTRIBUTING.md has been overhauled.
- gitflow has been removed. all PRs base on master from now on
Release 0.6.0
Summary
This release improves general stability and compatibility with the newest ST3.
Changelog
- fixed javascript/tern default executable path
- replaced material theme with Materialize which seems less glitchy
- added clojure layer
- removed incompatible packages from php layer
Release 0.5.0
Summary
This release makes sublimious a good chunk more stable. All writing to config files has been delayed until all packages are installed that are needed. Custom commands for layers are now possible, and the default experience has been increased by a lot.
Changelog
General changes
- Added a new default theme, Material
- Changed default font size to
14
- Changed overlay timeout to
0.2
- Moved writing config files to after packages have been installed
- Removed startup panel spam
- Added
messages.json
for package control - Added support for custom commands inside layers
- Sublimious will no longer break if a layer is getting added that doesn't exist
Key changes
- Added
p p
for switching between projects - Added
_ e
for editing~/.sublimious
in the current window - Added
ctrl+j
/ctrl+k
for navigation inside the overlay
Layer changes
Python
- Removed flake8 linter since anaconda comes with pep8 one built-in
Release 0.4.1
Summary
This release changes the way package dependencies are resolved. This will hopefully get rid of ignored_packages
errors during first start.
Release 0.4.0
Summary
This release addsphp
elixir
and coffeescript
as new layers.
DocBlockr
is now always included, giving you you docstring support throughout your projects.
Plus, we added a bunch more keybindings for even more productive work :)
Changelog
- Added
php
layer - Added
elixir
layer - Added
coffee
layer - Added
DocBlockr
to core layer - Added
Vintageous Surround
to core layer - Added
p R
for opening the sidebar and highlighting the current file - Added
p /
andp s
to pop out the project-wide search - Added
b C
andb K
for closing all other tabs / buffers except current one - Added
g p
for git pull - Added
w -
for horizontal splitting - Added
b c
for closing the current tab - Added
b b
for querying all open tabs - Added
t T
for toggling tabs - Renamed
g p
for git push tog P
- Changed
p c
to always create files in the current folder first - Fixed
<SPC> tab
not always focusing the last tab - Fixed non exitent commands will now exit the command chain
- Fixed
w c
not closing the window correctly
Release 0.3.0
Summary
With this release, sublimious is able to hot-reload changes from ~/.sublimious with a keypress. I also added package control pinging after initialization, so once .sublimious got changed and ST restarted, new packages will get installed immediately.
Changelog
- GitSavvy replaced SublimeGit inside the git layer
- Package control is officially supported now
- Added
<spc> t l
for toggling line numbers - Added
q
for closing inline diffs (GitSavvy) - Added
<spc> t m
for toggling minimap - Added
<spc> _ r
for reloading .sublimious - Added automatic package control pinging on startup
- Added option to completely disable overlay
- Changed config
keyboard_overlay_timeout
toshortcut_overlay_timeout
Release 0.2.1
Changelog
Fixed initial copying of the .sublimious template when loaded through package_control / zipfile loaders
Release 0.2.0
Summary
This is the first version available on package control. Installing through package control should not have the same effect as installing manually.
This release also brings a lot of style changes and a good chunk of new commands. Also sublimious feels now almost stable :)
Changelog
- Added package control support (wohooo!)
- Added timeout for when to show help overlay from
~/.sublimious
- Added
git log
,git fetch
,git amend
to git layer - Added moving between windows with
<space> h/j/k/l
- Added
<space> w m
for closing all other panes - Added
InactivePanes
- Added
q
as special key to stop sublimious command chain - Added toggles category
- Added prettier shortcut helper
- Added a bunch of editor settings to make appearance prettier
- Fixed vintageous starting in insert mode
- Fixed commands that end with
f
- Fixed commands in command mode that end with
<space>