Compare commits
4 commits
bd88c516b9
...
2417ab316f
Author | SHA1 | Date | |
---|---|---|---|
2417ab316f | |||
2d16879ff5 | |||
72b5edc743 | |||
ff4264fec8 |
5 changed files with 19 additions and 2 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.3.0"
|
version = "0.4.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,3 +1,15 @@
|
||||||
|
## 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,6 +238,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
|
4
fish/functions/resolve-for-all.fish
Normal file
4
fish/functions/resolve-for-all.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
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=crf=1,depth=8,preset=0,tune=4,adaptive-film-grain=1,film-grain=4
|
screenshot-avif-opts=lossless=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