Skip to content

Releases: linkdotnet/Blog

v3.3

21 Feb 11:26
Compare
Choose a tag to compare

This release concentrates mainly on smaller improvements and bug fixes

Improvements

  • Restyled Like button to use a clap animation
  • Social accounts are under introduction card so that navbar is cleaner and not bloated
  • Added more icons for navbar

Bugfixes

  • Font on mobile for introduction card was to small
  • Archive url was malformed in sitemap.xml
  • Archive has OgData
  • VisitCounterPage Date selector works better on mobile devices

v3.2

11 Feb 19:08
Compare
Choose a tag to compare

Another big release in the v3.x series. This release will bring some quality of life improvements plus a lot happened in the backend.

New Features

  • Archive was added, which will list all blog posts on a single page
  • Better 404 Page

Improvements

  • Updated project structure (see #55)
  • Included Directoy.Build.props to have common packages in one place

Bugfixes

  • Input was to wide on mobile in AboutMe page
  • Loading animation had white background instead of transparent which lead to "artifacts" when loading
  • Fixed a bug where setting null for BrandUrl or Background image for the introducation card in settings will lead to broken images

v3.1

06 Feb 17:45
Compare
Choose a tag to compare

This release is packed full of new features and improvements.

Features

  • For developers: Coverage report can be created locally (without Rider / Resharper)
  • Redesign of a big chunk of the blog
  • Background Image (IntroductionCard) is completely optional

Improvements

  • CSS refactored or trimmed in some areas
  • Shortcuts do work without any selection
  • Refactored some of the code to use Directory.Build.props

Bugfixes

  • When BlogBrandUrl was set to null it was still received as "image" resulting in an empty a tag

v3.0

02 Feb 12:52
465f29a
Compare
Choose a tag to compare

This is the new 3.0 release. It brings a lot of new features and improvements

Features

  • Blog post editor has shortcuts for example to make text bold or add a link: #48
  • Rough estimation about the read time of a blog post #50
  • Navbar supports a brand image #49

Improvements

  • Simplified css for some elements
  • Updated external dependency versions

v2.13

22 Jan 09:56
Compare
Choose a tag to compare

This release contains smaller quality of live improvements

Improvements

  • Added footer with copyright
  • Removed some unused code
  • Added label to search bar to improve accessibility

v2.12

15 Jan 14:10
Compare
Choose a tag to compare

This release contains mostly smaller bugfixes

Bugfixes

  • Fixed #46 - Introduction card can look displaced on mobile
  • Redirect Uri is working correctly when clicking login / logout

v2.11.1

09 Jan 14:39
Compare
Choose a tag to compare

This is a hotfix release:

Bugfixes

  • Fixed a bug where key strokes can be swallowed (#44)

v2.11

08 Jan 20:19
Compare
Choose a tag to compare

New Features

  • Added upload component to upload markdown files
  • Small hint that skills are drag and droppable in "About Me" Page

Bug Fixes

  • Fixed a bug when writing a blog post the preview can take up all the space (#43)

v2.10

29 Dec 11:50
9be5d4b
Compare
Choose a tag to compare

New features

  • Added Disqus as alternative to the already available giscus plugin (see #40)

v2.9.1

19 Dec 11:29
Compare
Choose a tag to compare

This is a hotfix release

Bugfixes

  • Fixed a bug where copying the share link will crash the website (for example due to insufficient permissions)