Releases: rayrfan/Fanray
Releases · rayrfan/Fanray
1.1.0-preview4
1.1.0-preview3
1.1.0-preview2
Highlights
For more info see preview2 milestone.
1.1.0-preview1
Widgets
1.0.0
Fanray v1.0 highlights:
- Supports Open Live Writer through MetaWeblog API
- Easily posts source code and YouTube videos with Shortcodes
- Provides main and per category RSS feeds, e.g.
- Main feed: https://www.fanray.com/feed
- Category feed: https://www.fanray.com/posts/categorized/technology/feed
- Easily configures URL forwarding to https and preferred domain (either www or non-www)
- Infrastructure
- Logging with Serilog to Console, Files, Seq and Application Insights
- Caching
- File storages on File Sytem and Azure Blob Storage
- xUnit tests with SQLite in-memory database
- Uses Disqus for comments
1.0.0-rc
1.0.0-beta2
1.0.0-beta
- Updated Asp.net Core Identity, int FKs, table names, added new properties on user and role (#37)
- Separated one DbContext into multiple based on functional area (#43)
- Separated settings from one into multiple based on functional area (#42)
- Use DateTimeOffset instead of DateTime throughout the application (#45)
- Fixed post date issue on prd (#37)
- Updated blog setup form, start using email as login instead of asking for a username
- Updated meta tags in html for better SEO (#34)
1.0.0-alpha
- Posting from OLW, post, category, tag, slug, excerpt, post date
- SEO, http and www redirect, meta tags
- Sqlite and Sql Server support
- Semantic logging with Serilog