typecho

A PHP Blogging Platform. Simple and Powerful.

GPL-2.0 License

Stars
11.3K

Bot releases are visible (Hide)

typecho - v1.3.0-alpha Latest Release

Published by joyqi 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/typecho/typecho/compare/v1.2.1...v1.3.0-alpha

typecho - v1.2.1

Published by joyqi over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/typecho/typecho/compare/v1.2.0...v1.2.1

typecho - v1.2.1-rc.2

Published by joyqi over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/typecho/typecho/compare/v1.2.1-rc...v1.2.1-rc.2

typecho - v1.2.1-rc

Published by joyqi over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/typecho/typecho/compare/v1.2.0...v1.2.1-rc

typecho - v1.2.0

Published by github-actions[bot] over 2 years ago

We're not kidding, Typecho returns.

Read more details

typecho - v1.2.0-rc.2

Published by github-actions[bot] over 2 years ago

Fix #1187 #1189 #1196 #1203 #1212 #1220 #1222 #1257 #1268

typecho - v1.2.0-rc.1

Published by github-actions[bot] about 3 years ago

Fix #1167
Fix #1173
Fix #1177
Fix #1178
Fix #1179

typecho - CI Build

Published by joyqi about 3 years ago

Only for development and testing.

typecho - v1.2.0-beta.2

Published by github-actions[bot] about 3 years ago

fix #1152, #1154, #1155, #1156, #1157, #1159, #1160, #1161, #1162, #1158, #1163, #1164, #1165

typecho - v1.2.0-beta.1

Published by github-actions[bot] about 3 years ago

  • Fix many bugs
  • New installation UI
  • Improve dashboard UI on mobile platform
  • Improve markdown editor & update markdown parser
  • Improve backup performance
  • New abastact layer for widget
  • Improve database framework
  • Reformat code for PHP 7.2 (now using namespace)
  • Use new version rule (1.x/<year>.<month>.<day> => 1.x.<minor version>)
  • For creating a widget
    Before
    $this->widget('Widget_Metas_Category_List');
    Typecho_Widget::widget('Widget_Metas_Category_List');
    
    After
    \Widget\Metas\Category\Rows::alloc();
    
    ⚠️ You can always use the old way to create a widget, but a migration is recommended.
  • Improve API $options->adminStaticUrl()
    $options->adminStaticUrl('css', 'style.css'); // It will display a url with version(`<url>?v=<version>`)
                                                  // no need to add it manually.
    
    $options->adminStaticUrl('css', 'style.css', ture); // Return a url instead of displaying it
    
typecho - Typecho 1.1(17.10.30)

Published by joyqi almost 7 years ago

Typecho 1.1 正式版

注意:由于 17.10.29 版本存在一个时区的错误,我们修复后,重新发布了 17.10.30 版本

typecho - Typecho 1.1(17.10.24)

Published by joyqi almost 7 years ago

1.1 发布前的最后一次Beta版本

typecho - Typecho 1.1(15.5.12)

Published by joyqi over 9 years ago

typecho - Typecho 1.0(14.10.10)

Published by joyqi about 10 years ago

Typecho 1.0(14.10.10) 修正版

typecho - Typecho 1.0(14.10.9)

Published by joyqi about 10 years ago

1.0 (14.10.9) release

typecho - Typecho 1.0(14.5.26) beta version

Published by joyqi over 10 years ago

typecho - Typecho 0.9(13.12.12) 修正版

Published by joyqi almost 11 years ago

修正了版本 13.12.10 中的错误,推荐升级

具体信息详见:http://typecho.org/archives/111/

typecho - Typecho 0.9 正式版

Published by joyqi almost 11 years ago

Typecho 0.9 正式版发布

具体信息详见
http://typecho.org/archives/109/

typecho - Typecho 0.9 Release Candidate版

Published by joyqi almost 11 years ago

没有加入新功能,修复了已知beta2的bug,正式版发布前的最后版本

typecho - Typecho 0.9 beta2测试版

Published by joyqi almost 11 years ago

Typecho 0.9的第二个测试版,修正了在第一个测试版中的诸多bug,并且增加自定义字段和自定义文章归档页的功能