Textcube 1.5.2 released
Yes, it has been updated. Textcube 1.5.2 is released!
Yes, it has been updated. Textcube 1.5.2 is released! 

TEXTCUBE 1.5 RC1 has been released. For the schedules and the updates visit Milestone.
Textcube1.5 may look similar to TatterTools1.1 but much of changes have been made internally with DB structures, functions, and codes. This would mean once you upgrade to Textcube you cannot downgrade back to TatterTools 1.x.
Users can set a template of any posts that would change its layouts or even looks to a certain format. Choosing a template is as simple as choosing an option from the post information setting.
Template import and export feature will be added in later versions.
Several tags have been added in Textcube1.5
- metapage Part
Now users can add their own meta information page which can be specialized as prologue, introduction and more.
*<s_meta> : meta page area
*<s_metapage> : actual meta page loop
Finally users can customize 404 error page. Anything between <s_page_error> and </s_page_error> will be shown as 404 error page.
- Customize Title bar
A title of a page can be customized; Be free from '::' mark.
Examle
<title>[##_title_##] <s_page_title> :: [##_page_post_title_##]</s_page_title></title>
- Trackback Search Result
These [##_tblist_conform_##], [##_tblist_count_##], <s_tblist>, <s_tblist_rep>, [##_tblist_rep_regdate_##], [##_tblist_rep_link_##], [##_tblist_rep_subject_##], ##_tblist_rep_body_##] are used for the trackback search result page.
Example
<s_tblist>
<div class="searchTblist">
<h3>Trackback for '[##_tblist_conform_##]' - [##_tblist_count_##]</h3>
<ol>
<s_tblist_rep>
<li>
<span class="date">[##_tblist_rep_regdate_##]</span>
<span class="name"><a href="[##_tblist_rep_link_##]">[##_tblist_rep_subject_##]</a></span>
<div class="contents">[##_tblist_rep_body_##]</div>
</li>
</s_tblist_rep>
</ol>
</div>
</s_tblist>
In order to use 1.1 plugins please change these calls misc::getUserSetting / misc::setUserSetting to misc::getBlogSetting / misc::setBlogSetting and don’t forget to indicate the latest version of the tool in index.xml
<textcube>1.5</textcube>
Please note that ‘$owner’ is no longer supported. $owner must be used through getBlogId() which refers to blog id.