Skip to content

Commit 81782af

Browse files
Merge pull request #664 from cylc/prepare-1.6.1
Prepare release: 1.6.1
2 parents 693c897 + 3b350c4 commit 81782af

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ $ towncrier create <PR-number>.<break|feat|fix>.md --content "Short description"
1212

1313
<!-- towncrier release notes start -->
1414

15+
## cylc-uiserver-1.6.1 (Released 2025-01-15)
16+
17+
### 🚀 Enhancements
18+
19+
[#661](https://github.com/cylc/cylc-uiserver/pull/661) - The GUI can now be launched in standalone mode even if `[hub]url` is configured, using the `--new` option.
20+
21+
### 🔧 Fixes
22+
23+
[#660](https://github.com/cylc/cylc-uiserver/pull/660) - Fixed crash when starting the UI Server if a user has invalid groups in their profile.
24+
1525
## cylc-uiserver-1.6.0 (Released 2025-01-08)
1626

1727
[Updated cylc-ui to 2.7.0](https://github.com/cylc/cylc-ui/blob/master/CHANGES.md)

changes.d/660.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes.d/661.feat.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

cylc/uiserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.6.1.dev"
16+
__version__ = "1.6.1"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)