Skip to content

Releases: FichteFoll/InsertDate

v2.0.2 (2015-09-15)

15 Sep 14:43
Compare
Choose a tag to compare
  • Improved usability with save_on_focus_lost and
    trim_trailing_white_space_on_save settings (#26)

v2.0.1 (2015-08-21)

15 Sep 14:43
Compare
Choose a tag to compare
  • 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)

21 Aug 03:43
Compare
Choose a tag to compare
  • 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)

11 Feb 14:03
Compare
Choose a tag to compare
  • Updated pytz module
  • Added "$default %Z" to default prompt configurations

v1.0.0 (2014-08-12)

11 Feb 14:03
Compare
Choose a tag to compare
  • 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)

11 Feb 14:04
Compare
Choose a tag to compare
  • Fixed pytz loading for packed packages in ST3 (#10)

v0.5.3 (2014-01-14)

11 Feb 14:04
Compare
Choose a tag to compare
  • Fixed the default format (format=None) being ignored (#8)

v0.5.2 (v0.5.1 Hotfix)

12 Jan 18:56
Compare
Choose a tag to compare
  • Fixed the package not working at all on both ST2 and ST3 (#7)
  • Added instructions for usage in macros/snippets

v0.5.1

12 Jan 18:55
Compare
Choose a tag to compare
  • 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

12 Jan 18:53
Compare
Choose a tag to compare
  • 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)