Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nix): allow the user to specify the package being used #1

Closed
wants to merge 64 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e15493d
add set_alpha filter
Davenchy Jul 26, 2024
27b34c6
add format_rgba_float and format_hsla_float functions to format the a…
Davenchy Jul 26, 2024
844b1c7
add the set_alpha filter to the engine
Davenchy Jul 26, 2024
e7a33e4
add set_alpha filter example
Davenchy Jul 26, 2024
0609eaa
update CHANGELOG.md
Davenchy Jul 26, 2024
5e20275
feat: add mako live reload close #96
zootedb0t Aug 2, 2024
813616d
Merge pull request #97 from zootedb0t/main
InioX Aug 4, 2024
f4a8d44
chore: bump `material-colors` to 0.4.0
InioX Aug 4, 2024
a8a6fe3
Merge branch 'main' of https://github.com/InioX/matugen
InioX Aug 4, 2024
da313f6
Nix module: add package option
fufexan Aug 4, 2024
e28048c
Merge pull request #95 from Davenchy/set_alpha_filter_feature
InioX Aug 12, 2024
14599ec
add set_alpha filter
Davenchy Jul 26, 2024
5e1355c
add format_rgba_float and format_hsla_float functions to format the a…
Davenchy Jul 26, 2024
b68b4aa
add the set_alpha filter to the engine
Davenchy Jul 26, 2024
3d41b27
add set_alpha filter example
Davenchy Jul 26, 2024
66db24d
update CHANGELOG.md
Davenchy Jul 26, 2024
f22dd21
fix: set_alpha missing a `:` in example (#95)
InioX Aug 13, 2024
26b2f92
refactor: add float parameter for `format_hsla` and `format_rgba` (#95)
InioX Aug 13, 2024
c5b3838
fix: divide all alpha values by 255 for output (#95)
InioX Aug 13, 2024
a0bda95
fix: wrong display of alpha channel for `set_alpha` (#95)
InioX Aug 13, 2024
f8479fe
Merge branch 'main' of https://github.com/InioX/matugen
InioX Aug 13, 2024
af18a3c
oops bad merge (#95)
InioX Aug 13, 2024
5429ebd
feat: add `pre_hook` and `post_hook` (#100)
InioX Aug 13, 2024
9782a3d
chore: run cargo fmt + clippy fix
InioX Aug 14, 2024
00740d4
refactor: remove useless stuff, add clippy rules
InioX Aug 14, 2024
957785e
feat: add more info to debug mode
InioX Aug 14, 2024
b3b3023
feat: add timestamp to debug logs
InioX Aug 14, 2024
2126147
refactor: move some stuff into lib instead
InioX Aug 16, 2024
942efee
feat(filters): add `invert`, `grayscale and `set_hue`
InioX Aug 16, 2024
0bd628f
fix: made unix version compile
DaniD3v Aug 17, 2024
f3570a7
fix: cargo fmt & alejandra (nix formatter)
DaniD3v Aug 17, 2024
b168f8a
fix: removed unused dependency
DaniD3v Aug 17, 2024
f2ed19c
chore: removed dependency proper-path-tools
DaniD3v Aug 17, 2024
56b19d2
fix: removed deprecated default_features
DaniD3v Aug 17, 2024
929db5c
chore: cargo update
DaniD3v Aug 17, 2024
793568e
fix: apply more aggressive clippy lints
DaniD3v Aug 17, 2024
76ead5f
chore: moved scheme out of module with only 1 file
DaniD3v Aug 17, 2024
ef437e3
feat: feature-gated update-informer
DaniD3v Aug 17, 2024
c4aa184
feat: feature-gated dumping json
DaniD3v Aug 18, 2024
614557f
feat: feature-gated web-image
DaniD3v Aug 18, 2024
2f118fb
made enquote only required for builds targeting macOS
DaniD3v Aug 18, 2024
df7e553
chore: removed unused dependency features
DaniD3v Aug 18, 2024
4d2db69
chore: sorted dependencies
DaniD3v Aug 18, 2024
cd051ee
chore: update dependencies with breaking changes
DaniD3v Aug 18, 2024
9b33071
Merge pull request #103 from DaniD3v/compilation-performance
InioX Aug 21, 2024
bed5f76
Create rustfmt.yml
InioX Aug 21, 2024
e656f2c
refactor: move template into src/
InioX Aug 22, 2024
5d2beb0
refactor: use `BTreeSet`, remove `ahash` and `IndexMap`
InioX Aug 22, 2024
f18a8d2
tests: add schemes_eq test
InioX Aug 22, 2024
abe81ee
refactor: move some stuff into template_util (prepare for criterion)
InioX Aug 22, 2024
7da3b0a
tests: add criterion bench
InioX Aug 26, 2024
87f7bd9
fix: dump_json BTreeSet index
InioX Aug 27, 2024
dbb2f58
fix(nix): add dump-json feature build flag
InioX Aug 27, 2024
b73982a
chore: format code
InioX Aug 27, 2024
994e17e
fix: parse color bug for rgb (#107)
InioX Aug 29, 2024
ac8e827
add custom colors option to nix module.
Talia-12 Aug 27, 2024
7df197c
add backup config option to add in anything that isn't explicitly sup…
Talia-12 Aug 27, 2024
ac4a36b
make nix module able to generate from color or wallpaper.
Talia-12 Aug 28, 2024
80a7816
made contrast configurable in nix module
Talia-12 Aug 28, 2024
324eee3
feat: custom expr and block prefix, postfix
TanX-009 Oct 13, 2024
2f9af44
feat(config): Ditch `reload_apps`; add a prototype for better wallpap…
ys5g Oct 10, 2024
059c989
feat(config): Completely remove `reload_apps`; get `config.wallpaper`…
ys5g Oct 17, 2024
0e64f4f
add DaniD3v's module updates
ys5g Oct 18, 2024
4e9021c
feat(nix): allow the user to specify the package being used
ys5g Oct 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "rustfmt"
on:
push:
pull_request:

jobs:
formatting:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Ensure rustfmt is installed and setup problem matcher
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- add `set_alpha` filter


## [2.3.0](https://github.com/InioX/matugen/compare/v2.2.0...v2.3.0) - 2024-05-29

### Added
Expand Down
Loading