diff options
author | Tobias Weimer <wishmaster51@gmail.com> | 2017-10-23 18:01:12 +0200 |
---|---|---|
committer | Tobias Weimer <wishmaster51@gmail.com> | 2017-10-23 18:03:14 +0200 |
commit | 673e6c625fc6437ed205a1d17d9a1e5a0083abfa (patch) | |
tree | 59fdaa1f2d2add6d48825c8b4e1a38135cdcb990 /plugins/PasteIt/docs/readme.txt | |
parent | d0a305469045262907735b49f8bb1a880157b4ee (diff) |
Renamed readme.txt
Diffstat (limited to 'plugins/PasteIt/docs/readme.txt')
-rw-r--r-- | plugins/PasteIt/docs/readme.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/plugins/PasteIt/docs/readme.txt b/plugins/PasteIt/docs/readme.txt new file mode 100644 index 0000000000..86f9f0c468 --- /dev/null +++ b/plugins/PasteIt/docs/readme.txt @@ -0,0 +1,49 @@ +********
+Paste It
+********
+
+Description
+===========
+Plugin uploads the text to web page and sends the URL to your friend.
+
+Main features
+=============
+- pastebin.com and wklej.to support
+- paste text from clipboard
+- paste file from clipboard
+- choosing file using file dialog
+- ability to set correct file encoding
+
+!!! Requirements !!!
+====================
+Microsoft Visual C++ 2010 Redistributable Package
+
+Changelog
+=========
+
+--- 1.0.0.3 ---
+* fixed bad decoding characters from clipboard
+
+--- 1.0.0.2 ---
+* increased size of few labels in options
+
+--- 1.0.0.1 ---
+* support chat rooms
+* fixed mispelling
+* fixed bad decoding characters from clipboard
+* increased size of few labels in options
+
+--- 1.0.0.0 ---
++ pastebin.com and wklej.to support
++ paste text from clipboard
++ paste file from clipboard
++ choosing file using file dialog
++ ability to set correct file encoding
+
+Author
+======
+Krzysztof Kral
+
+email: programista@poczta.of.pl
+www: http://programista.free.of.pl/miranda/
+svn: http://svn3.xp-dev.com/svn/PasteIt/
|