From: <si...@us...> - 2013-10-25 11:35:05
|
Revision: 1334 http://sourceforge.net/p/qterm/code/1334 Author: sidos Date: 2013-10-25 11:35:01 +0000 (Fri, 25 Oct 2013) Log Message: ----------- README and RELEASE_NOTES are separated Modified Paths: -------------- trunk/qterm/README Added Paths: ----------- trunk/qterm/RELEASE_NOTES Modified: trunk/qterm/README =================================================================== --- trunk/qterm/README 2013-10-21 09:48:35 UTC (rev 1333) +++ trunk/qterm/README 2013-10-25 11:35:01 UTC (rev 1334) @@ -1,10 +1,33 @@ -QTerm 0.5.12 -=============== +QTerm Readme +============ -这个版本添加/修正了下面一些功能: -1. 初步的 ASCII 辅助编辑功能 -2. 支持半透明背景以及 KDE 下的 blur 效果 -3. 各种 Bug fixes +QTerm is a BBS (Bulletin Board System) client program. It runs on GNU/Linux, +OS X and Windows thanks to the cross-platform framework Qt. - The QTerm Team - http://www.qterm.org + +History +------- +Back in year 2000, as a desktop alternative, Linux started to get popular +among enthusiasts. People need the software they used to have on Windows. +A BBS client was one of those that university students wanted most. + +In Nov.2 2000, kafa and smartfish released miniTerm at smth (now newsmth) BBS. +It was an absolutly exciting experience to view BBS from its mini window. + +In 2001, having different vision from being "mini", QTerm forked the code to +become a fully functional BBS client such as S-Term and CTerm. + + +Development +----------- +Repository is at http://sourceforge.net/p/qterm/code/ + + +License +------- +QTerm is released under GNU General Public License (refer to COPYING). + + +Credits +------- +Thanks to many users for their bug reports and suggestions. Added: trunk/qterm/RELEASE_NOTES =================================================================== --- trunk/qterm/RELEASE_NOTES (rev 0) +++ trunk/qterm/RELEASE_NOTES 2013-10-25 11:35:01 UTC (rev 1334) @@ -0,0 +1,84 @@ +0.5.12 +====== +1. 初步的 ASCII 辅助编辑功能 +2. 支持半透明背景以及 KDE 下的 blur 效果 +3. 各种 Bug fixes + +0.5.11 +====== +1. 支持 Unicode 补完计划 (UAO) +2. 重写了图片浏览器 +3. 增强脚本支持 +4. 各种 Bug fixes + +0.5.10 +====== +1. 增强脚本支持 +2. 各种 Bug fixes + +0.5.9 +===== +1. 新的关闭对话框 +2. 优先使用当前目录下的资源文件 +3. 各种 Bug fixes + +0.5.8 +===== +1. 设置键盘方案 +2. Qt 4.6 下的脚本支持 +3. Bug fixes + +0.5.6 +===== +1. QtScript 脚本支持 +2. Bug fixes + +0.5.5 +===== +1. 在 KWallet 可用时用 KWallet 保存密码 +2. PTT 的一字双色支持 +3. 打印当前内容 +4. 跨行 url 识别 +5. MinGW 和 MSVC 的编译支持 +6. Bug fixes + +0.5.4 +===== +1. 配置文件的格式改变 +2. 支持 UTF-8 等编码格式 +3. 打印当前内容 +4. KDE 的 Phonon 的支持 (Qt 的 Phonon 未测试) +5. 内容居中显示 +6. 显示程序图标 +7. Bug fixes + +0.5.3 +===== +0. 新的域名 +1. 配置文件的格式改变 +2. 快捷键和工具栏的配置对话框 +3. 可能的情况下优先使用 KDE 4 的 Notification 功能 +4. Bug fixes + +0.5.2 +===== +1. 配置文件的格式改变 +2. 新的配置对话框 +3. 初步的 windows 支持 +4. Bug fixes + +0.5.1 +===== +1. 新的 SSH 代码,支持 SSH1 和 SSH2 + +0.5.0 +===== +1. 开发版本 + +0.4.1 +===== +1. 替换了会导致 qterm 失去相应的 qm 文件. +2. 替换了有 license 问题的代码. +3. 减少重绘时候的闪烁. +4. merge 了各种针对 0.4.0 的 patch. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |