leukipp
leukipp
## Description Following a link created by the "Copy Shareable Link" command (#382) breaks the window history back functionality. ## Reproduce 1. Go to [https://jupyterlite.readthedocs.io/en/latest/_static/lab?path=intro.ipynb](https://jupyterlite.readthedocs.io/en/latest/_static/lab?path=intro.ipynb). 2. Press the back button,...
External communication with cortile was implemented via unix domain sockets as discussed here https://github.com/leukipp/cortile/issues/14#issuecomment-1558112799. The current implementation has some caveats, as it works in an asynchronous way. You have to...
**Describe the bug** It seems that @outlook.com is blocked from registering new accounts. The following message appears when trying to register a new account on https://pypi.org/account/register: `You can't use an...
Starting with [v2.5.2](https://github.com/leukipp/cortile/releases/tag/v2.5.2), there’s an optional feature that allows you to focus the currently active window based on the mouse position: ```toml # When hovered for this duration [ms] windows...
On certain systems, the application may experience a startup panic due to insufficient privileges for accessing process information. This issue will be resolved in the upcoming release.
In some occasional cases, cortile may crash if several connected screens have been physically disconnected. If cortile runs as a service, it may just restart with the new screen configuration...
Starting with [v2.5.2](https://github.com/leukipp/cortile/releases/tag/v2.5.2) additional keyboard shortcuts are available to move the current active (focused) window to the next or previous screen: ```toml # Move the active window to the next...
Starting with [v2.5.1](https://github.com/leukipp/cortile/releases/tag/v2.5.1) there will be an addition keyboard shortcut to toggle window decorations on and off per layout: ```toml # Toggle window decoration on and off on the current...
Starting with [v2.5.1](https://github.com/leukipp/cortile/releases/tag/v2.5.1) the dbus communication introduced in [v2.5.0](https://github.com/leukipp/cortile/releases/tag/v2.5.0) will be used to provide additional python bindings to further simplify communication with cortile and to build a community-based library of...
With the release of cortile [v2.3.0](https://github.com/leukipp/cortile/releases/tag/v2.3.0) , an online version checker and update indicator were introduced (see #23). In [v2.5.1](https://github.com/leukipp/cortile/releases/tag/v2.5.1), this feature has been further enhanced to request the following...