- Improved usability with
save_on_focus_lost
andtrim_trailing_white_space_on_save
settings (#26)
- Fixed plugin for usage with ST2 (#24)
- Fixed longstanding issue (that nobody encountered?) where specifying a timezone via settings didn't work in ST2
- 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
- Updated pytz module
- Added "$default %Z" to default prompt configurations
- 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
- Fixed pytz loading for packed packages in ST3 (#10)
- Fixed the default format (format=None) being ignored (#8)
- Fixed the package not working at all on both ST2 and ST3 (#7)
- Added instructions for usage in macros/snippets
- Added a panel to choose a format from, configurable via settings
- Changed default keybindings a bit (f5 -> ctrl+f5, ctrl+f5; panel on f5)
-
InsertDate is now ST3-compatible!
-
Default to
%c
instead of%x %X
which is more accurate -
'unix' format added, representing the seconds since the epoch, in UTC (#2)
- Default settings may now be modified
- Added menu items and command palette entries (#1)
- Fixed a bug with a codepage issue when the result was not utf-8 (#3)
- Updated keymaps and added a separate one for OSX
- Add timezone support for incoming and outgoing timezone using pytz
This also added named timezones for
%Z
format - Updated keymaps
- Added support for
%z
format (timezone offset) - Added custom
iso
andiso:Z
(Z
could be any char) format - Updated keymaps
- Initial working state