Compare commits
No commits in common. "2417ab316f3cd4d73366b93c81a82f57fa4ed517" and "bd88c516b9edd776e80f548d6398a60ae519cb65" have entirely different histories.
2417ab316f
...
bd88c516b9
5 changed files with 2 additions and 19 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,6 +2,6 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "0.4.0"
|
version = "0.3.0"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,15 +1,3 @@
|
||||||
## 0.4.0 (2025-05-30)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- **fish**: add new fish command
|
|
||||||
- **mpv**: move to using lossless avif screenshots
|
|
||||||
- **fish**: add btrfs compression and gpg key upload fish functions
|
|
||||||
|
|
||||||
### Refactor
|
|
||||||
|
|
||||||
- **OrcaSlicer**: slight change in fillament colour
|
|
||||||
|
|
||||||
## 0.3.0 (2025-05-27)
|
## 0.3.0 (2025-05-27)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -238,7 +238,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"presets": {
|
"presets": {
|
||||||
"filament_colors": "#F2754E",
|
|
||||||
"filaments": null,
|
"filaments": null,
|
||||||
"machine": "Elegoo Neptune 4 Pro (0.4 nozzle) - retraction-tune"
|
"machine": "Elegoo Neptune 4 Pro (0.4 nozzle) - retraction-tune"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
function resolve-for-all --wraps="sudo /usr/bin/perl -pi -e 's/\\x74\\x11\\xe8\\x21\\x23\\x00\\x00/\\xeb\\x11\\xe8\\x21\\x23\\x00\\x00/g' /opt/resolve/bin/resolve" --description "alias resolve-for-all=sudo /usr/bin/perl -pi -e 's/\\x74\\x11\\xe8\\x21\\x23\\x00\\x00/\\xeb\\x11\\xe8\\x21\\x23\\x00\\x00/g' /opt/resolve/bin/resolve"
|
|
||||||
sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -20,7 +20,7 @@ screenshot-jxl-distance=0.0
|
||||||
screenshot-jxl-effort=9
|
screenshot-jxl-effort=9
|
||||||
screenshot-avif-encoder=libsvtav1
|
screenshot-avif-encoder=libsvtav1
|
||||||
screenshot-avif-pixfmt=yuv420p
|
screenshot-avif-pixfmt=yuv420p
|
||||||
screenshot-avif-opts=lossless=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4
|
screenshot-avif-opts=crf=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4
|
||||||
|
|
||||||
# Cookie file for websites like crunchyroll
|
# Cookie file for websites like crunchyroll
|
||||||
# ytdl-raw-options=cookies=[C:\Users\hello\scoop\apps\mpv\0.34.0\portable_config\cookies.txt]
|
# ytdl-raw-options=cookies=[C:\Users\hello\scoop\apps\mpv\0.34.0\portable_config\cookies.txt]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue