You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,39 @@ All notable changes to `HyDE` will be documented in this file.
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to _Modified_ [CalVer](https://calver.org/). See [Versioning](https://github.com/HyDE-Project/HyDE/blob/master/RELEASE_POLICY.md#versioning-yymq) For more info
7
7
-->
8
8
9
+
## Unreleased
10
+
11
+
### Changed
12
+
13
+
- Wallpaper: Pt. 1 of multi theming backend.
14
+
- Hyprland: Remove `hyde.conf` as it is too brittle. Use `hyprland.conf` instead!
15
+
- Window: Moved 'windowpin' to 'window.pin'. For consistency.
- Changed Shader main manu into 'Eye Care' and sub menus will have Temperature, Gamma and the Shaders Selector.
19
+
- Waybar: waybar now uses systemd run instead of app2unit to handle env properly.
20
+
- Updated the hyde-config binary
21
+
- Python-env: Deprecate pip and use uv instead.
22
+
- Hypr: Removed '~/.config/hypr/hyde.conf' as it is not being used or a long time now. Please use the 'config.toml' instead
23
+
- hyprlock: Added options under [hyprlock]: hide_cursor,ignore_empty_input,immediate_render,text_trim,fractional_scaling,screencopy_mode,fail_timeout. See https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/
24
+
- Core: Removed hyq binary .Please install it using your own package-manager. 'yay -Sy hyprquery'
25
+
26
+
### Added
27
+
- Window: added 'hyde-shell window.mute' to toggle window audio. This is a python implementation for 'wl-togglesink'
28
+
- Windowrules: add opacity rule and floating rules for Blender to disable transparency, float render window, and set render window size to 50% of monitor
29
+
- l10n: Added a bash POC for localization. Python already has built in support for localization. This is just a POC for bash scripts. It is not yet fully implemented and is not yet available for all scripts. So we can share language packs. Please open a discussion if you are interested in helping with localization. (keeping this here just to see who really cared lol.)
30
+
- hyprsunset: Added identity param to be used temp
31
+
- Waybar: Added Eyecare menu
32
+
- Session: *Experimental* feature which might be helpful as session restore in wayland is being worked on. 'hyde-shell session --help' to learn more!
33
+
- Hyprland: *Experimental* Added an Alt-tab like feature that behaves like a browser. It is slow so I might port it to go.
34
+
- Wallpaper: [waydeeper](https://github.com/EdenQwQ/waydeeper) can be used as wallpaper backend. To use it, waydeeper should be installed manually.
35
+
- Lua: ****Experimental** Lua support. Please open a discussion if you are interested in helping with Lua support. Uses hererocks to install lua.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,9 @@ Thank you for your interest in contributing to Community Standards! We welcome a
57
57
1. Go to your forked repository.
58
58
2. Click the **Compare & pull request** button next to your `your-branch-name` branch.
59
59
3. Make sure the base repository branch is set to `dev`.
60
-
4. Add a title and description for your pull request.
61
-
5. Click **Create pull request** and remember to add the relevant labels with using the [pull request template](https://github.com/HyDE-Project/HyDE/blob/master/.github/PULL_REQUEST_TEMPLATE.md).
60
+
4. Run pre-commit checks `pre-commit run --all-files`.
61
+
5. Add a title and description for your pull request.
62
+
6. Click **Create pull request** and remember to add the relevant labels with using the [pull request template](https://github.com/HyDE-Project/HyDE/blob/master/.github/PULL_REQUEST_TEMPLATE.md).
0 commit comments