What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/aiidalab/aiidalab-qe/pull/378
* 0x1: Move QeAppWorkChain into the workflow module by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/379
* Remove deprecated workchain update instruction by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/389
* bump AWB to released 2.0 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/394
* Move module imports from __init__.py of package to app modules by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/393
* ♻️ decouple override settings of builder by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/382
* Fix transfer to final step issue by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/399
* pre-commit: using nbqa for notebook lint by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/396
* seprate workchain selector to be extendable by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/401
* bump to use qe 7.2 from conda-forge by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/404
* Using new bumpver to support backport version release by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/405
* Feature/adv tot charge by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/402
* Restrict pydantic to fix testing by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/416
* add PseudoDojo by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/387
* add version when installing pseudo by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/425
* Bump bumpver to 2023.1124 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/427
* Feature: Starting Magnetization by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/409
* Feature/ Tags editor to define Kinds in StructureData by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/410
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/aiidalab/aiidalab-qe/pull/429
* Remove pinning pymatgen by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/431
* QEApp Documentation by edan-bainglass in https://github.com/aiidalab/aiidalab-qe/pull/414
* Add doc badge to README.md by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/433
* Doc: using the new propared qe image by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/434
* Add the concurrency setup to CI workflow by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/443
* Support using customize pseudopotential by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/435
* Pseudo setter override pseudos properly by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/445
* increasing the range of the magnetization floattext by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/447
* Move to App widget and call from notebook by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/442
* Standardize setting-like widgets with tests by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/451
* Plugin band by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/456
* Advanced override setting unification by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/457
* Add plugin entry point to workchain by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/458
* make pdos a plugin by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/459
* Merge advanced setting by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/461
* move get_configuration_parameters from submission to configuration by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/462
* use get and set for WorkChain settings by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/464
* add get and set for advanced settings by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/465
* use panel for workchain and advanced setting by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/467
* fix result tab by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/468
* Update README.md codecov by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/470
* Use label in WorkChainSelector by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/473
* load_profile explicitly in qe.ipynb by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/471
* fix override in get_panel_value for advanced by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/476
* remove hard coded inputs by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/478
* use uuid for pseudo by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/475
* Adding HTML widget to show the kpoint setting changes by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/480
* add test for workchain by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/472
* Fix the incorrect import in __main__ module of codes setup by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/482
* Move docker stack build from docker stack to aiidalab-qe by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/449
* Remove hard coded codes from workflow by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/474
* Move report by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/481
* Allow structures with different periodicity by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/479
* Reload GUI parameters by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/485
* update nscf kpoints distance by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/446
* Add button to start new workflow by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/494
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/aiidalab/aiidalab-qe/pull/492
* Add clean-up button to control the remote work directory clean by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/497
* Reset GUI by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/489
* check if code is none in workchain by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/505
* fix pseudodojo in report and load_panel_value by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/507
* Fix/remove workchain output by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/510
* add entry point to structure_manager_widget by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/502
* Feature/kill button - adding the kill button on top of NodeTree by mikibonacci in https://github.com/aiidalab/aiidalab-qe/pull/500
* add code entry point by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/487
* Fix override by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/517
* remove blocker when updating code by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/521
* Bump awb to 2.1.0a0 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/523
* Correct the regex to get version tag from tag by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/525
* Pre-install app by aiidalab install by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/532
* Feature/result multiple plugins by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/545
* DOC: add section on how to write plugin by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/463
* Detects the unsaved changes in the already confirmed steps. by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/537
* The default value of workdir clean button set to False by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/509
* Push to ghcr.io even when test fail by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/546
* fix bug on band_kpoints_distance for periodicity x and xy by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/547
* fix layout of the setting tab title for bands and pdos by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/555
* Bump aiidalab-widgets-base to version 2.1.0b0 by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/553
* use the function itself instead of the decorated calcfunction by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/556
* Remove unused leftover files by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/551
* Add more QE codes with the `calcjob` entry point by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/557
* Bump: bump aiidalab-widgets-base to version v2.1.0rc0 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/558
* Removing hardcoded values of NSCF by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/568
* DevOps: from forked repo not trigger push and arm64 image build by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/573
* Fix AddingTagsEditor Bug by AndresOrtegaGuerrero in https://github.com/aiidalab/aiidalab-qe/pull/574
* DOC: new docker stack update and more by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/572
* Confirm structure and configuration steps when loading previous result by superstar54 in https://github.com/aiidalab/aiidalab-qe/pull/570
* Bump SSSP to 1.3 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/578
* Bump artifact action to v4 by unkcpz in https://github.com/aiidalab/aiidalab-qe/pull/584
New Contributors
* AndresOrtegaGuerrero made their first contribution in https://github.com/aiidalab/aiidalab-qe/pull/402
* edan-bainglass made their first contribution in https://github.com/aiidalab/aiidalab-qe/pull/414
**Full Changelog**: https://github.com/aiidalab/aiidalab-qe/compare/v23.04.1...v23.10.0