2021-11-15 23:30:34 +03:00
|
|
|
# Changelog
|
|
|
|
|
2022-05-26 15:00:57 +03:00
|
|
|
All notable changes to eww will be listed here, starting at changes since version 0.2.0.
|
2021-11-15 23:30:34 +03:00
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2022-10-01 18:03:54 +03:00
|
|
|
### Features
|
2023-03-26 13:26:49 +03:00
|
|
|
- Add `:namespace` window option
|
2023-03-26 13:09:03 +03:00
|
|
|
- Default to building with x11 and wayland support simultaneously
|
2023-03-26 11:25:24 +03:00
|
|
|
- Add `truncate-left` property on `label` widgets (By: kawaki-san)
|
2022-10-01 18:03:54 +03:00
|
|
|
- Add support for safe access (`?.`) in simplexpr (By: oldwomanjosiah)
|
2022-10-24 20:08:50 +03:00
|
|
|
- Allow floating-point numbers in percentages for window-geometry
|
2023-01-05 22:21:29 +03:00
|
|
|
- Add support for safe access with index (`?.[n]`) (By: ModProg)
|
2023-01-05 22:00:40 +03:00
|
|
|
- Made `and`, `or` and `?:` lazily evaluated in simplexpr (By: ModProg)
|
2023-02-25 12:35:35 +03:00
|
|
|
- Add Vanilla CSS support (By: Ezequiel Ramis)
|
2023-02-25 18:27:32 +03:00
|
|
|
- Add `jq` function, offering jq-style json processing
|
2023-03-08 01:38:08 +03:00
|
|
|
- Add `justify` property to the label widget, allowing text justification (By: n3oney)
|
2022-10-01 18:03:54 +03:00
|
|
|
|
2022-09-04 21:20:13 +03:00
|
|
|
## [0.4.0] (04.09.2022)
|
|
|
|
|
2022-09-03 11:16:01 +03:00
|
|
|
### BREAKING CHANGES
|
|
|
|
- Change `calendar`-widget to index months starting at 1 rather than indexed from 0
|
|
|
|
|
2022-08-29 12:20:36 +03:00
|
|
|
### Features
|
|
|
|
- Add support for output names in X11 to select `:monitor`.
|
2022-09-04 21:20:13 +03:00
|
|
|
- Add support for `:active`-pseudoselector on eventbox (By: viandoxdev)
|
|
|
|
- Add support for `:password` on input (By: viandoxdev)
|
2022-08-29 12:20:36 +03:00
|
|
|
|
2022-08-29 13:43:01 +03:00
|
|
|
### Notable fixes and other changes
|
|
|
|
- Scale now only runs the onchange command on changes caused by user-interaction
|
2022-09-04 21:20:13 +03:00
|
|
|
- Improve CSS error reporting
|
|
|
|
- Fix deflisten scripts not always getting cleaned up properly
|
|
|
|
- Add `:round-digits` to scale widget (By: gavynriebau)
|
|
|
|
- Fix cirular-progress not properly displaying 100% values when clockwise is false
|
2023-01-05 22:16:47 +03:00
|
|
|
- Fix temperatures inside `EWW_TEMPS` not being accessible if at least one value is `NaN`
|
2022-08-29 13:43:01 +03:00
|
|
|
|
2022-08-29 12:20:36 +03:00
|
|
|
|
2022-05-26 15:00:57 +03:00
|
|
|
## 0.3.0 (26.05.2022)
|
|
|
|
|
2022-04-19 14:00:50 +03:00
|
|
|
### BREAKING CHANGES
|
|
|
|
- Change the onclick command API to support multiple placeholders.
|
|
|
|
This changes. the behaviour of the calendar widget's onclick as well as the onhover and onhoverlost
|
|
|
|
events. Instead of providing the entire date (or, respecively, the x and y mouse coordinates) in
|
|
|
|
a single value (`day.month.year`, `x y`), the values are now provided as separate placeholders.
|
|
|
|
The day can now be accessed with `{0}`, the month with `{1}`, and the year with `{2}`, and
|
|
|
|
similarly x and y are accessed with `{0}` and `{1}`.
|
|
|
|
|
2021-11-15 23:30:34 +03:00
|
|
|
### Features
|
|
|
|
- Add `eww inspector` command
|
|
|
|
- Add `--no-daemonize` flag
|
|
|
|
- Add support for displaying marks on `scale`-widget (By: druskus20)
|
|
|
|
- Add `children`-widget that allows custom widgets to make use of children
|
|
|
|
- Add support for `:hover` css selectors for eventbox (By: druskus20)
|
|
|
|
- Add `eww get` subcommand (By: druskus20)
|
|
|
|
- Add circular progress widget (By: druskus20)
|
2022-04-29 15:06:20 +03:00
|
|
|
- Add `:xalign` and `:yalign` to labels (By: alecsferra)
|
2022-05-26 15:00:57 +03:00
|
|
|
- Add `graph` widget (By: druskus20)
|
2022-04-13 16:10:40 +03:00
|
|
|
- Add `>=` and `<=` operators to simplexpr (By: viandoxdev)
|
2022-04-13 15:22:08 +03:00
|
|
|
- Add `desktop` window type (By: Alvaro Lopez)
|
2022-04-13 16:10:40 +03:00
|
|
|
- Add `scroll` widget (By: viandoxdev)
|
2022-04-13 16:32:26 +03:00
|
|
|
- Add `notification` window type
|
2022-04-19 14:00:50 +03:00
|
|
|
- Add drag and drop functionality to eventbox
|
2022-04-19 14:29:17 +03:00
|
|
|
- Add `search`, `captures`, `stringlength`, `arraylength` and `objectlength` functions for expressions (By: MartinJM, ElKowar)
|
2022-04-19 14:49:12 +03:00
|
|
|
- Add `matches` function
|
2022-05-26 15:00:57 +03:00
|
|
|
- Add `transform` widget (By: druskus20)
|
2022-04-29 11:52:25 +03:00
|
|
|
- Add `:onaccept` to input field, add `:onclick` to eventbox
|
2022-05-21 16:06:42 +03:00
|
|
|
- Add `EWW_CMD`, `EWW_CONFIG_DIR`, `EWW_EXECUTABLE` magic variables
|
2022-05-26 14:40:09 +03:00
|
|
|
- Add `overlay` widget (By: viandoxdev)
|
2021-11-15 23:30:34 +03:00
|
|
|
|
|
|
|
### Notable Internal changes
|
|
|
|
- Rework state management completely, now making local state and dynamic widget hierarchy changes possible.
|
|
|
|
|
|
|
|
### Notable fixes and other changes
|
|
|
|
- Fix `onscroll` gtk-bug where the first event is emitted incorrectly (By: druskus20)
|
|
|
|
- Allow windows to get moved when windowtype is `normal`
|
|
|
|
- Added more examples
|
|
|
|
- List system-level dependencies in documentation
|
|
|
|
- Document structure of magic variables (By: legendofmiracles)
|
2022-07-27 19:25:08 +03:00
|
|
|
- Updated dependencies
|