Releases: bottlesdevs/EasyTerm
Releases · bottlesdevs/EasyTerm
1.0.0
What's Changed
- feat: porting to GTK4 and libadwaita by @mirkobrombin in #7
New Contributors
- @mirkobrombin made their first contribution in #7
Full Changelog: 0.2.0...1.0.0
0.2.0
- support for
copyandpaste - moving from
spawntospawn_async - fix
dark-themelookup
0.1.8
- support for multiple instances.
0.1.7
- support
dark_themeon call with-doption - split commands preserving quoted
- support custom palette on call with
poption
0.1.6
Use the w flag for cwd option in console, to avoid conflict with command.
0.1.5
- do not default to dark theme
- sys.exit when window close
0.1.4
Support for arguments when using as a standalone application:
--cwd--command--env--actions
0.1.3
Use the EasyTermLib class inside a project and EasyTerm outside.
0.1.2
from easyterm import easyterm
easyterm.EasyTerm(
cwd='/path',
command='/bin/bash',
env=[],
actions=[
{
"name": "Hello",
"icon": "emblem-favorite",
"tooltip": "Say hello to the world",
"command": "echo Hello World"
}
]
)0.1.1
fix setup