Skip to content

Releases: vimcolorschemes/vimcolorschemes

v4.1.0

08 May 03:38
12a18b5
Compare
Choose a tag to compare

What's Changed

  • fix: Improve regex in get single repository query by @reobin in #977
  • feat: Use /[owner]/[name] as repository routes by @reobin in #978

Full Changelog: v4.0.0...v4.1.0

v4.0.0

07 May 01:53
ca6cbb1
Compare
Choose a tag to compare

A small step backwards for a better future. 🌞

Changelog

  • Full migration from Gatsby.js SSG to Next.js SSR 🎉
  • New vim/neovim editor filter 🎉
  • Removal of many features, to be added back in the near future:
    • dark/light mode
    • dynamic opengraph image generation for repository pages
    • various keyboard shortcuts
    • spacial navigation with hjkl

Some ideas I've had in mind for a while with the platform were close to unachievable in old codebase. The idea with v4.0.0 is to start fresh, on solid grounds, and prepare the foundation for what's to come. Contributors will notice the codebase is much, much simpler than before, specially on the fetching/generation side of things.

v3.0.0

06 Nov 16:52
Compare
Choose a tag to compare

neovim (lua) color schemes are here! 🎉

Changelog

Features

  • feat: Display neovim (lua) color schemes (#805)
  • feat: Add visual cue for vim vs. lua color schemes (#804)
  • feat: Add init.lua alternative for lua color schemes (#806)
  • chore: Add lua color scheme to database seed data

v2.2.0

17 May 20:33
Compare
Choose a tag to compare

Changelog

Features

feat: Use new Search API for the search feature (#665)

Improvements

fix: Use correct color group on code sample parentheses (#640)

v2.1.3

26 Mar 21:18
Compare
Choose a tag to compare

Changelog

Features

  • feat: Add light/dark labels to SEO title when a filter is applied (#628)
  • feat: Add site title suffix in opengraph meta title tags

Improvements (tests)

  • test: Fix get by selector cypress command typing

v2.1.2

13 Nov 21:47
0b38b04
Compare
Choose a tag to compare

Changelog

Features

  • feat: Improve on SEO preview image sizing
  • feat: Display all color scheme variations in preview image (#436)
  • feat: Update filter radio button display (#435)
  • feat: Build ElasticSearch specific request body in search proxy
  • feat: Improve ElasticSearch fuzzy match query

Bug fixes

  • fix: Display right background in repository page preview titles

Improvements

  • build(deps-dev): Bump puppeteer-core from 10.4.0 to 11.0.0
  • build(deps-dev): Bump cypress from 8.7.0 to 9.0.0

v2.1.1

11 Nov 18:14
Compare
Choose a tag to compare

Changelog

Features

  • feat: Adjust height on SEO code preview image
  • feat: Adjust font size and display on code preview

Improvements

  • build(deps): Bump gatsby-source-filesystem from 4.0.0 to 4.1.0 (#434)
  • build(deps): Bump gatsby-plugin-manifest from 4.0.0 to 4.1.0 (#433)
  • build(deps): Bump gatsby-plugin-sass from 5.0.0 to 5.1.0 (#431)
  • build(deps-dev): Bump puppeteer from 10.4.0 to 11.0.0 (#432)
  • build(deps): Bump gatsby-plugin-sitemap from 5.0.0 to 5.1.0 (#426)
  • build(deps-dev): Bump babel-preset-gatsby from 2.0.0 to 2.1.0 (#427)
  • build(deps): Bump gatsby-plugin-react-helmet from 5.0.0 to 5.1.0 (#428)
  • build(deps): Bump gatsby-source-mongodb from 4.0.0 to 4.1.0 (#429)
  • build(deps): Bump gatsby from 4.0.2 to 4.1.1 (#430)

v2.1.0

07 Nov 16:05
Compare
Choose a tag to compare

Changelog

Features

  • feat: Add dark/light filter options (#425)
  • feat: Add terminal status bar to code previews
  • feat: Remove hover and focus indicators on touch devices
  • feat: Scroll to top of the page on pagination change

Improvements

  • refactor: Remove colon emoji conversion in repository descriptions (#423
  • build: Add code format check on PRs and commits on main branch
  • build(deps): Bump gatsby from 4.0.1 to 4.0.2 (#419)
  • build(deps): Bump gatsby-plugin-robots-txt from 1.6.13 to 1.6.14 (#418)
  • build(deps): Bump sass from 1.43.3 to 1.43.4 (#420)
  • build(deps-dev): Bump axe-core from 4.3.3 to 4.3.5 (#417)
  • build(deps-dev): Bump cypress from 8.6.0 to 8.7.0 (#421)

Documentation

  • docs: add aserputov as a contributor for code (#424)

Bug fixes

  • fix: Remove default button style on pagination button (#411)
  • fix: Use code font on .vimrc buttons

v2.0.3

30 Oct 21:08
Compare
Choose a tag to compare

Changelog

Features

  • feat: Add Cloudflare analytics script
  • feat: Set dark as default background on code previews

Bug fixes

  • fix: Wait for colors to be loaded before generating preview image (#416)
  • fix: Remove focus indicator on code blocks on iOS (#413)

Documentation

  • docs: Fix broken links in README and documentation
  • docs: Update demo screenshots on README (#410)

v2.0.2

27 Oct 20:56
Compare
Choose a tag to compare

Changelog

Features

  • feat: Add SEO opengraph images on all repository pages for nice shareable pages

Improvements

  • build(deps): Upgrade to gatsby v4