Skip to content

Releases: hugo-toha/toha

v4.6.0

20 Sep 02:08
0d4d8a8
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.6.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC, @KhanbalaRashidov, @deining, @dependabot, @dependabot[bot], @hossainemruz, @joyao, @maiani and @steffenba for their valuable contribution in this release.

Highlights

Better Control over Theme

We have restructured how you set the theme for your site. You can now enable or disable dark/light mode and set a default theme. The theme section has been introduced, deprecating the darkMode section. Use the following configuration to control the theme settings for your site:

params:
  features:
    theme:
      light: true # enable light theme. default "true"
      dark: true # enable dark theme. default "true"
      defaultTheme: light # can be either light, dark or system. default "system"

Thanks to @joyao for contributing this.

Button to copy code

We are making your life little bit easier by adding a copy button to every codeblocks.

image

You can enable it in your site by adding copyCodeButton field under params.features section:

params:
  features:
    # Enables copy code button
    copyCodeButton:
      enable: true

Thanks to @BernatBC for contributing this.

Option to filter skills cards

You can now add a category filter in your skill cards. Please, check this sample to enable it.

image

Thanks to @joyao for contributing this.

Added Azerbaijan language

We are welcoming Azerbaijan to our growing set of languages. Now, the theme is available in 23 different languages. 🎉 Thanks to @KhanbalaRashidov for contributing this.

Changelog

New Features & Enhancements

Translations

Bug Fixes

Dependency Update

This release note has been generated automatically by Release Drafter.

v4.5.0

17 May 09:35
6f318f5
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.5.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC, @FunctionalHacker, @Kyserbyte, @andrewmolyuk, @deining, @dependabot, @dependabot[bot], @hossainemruz, @kemalkolcuoglu and @skamensky for their valuable contribution in this release.

New Features & Enhancements

Translations

Bug Fixes

This release note has been generated automatically by Release Drafter.

v4.4.0

19 Mar 16:53
a69388d
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.4.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC, @deining, @dependabot and @dependabot[bot] for their valuable contribution in this release.

New Features & Enhancements

Bug Fixes

This release note has been generated automatically by Release Drafter.

v4.3.1

24 Feb 14:48
1ec4cd2
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.3.1. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC for their valuable contribution in this release.

This release note has been generated automatically by Release Drafter.

v4.3.0

13 Feb 20:55
b8bee52
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.3.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC for his valuable contribution in this release.

New Features & Enhancements

Translations

This release note has been generated automatically by Release Drafter.

v4.2.0

02 Feb 18:33
e8b0cfb
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.2.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BernatBC, @dependabot, @dependabot[bot], @dietervansteenwegen, @hossainemruz and @niltied for their valuable contribution in this release.

New Features & Enhancements

Translations

Bug Fixes

  • Fix active menu on sidebar not getting highlighted in dark mode (#881) @hossainemruz

This release note has been generated automatically by Release Drafter.

v4.1.1

06 Jan 20:10
0c0072e
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.1.1. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @hossainemruz for their valuable contribution in this release.

This release note has been generated automatically by Release Drafter.

v4.1.0

01 Jan 09:01
fdfee4d
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v4.1.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @Kyserbyte, @SrNetoChan, for their valuable contribution in this release.

New Features & Enhancements

Translations

Bug Fixes

This release note has been generated automatically by Release Drafter.

v4.0.0

08 Dec 19:00
d5fb8e5
Compare
Choose a tag to compare

I am very happy to announce Hugo theme Toha v4.0.0. This release marks the end of the refactoring that was going on for so long. A special thanks to @aq1018 who contributed a major part of this refactoring.

Also, thanks to @BernatBC, @Emily-0616, @Kyserbyte, @Mariatta, @Nirzak, @SilverLuke, @akifmt, @andrMollo, @daviddavo, @igorr0driguez, @linzeyan, @mmzeynalli, @uh-zz, @vincentDcmps and @zicklam for their valuable contribution in this release.

Highlighting Changes

Here are few notable changes in this release:

Hugo Module:

We are now adopting Hugo module at the core of this theme. This enables using this theme much more easier than previous git submodule based approach. Also, this gives us flexibility in testing and developing.

Refactored JS and CSS Handling:

We have completely overhauled how we handle JS and CSS. Now, only the relevant scripts for enabled features will be used. So, your site won't be bloated anymore with the scripts and CSS for the features you are not using.

Proper Dark Mode:

We have refactored the CSS and adopted SCSS. This has enabled us introducing a proper dark mode purely implemented through CSS. Now, your site will look much better on dark mode.

New Features & Enhancements

Translations

Bug Fixes

Other Changes

This release note has been generated automatically by Release Drafter.

v3.8.0

16 Nov 16:16
6704952
Compare
Choose a tag to compare

I am very excited to announce Hugo theme Toha v3.8.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.

Thanks to @BenjaminAdam, @BernatBC, @Cyb3r-Jak3, @Emily-0616, @JCasahuga, @LNA-DEV, @MarionMoseby, @SrNetoChan, @TheDarthMole, @dependabot, @dependabot[bot], @eishundo, @github-actions, @github-actions[bot], @hiroyaonoe, @hossainemruz, @imgbot, @imgbot[bot] and @mtruel for their valuable contribution in this release.

This going to be last release in v3.x.x series. In the next release, we are going to introduce some major changes regarding how we handle JS and CSS. It may cause some breaking changes. We will increase the major version of the theme.

New Features & Enhancements

Translations

Bug Fixes

This release note has been generated automatically by Release Drafter.