Releases: hugo-toha/toha
v4.8.0
I am very excited to announce Hugo theme Toha v4.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 @BernatBC, @SrNetoChan, @davidgs, @dependabot[bot], @hamedp77, @hossainemruz, @maiani, @remyj38 and dependabot[bot] for their valuable contribution in this release.
- Bump katex from 0.16.11 to 0.16.21 in /exampleSite (#1025) @dependabot[bot]
New Features & Enhancements
- Make RSS feed path configurable (#1034) @hossainemruz
- Update minimum Hugo version to 0.142.0 (#1033) @hossainemruz
- fix: Create text-justify css class (#1032) @remyj38
- Make Phone Number Clickable in Footer (#1031) @hamedp77
- Add dark background (#1024) @BernatBC
- Bump gaurav-nelson/github-action-markdown-link-check from 1.0.15 to 1.0.16 (#1028) @dependabot[bot]
- Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#1027) @dependabot[bot]
- Add RSS link to header (#1019) @SrNetoChan
- Add support for different logo on dark mode (#1020) @hossainemruz
- Adapt publication card to handle missing URLs (#1017) @maiani
- Remove in-line script from header (#1004) @davidgs
This release note has been generated automatically by Release Drafter.
v4.7.0
I am very excited to announce Hugo theme Toha v4.7.0. This release incorporates some improvements and fixes. Please, read the release note and update your theme to enjoy the new changes.
Thanks to @davidgs, @dependabot, @dependabot[bot] and @joyao for their valuable contribution in this release.
New Features & Enhancements
- Bump actions/checkout from 4.2.1 to 4.2.2 (#1008) @dependabot
- Add statcounter to statistics (#1003) @davidgs
- Add support for canonical links (#1001) @davidgs
- Add project image (#987) @joyao
- Bump actions/checkout from 4.2.0 to 4.2.1 (#995) @dependabot
- Bump actions/checkout from 4.1.7 to 4.2.0 (#985) @dependabot
Translations
Bug Fixes
- Fix google analytics feature (#989) @joyao
- Fix input focus and placeholder color for footer section (#1005) @joyao
This release note has been generated automatically by Release Drafter.
v4.6.0
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.
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.
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
- Add copy code button (#963) @BernatBC
- Add category filter for skills (#979) @joyao
- Align card texts and tag list to left (#974) @steffenba
- Added default theme (#960) @joyao
- Update hugo version in netlify.toml (#946) @hossainemruz
- Allow for personalized titles for Blog and Note pages (#951) @maiani
- Fix deprecation warnings (#962) @deining
Translations
- Added Azerbaijan language (#975) @KhanbalaRashidov
- Fix zh-tw UI translation (#970) @joyao
- Fix list page card was breaking (#969) @hossainemruz
Bug Fixes
- Fix perfect matching provisionally (#976) @BernatBC
- Change npm package 'flag-icon-css' to 'flag-icons' (#972) @deining
- Fix auto-prefixer workflow (#971) @hossainemruz
- Fix font color of education pages in dark mode (#943) @joyao
- Separate label enforcer job to separate workflow (#982) @hossainemruz
Dependency Update
- Bump dompurify and mermaid (#977) @dependabot
- Update node version in 'autoprefixer.yml' workflow (#964) @deining
- Bump braces from 3.0.2 to 3.0.3 (#950) @dependabot
- Bump peter-evans/create-pull-request from 6 to 7 (#967) @dependabot
- Bump actions/checkout from 4.1.6 to 4.1.7 (#949) @dependabot
- Bump actions/checkout from 4.1.5 to 4.1.6 (#940) @dependabot
This release note has been generated automatically by Release Drafter.
v4.5.0
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.
- Fix deprecation warnings (#908) @deining
- Add awesome icon in project cards (#920) @BernatBC
- Fix dark mode image setting when system dark is used (#923) @andrewmolyuk
- Add minute translation for finnish (#925) @FunctionalHacker
- Bump katex from 0.16.9 to 0.16.10 in /exampleSite (#913) @dependabot
- Bump katex from 0.16.4 to 0.16.10 (#912) @dependabot
New Features & Enhancements
- Added umami analitycs support (#938) @Kyserbyte
- Bump actions/checkout from 4.1.4 to 4.1.5 (#935) @dependabot
- Bump foo-software/lighthouse-check-action from 10.0.0 to 12.0.1 (#933) @dependabot
- Bump actions/checkout from 4.1.3 to 4.1.4 (#929) @dependabot
- Bump actions/checkout from 4.1.2 to 4.1.3 (#927) @dependabot
- Migrate to Bootstrap 5 (#918) @BernatBC
- Add custom name in Navbar (#921) @BernatBC
- Bump peaceiris/actions-hugo from 2.6.0 to 3.0.0 (#919) @dependabot
Translations
- Turkish Localization Updated (#939) @kemalkolcuoglu
- add hebrew translation (#914) @skamensky
Bug Fixes
- Fix passing google analytics id (#937) @hossainemruz
- Fix language selector when default language is not English (#936) @hossainemruz
This release note has been generated automatically by Release Drafter.
v4.4.0
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
- Fix deprecation warning emitted by hugo (#904) @deining
- Bump actions/checkout from 4.1.1 to 4.1.2 (#905) @dependabot
- Add dark logos (#903) @BernatBC
Bug Fixes
This release note has been generated automatically by Release Drafter.
v4.3.1
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.
- Add tags in post cards from search results (#895) @BernatBC
- Fix education and experience logos trying to resize (#898) @BernatBC
- Update theme.toml for hugoThemesSiteBuilder (#896) @BernatBC
This release note has been generated automatically by Release Drafter.
v4.3.0
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.
- Fix hovering tags in posts (#894) @BernatBC
- Add spacing between project tags (#892) @BernatBC
- Add custom subsections in education (#888) @BernatBC
- Fix anchors in post cards (#891) @BernatBC
- Fix Tags sidebar font color (#890) @BernatBC
New Features & Enhancements
Translations
This release note has been generated automatically by Release Drafter.
v4.2.0
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.
- Fix replace directive in local development guide (#880) @hossainemruz
- Update local development guide (#869) @hossainemruz
- Update README.md (#863) @hossainemruz
New Features & Enhancements
- Add param profile to hide author in post (#870) @BernatBC
- Bump peter-evans/create-pull-request from 5 to 6 (#877) @dependabot
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#879) @dependabot
- Add select maximum number of posts per page (#866) @BernatBC
- Add Researchgate as contact option (#864) @dietervansteenwegen
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
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.
- Add
hugoVersion
info in config.yaml (#861) @hossainemruz
This release note has been generated automatically by Release Drafter.
v4.1.0
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
- Bump github/codeql-action from 2 to 3 (#849) @dependabot
Translations
- Specify European Portuguese (#854) @SrNetoChan
Bug Fixes
- Refactor alert shortcode (#858) @hossainemruz
- Fixed and improved circular progess animation on about section (#850) @Kyserbyte
This release note has been generated automatically by Release Drafter.