Skip to content

Latest commit

 

History

History
114 lines (72 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

114 lines (72 loc) · 2.96 KB

InsertDate Changelog

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 from insert_date command has been extracted into a new command, named insert_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 (2014-01-12)

  • Fixed the package not working at all on both ST2 and ST3 (#7)
  • Added instructions for usage in macros/snippets

v0.5.1 (2014-01-11)

  • Added a panel to choose a format from, configurable via settings
  • Changed default keybindings a bit (f5 -> ctrl+f5, ctrl+f5; panel on f5)

v0.5.0 (2014-01-11)

  • 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)

v0.4.0 (2013-07-11)

  • 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

v0.3 (2012-05-13)

  • Add timezone support for incoming and outgoing timezone using pytz This also added named timezones for %Z format
  • Updated keymaps

v0.2 (2012-05-12)

  • Added support for %z format (timezone offset)
  • Added custom iso and iso:Z (Z could be any char) format
  • Updated keymaps

v0.1 (2012-05-12)

  • Initial working state