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

Add a bunch of apps #352

Merged
merged 16 commits into from
Feb 3, 2024
Merged

Add a bunch of apps #352

merged 16 commits into from
Feb 3, 2024

Conversation

flexagoon
Copy link
Contributor

@flexagoon flexagoon commented Jan 27, 2024

closes #32
closes #269
closes #270
closes #272
closes #274
closes #283
closes #289
closes #295
closes #297
closes #300
closes #315
closes #341
closes #342
closes #349

@sertonix
Copy link

The directory for ash needs to be created manually too.

@flexagoon
Copy link
Contributor Author

@b3nj5m1n could you please review this?

@b3nj5m1n
Copy link
Owner

b3nj5m1n commented Feb 3, 2024

This is awesome, thank you so much!

@b3nj5m1n b3nj5m1n merged commit 2c80444 into b3nj5m1n:main Feb 3, 2024
3 checks passed
@sertonix
Copy link

sertonix commented Feb 3, 2024

@b3nj5m1n A lot of things have changed since the last release. could you tag a new release?

@b3nj5m1n
Copy link
Owner

b3nj5m1n commented Feb 4, 2024

@b3nj5m1n A lot of things have changed since the last release. could you tag a new release?

Here you go: https://github.com/b3nj5m1n/xdg-ninja/releases/tag/v0.2.0.2

As I've said before, the releases were always meant for the Haskell portion of the codebase, but I've been wanting to switch to a new versioning system with automated releases for the program configs for months now and haven't had the time, so this is definitely better for now.

@flexagoon
Copy link
Contributor Author

@b3nj5m1n it's pretty easy to set up automatic releases with GitHub actions, I can help with that if you want

@b3nj5m1n
Copy link
Owner

b3nj5m1n commented Feb 4, 2024

@b3nj5m1n it's pretty easy to set up automatic releases with GitHub actions, I can help with that if you want

@flexagoon That would be awesome, I think we really just need to generate the changelogs, increase the semver by one (I think we should start using a new versoning scheme for the program configs) and decide when to generate new releases (either something like once a month or every 5 commits or something like that).

It's definitely not hard, I just have very little time with uni, so I never get around to doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment