InsertDate Versions Save

Sublime Text Plugin that provides a configurable command and popup for inserting the current date and time (with specific format)

v2.0.2

8 years ago
  • Improved usability with save_on_focus_lost and trim_trailing_white_space_on_save settings (#26)

v2.0.1

8 years ago
  • 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

8 years ago
  • 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

v0.5.3

9 years ago
  • Fixed the default format (format=None) being ignored (#8)

v0.5.4

9 years ago
  • Fixed pytz loading for packed packages in ST3 (#10)

v1.0.0

9 years ago
  • 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

v1.0.1

9 years ago
  • Updated pytz module
  • Added "$default %Z" to default prompt configurations

v0.5.2

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

v0.5.1

10 years ago
  • 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

10 years ago
  • 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)