Releases: FichteFoll/InsertDate
Releases · FichteFoll/InsertDate
v2.0.2 (2015-09-15)
- Improved usability with
save_on_focus_lost
and
trim_trailing_white_space_on_save
settings (#26)
v2.0.1 (2015-08-21)
- Fixed plugin for usage with ST2 (#24)
- Fixed longstanding issue (that nobody encountered?) where specifying a
timezone via settings didn't work in ST2
v2.0.0 (2015-08-21)
- Ask user to select a timezone from a quick panel on installation. This will
also happen for updates if the user hasn't set one earlier prompt
parameter frominsert_date
command has been extracted into a new command, namedinsert_date_prompt
- The prompt now inserts the default format if none was provided via parameter
and auto-selects the pre-inserted text - The prompt now also asks for an output timezone and will use the default
(i.e. local) if you close the panel without making a selection - Now uses pytz module via Package Control dependencies, where it can be
updated independently. This makes manual installation inapplicable - Fixed package improperly disabling on ST3 (#23)
- Fixed "settings changed" being displays on every plugin load
v1.0.1 (2014-09-08)
- Updated pytz module
- Added "$default %Z" to default prompt configurations
v1.0.0 (2014-08-12)
- Fixed a bug where the user config was appended to the popup every time. (#13)
- Updated default prompt configurations
- Added several command palette commands to access configuration files
- Removed microseconds from "iso" and "unix" format
v0.5.4 (2014-02-19)
- Fixed pytz loading for packed packages in ST3 (#10)
v0.5.3 (2014-01-14)
- Fixed the default format (format=None) being ignored (#8)
v0.5.2 (v0.5.1 Hotfix)
- Fixed the package not working at all on both ST2 and ST3 (#7)
- Added instructions for usage in macros/snippets
v0.5.1
- Added a panel to choose a format from, configurable via settings
- Changed default keybindings a bit (
f5
->ctrl+f5
,ctrl+f5
; panel onf5
)