Compare commits
3 Commits
v0.2.0
...
fix/exclud
Author | SHA1 | Date | |
---|---|---|---|
4b44b7b599 | |||
0bc60be87a | |||
3641451d19 |
@ -1,6 +1,14 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## v0.2.1 (2025-05-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Ui xml template
|
||||
([`3641451`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/3641451d1960bca1e1b64d016d4669f053519fc6))
|
||||
|
||||
|
||||
## v0.2.0 (2025-05-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -1,5 +1,6 @@
|
||||
_exclude:
|
||||
- ".gitea/"
|
||||
- "CHANGELOG.md"
|
||||
# imports
|
||||
|
||||
_jinja_extensions:
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>{{ widget_plugin.class | stash_filename }}</class>
|
||||
<widget class="QWidget" name="MainWindow">
|
||||
<widget class="QWidget" name="{{ widget_plugin.class }}">
|
||||
</widget>
|
||||
<resources />
|
||||
<connections />
|
||||
|
Reference in New Issue
Block a user