ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 2017-08-25 Sachin <psachin@redhat.com>
  2. * Bumped version to 0.9.6
  3. * Support for groovy, fish, ruby and php files. Thanks to <smile13241324@gmail.com>
  4. 2016-06-26 Sachin <iclcoolster@gmail.com>
  5. * insert-shebang.el(0.9.5):
  6. * No need to add find-file-hook manually(Thanx to Nick Sandow).
  7. * Updated tests.
  8. 2014-11-18 Sachin <iclcoolster@gmail.com>
  9. * insert-shebang.el(0.9.4):
  10. - Bug Fixes.
  11. - Made to work with uniquify.el(Thanx to Kozaki).
  12. 2014-01-07 Sachin <iclcoolster@gmail.com>
  13. * insert-shebang.el(0.9.3):
  14. - Lots of Bug fixes.
  15. - Open ignored files log with `M-x insert-shebang-open-log-buffer`
  16. 2013-10-05 sachin <isachin@iitb.ac.in>
  17. * insert-shebang.el (insert-shebang-log-ignored-files): New Feature.
  18. Make log of ignored file in "~/.insert-shebang.log"(optional).
  19. Ignore them at next visit.
  20. 2013-09-05 sachin <isachin@iitb.ac.in>
  21. * insert-shebang.el: Version: 0.9.2
  22. Feature to add custom header to .c/.cpp and .f90/.f95 files. Code
  23. cleaning. Renaming function names.
  24. 2013-09-24 sachin <isachin@iitb.ac.in>
  25. * insert-shebang.el: Version: 0.9.1
  26. Removed hash-tables entries and added defcustom. File extensions
  27. like .org, .txt etc. can be ignored.
  28. 2013-08-23 sachin <isachin@iitb.ac.in>
  29. * insert-shebang.el: Version: 0.9
  30. Basic working script. Currently supports emacs, python, bash, perl
  31. and ruby file formats. User can add more file types by adding a
  32. key-value pair in source code.