Skip to content

Commit

Permalink
docs: bump version 1.0.3 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Nov 21, 2024
1 parent 1a5d844 commit 65cc9be
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ commitizen:
name: cz_conventional_commits
tag_format: $version
update_changelog_on_bump: true
version: 1.0.3
version: 1.1.0
version_scheme: semver2
27 changes: 27 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog
<!-- markdownlint-disable MD024 -->
## 1.1.0 (2024-11-21)

### Feat

- **FUNDING.yaml**: add funding yaml file and donation in README
- **firefox**: add firefox backup. All plugins, etc
- **rofi-power-menu**: migrate from modified script to package
- **sworkstyle**: add missing sworkstyle icons
- **mpv**: added good mpv configuration
- add most needed apps to mime
- **.editorconfig**: add .editorconfig file

### Fix

- **rofi**: fix rofi fails because of rofi-calc support deprecated
- **nnn**: delete nnn update plugin from update script
- fix problem with envvars
- fix problem with bug and feature templates
- fix shellcheck workflow, to do not fail on .zprofile
- **.editorconfig**: add .editorconfig option, to add new line at EOF
- fix problem with environment variables declared in .zshenv and ingrore by sway

Check warning on line 23 in .github/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Spellcheck project

Unknown word (ingrore)

### Refactor

- fix few things to let ci complete successfuly

Check warning on line 27 in .github/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Spellcheck project

Unknown word (successfuly)
- A bit code refactor in rofi and sway

## 1.0.3 (2024-10-21)

### Fix
Expand Down

0 comments on commit 65cc9be

Please sign in to comment.