Skip to content

Releases: jktrn/enscribe.dev

v3.0.0

15 Oct 09:52
Compare
Choose a tag to compare

v2.3.0

15 Oct 09:51
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.3.0

This is the final version in Next.js before the Astro rewrite (v3.0.0).

v2.2.0

23 Jun 19:19
Compare
Choose a tag to compare

What's Changed

  • fix(blog): codeblocks copied line numbers by @seraph27 in #3
  • fix(projects): project link by @kylerchin in #5
  • refactor(bento): css grid rewrite by @jktrn in #6
    • This rewrite massively improves Lighthouse scoring, accessibility and skeleton rendering
  • fix: cloudflare csp directive by @jktrn in #7

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

04 Nov 00:31
f88a439
Compare
Choose a tag to compare

What's Changed

  • Added new page view counter via Upstash Redis
    • fix pageview counter returning 405 by @dromzeh in #2
  • Removed bad skeleton generating from react-github-calendar

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Oct 23:39
c98a9bf
Compare
Choose a tag to compare

I've finally finished converting my blog to Next.js over from Hexo! After about 9 months of on-and-off development with the v1 version of tailwind-nextjs-starter-blog, their v2 release finally incentivized me to blow the dust off the project and finish everything up. With a custom sticky header, fully overhauled theming system (using shadcn's background/foreground color convention), a react-grid-layout "bento box"-style homepage, full integration with lanyard for Discord status API exposure, and multiple custom blog components (e.g. custom code blocks with internal fetching, syntax highlighting, diffing), this new blog system is probably one of my most aesthetically pleasing creations. Enjoy!