git-auto-commit-mode/NEWS

82 lines
1.8 KiB
Text
Raw Normal View History

2013-04-09 02:16:32 +02:00
# -*- mode: org; -*-
2015-04-04 16:49:03 +02:00
#+STARTUP: showall
2020-08-28 08:53:52 +02:00
* v4.7.0
- Fix the URL package header, it was pointing at a non-existent page.
- Add user options =gac-commit-additional-flags=, and =gac-silent-message-p=.
- Fix an issue with having the =[= character somewhere in the path of the file.
2020-02-18 00:48:12 +01:00
* v4.6.0
- Only try to commit when changes have been discovered in the file. By
extension git-auto-commit-mode won't ask for a summary to a commit that it
won't make.
- Add option to prevent new (untracked) files from being added to the git
repository automatically, =gac-automatically-add-new-files-p=.
2019-10-08 05:40:04 +02:00
* v4.5.0
- Support the fish shell through the ~gac-shell-and~ option.
- Support buffering commits within a certain time interval using the
~gac-debounce-interval~.
2015-04-04 16:49:03 +02:00
* v4.4.0
- Support Windows paths using =convert-standard-filename=.
- Properly escape command-line arguments when calling git with
=shell-quote-argument=.
- Explicitly bind =default-directory= when calling git.
2013-04-09 02:16:32 +02:00
2015-03-21 15:12:50 +01:00
* v4.3.2
- Bump version, oops I forgot to do this for 4.3.1.
* v4.3.1
- Fix committing files with spaces in their name.
2014-12-29 20:39:28 +01:00
* v4.3.0
- Add user option =gac-ask-for-summary-p=.
2013-10-07 23:20:47 +02:00
* v4.2.2
- =provide= a ~git-auto-commit-mode~ feature. (Thanks Jascha Geerds!)
* v4.2.1
- Fix some version number mistakes.
2013-04-09 02:16:32 +02:00
* v4.2.0
2013-04-10 01:51:30 +02:00
- Add README, NEWS, CONTRIBUTING and INSTALL files.
2013-04-09 02:16:32 +02:00
2013-04-10 01:51:30 +02:00
- Use Emacs' Customize interface for user option
=gac-automatically-push-p=.
2013-04-09 02:16:32 +02:00
* v4.1
- Update package URL to new homepage.
* v4
- Make =gac-automatically-push= buffer local, always.
- Rename =gac-automatically-push= to =gac-automatically-push-p= to
follow standard emacs-lisp conventions.
- Fix commentary about =gac-automatically-push-p=.
* v3
- Shows the status when push finishes.
* v2
- Add ability to automatically push.
* v1
- Initial release.