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
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,45 @@ All notable changes to `HyDE` will be documented in this file.
4
4
5
5
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
6
6
7
+
## v25.8.1 (Unreleased)
8
+
9
+
Big CHANGE in HyDE! We are now using `uwsm` for session management and app2unit for application management.
10
+
11
+
**PLEASE run install.sh again to upgrade and install missing dependencies!!!**
12
+
13
+
### Changed
14
+
15
+
- Hyprlock: Sourcing hyprlock/HyDE.conf as default theme
16
+
- Core: Improved theming script stack
17
+
- Removed `xdg-config/hypr/hyde.conf` as it is too brittle. Use hyprland.conf instead!
18
+
- Moved all core hypr stuff to `~/.local/share/hypr`
19
+
20
+
### Added
21
+
22
+
- Core: Added 'app2unit.sh' as core script. This is a wrapper for the 'app' e.g. 'hyde-shell app mediaplayer.py' this runs the script as systemd scope. Using app2unit.sh as 'uwsm app' is slower.
23
+
- Core: Added 'xdg-terminal-exec' as core script. Added this in here because the upstream xdg-terminal-exec is not yet available officially.
24
+
- Development: Added 'Scripts/hydevm' for development. See its README.md for more info.
25
+
- Package: UWSM as dependency for HyDE.
26
+
- Core: app2unit.sh and xdg-terminal-exec as as static dependencies. These tools are not widely available and are not part of the core dependencies.
27
+
- The ~/.config/xdg-terminals.list file is now used to determine which terminal to use.
28
+
29
+
### Fixed
30
+
31
+
- Waybar: Some fixes for modules
32
+
- Waybar: gpuinfo throws errors eg broken pipe
33
+
- LibL Clean up variables that are using HYDE*, we will try to use the XDG\_* variables instead.
34
+
7
35
## v25.7.3
8
36
9
-
We use a dedicated Python environment to keep HyDE clean and dependency-free. Just run your scripts with `hyde-shell`βit handles the environment for you.
37
+
We use a dedicated Python environment to keep HyDE clean and dependency-free. Just run your scripts with `hyde-shell`β this handles the environment for you.
10
38
11
39
Examples:
12
40
`hyde-shell mediaplayer.py`
13
41
`hyde-shell waybar`
14
42
15
43
### Added
16
44
17
-
- CHANGELOG.md to track notable changes
45
+
- CHANGELOG.md to track notable changes.
18
46
- Features and fixes for mediaplayer. #865
19
47
- HyDE's python environment rebuild on installation
20
48
- PyGObject for the python environment
@@ -25,6 +53,7 @@ Examples:
25
53
- Waybar: Made mpris comparable to custom/mediaplayer. Should be noted mpris is not very customizable.
26
54
- Waybar: Added generic gamemode module which detects if games are running in feral mode
27
55
- Waybar: 'hyde-shell waybar --select' now will ask for **layout and style** options.
56
+
- Core:Solid theming fallback
28
57
29
58
### Removed
30
59
@@ -33,9 +62,13 @@ Examples:
33
62
### Changed
34
63
35
64
- Launch Scripts using 'hyde-shell' instead of '$scrPath/'
65
+
- Hyprland: Remove dconf setting in Hyprland config and add a separate dconf stack on color setup. This removes some hiccups on hyprctl reload.
66
+
- Updated `hyq` hyprquery v0.6.3r2
67
+
- Updated `hydectl`
36
68
37
69
### Fixed
38
70
39
71
- Waybar: Avoid multi user process conflict
40
72
- Mediaplayer: crash when player is not playing.
41
73
- Waybar: QOL fixes.
74
+
- Rofi: Fallback scaling for some script to not rely with hyprland
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Thank you for your interest in contributing to Community Standards! We welcome a
41
41
- The existing entries should be used as a style guideline.
42
42
- The change log should be used to document changes from a user-perspective, instead of explaining the technical background (like commit messages) More information about HyDE's change log format can be found [here](https://keepachangelog.com/).
43
43
44
+
5.1. **Optional But Recommended: Test with HydeVM** - You can test your changes in a VM using [HydeVM](Scripts/hydevm/README.md) before submitting.
45
+
44
46
6. Push your changes to your forked repository.
45
47
46
48
- For example, to push your changes to your forked repository, use the following command.
0 commit comments