public
Description: Snippits - a program that will type text for you. It uses 'snippits', small text files with a simple syntax to determine what to type.
Homepage: http://ben.kudria.net/code/snippits
Clone URL: git://github.com/bkudria/snippits.git
Click here to lend your support to: snippits and make a donation at www.pledgie.com !
snippits / History.txt
100755 66 lines (58 sloc) 2.781 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
== 0.5.3 / CHANGEMETODATE!
 
* Bugfixes
  * Correctly generate all F-keys in the Typing module. Function keys can be
    typed with keyout with the tokens "{F1}" or "{f1}".
* Changes and Features
  * Major Change: paste text instead of typing it - much faster. Still a bit
    buggy/quirky, but works for me.
  * Switched from xsel to xclip. Update README to reflect.
  -* Changed XTE minimum version warning to fatal error. Upgrade your
xautomation suite!
  * Added built-in snippit 'listkeys'. Outputs a human-readable summary of all
    non-direct keys typable by 'keyout'. Includes tokens.
* Other
  * Reorganized code, and improved debugging
 
== 0.5.2 / 2008-02-17
 
* Bugfixes
  * Updated README on how to use GPG-encrypted files. Please try it and report
    any problems
  * Enabled ERb newline supression
  * Builtin snippit 'list' now lists builtin snippits too.
  * Refactored and cleaned up some code in the Snippits library
  * Added a check for xte version, if version is less than 0.98, print warning
   that non-US key layouts/characters may be wonky.
  * WARNING: Upgrade xte as suggested above! The next version of snippits
    will *require* the minimum version of xte. This is to cut down on the
    number of "why won't my on-US keyboard work with snippits"-emails I get.
* Changes and Features
  * Changed builtin list snippit to print a space-separated list instead of
    a tree. Useful for tab completion.
  * Removed builtin snippit files
  * Updated README with section on how to submit patches, and fixed some typos
  * Updated the code with embedded documentation (RDoc)
  * Added builtin snippit 'path' to return path of a given snippit file, if it
    exists
  * Added builtin snippit 'contents' to return the contents of a snippit file,
    without ERB interprentation, if it exists
  * Created a video demo of snippits in action.
    See it at: http://ben.kudria.net/code/snippits
  * Added a helpful "Getting Started" section to the README
  * Added CREDITS and ROADMAP files. Feedback on Roadmap especially appreciated.
 
== 0.5.1 / 2007-12-26
 
* Bugfixes
  * Fixed bug with cursor positioning code
  * Fixed bug with debug mode.
  * Fixed bug with decrypting GPG-encrypted files
  * Fixed bug with outputting GPG-encrypted files in a non-interactive session
  * Corrected RAspell dependency
* Changes and Features
  * Made a class-level method to make expanding a snippit easier, and cleaned up
    other executables
  * Moved essential system snippits to lib/snippits_builtin.rb, overridable,
    list with 'builtin' snippit
  * Updated README.txt: made clearer, clarified eRB and Debian/Ubuntu install
 
== 0.5.0 / 2007-10-20
 
* First RubyGems release
  * Numerous bugfixes over version 0.4
  * Included unit tests
  * Cleaned-up code