Skip to content

Releases: rayrfan/Fanray

1.1.0-preview4

10 Feb 16:46
fdbe1cc
Compare
Choose a tag to compare
1.1.0-preview4 Pre-release
Pre-release

Pages and Navigation

Release highlights

  • Pages #332
  • Site Navigation #333
  • Page Composer #341
  • Editor.md plugin #338
  • SysPlugins #340
  • Migrate to .NET Core 3.1 #356

For more details see Preview4 Milestone and blog post.

1.1.0-preview3

04 Jun 22:43
9504d66
Compare
Choose a tag to compare
1.1.0-preview3 Pre-release
Pre-release

Extensible Architecture

Please refer to

1.1.0-preview2

08 Apr 19:25
35eb4ab
Compare
Choose a tag to compare
1.1.0-preview2 Pre-release
Pre-release

Highlights

For more info see preview2 milestone.

  • Widgets unique identifier update #297
  • Switch from Magick.net to ImageSharp #249
  • Responsive images #296

1.1.0-preview1

24 Mar 21:24
ead2cdc
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

Widgets

1.0.0

30 Nov 18:47
777299e
Compare
Choose a tag to compare

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.
  • 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

23 Nov 18:46
3db3760
Compare
Choose a tag to compare
1.0.0-rc Pre-release
Pre-release
  • all features intended for v1 have been completed
  • db schema should be stable enough for the final 1.0 release
  • Azure has been tested to work with
    • Blob storage
    • App Insights

1.0.0-beta2

18 Oct 20:30
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
  • Refactored repositories to share commonly used operations #50
  • Revamped image upload #49

1.0.0-beta

17 Oct 01:41
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
  • 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

05 Oct 16:23
Compare
Choose a tag to compare
1.0.0-alpha Pre-release
Pre-release
  • 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