Skip to content

Commit 9f94ecc

Browse files
authored
v1.2.2 (#29)
* Redesigned interface for mobile (#26) * Add missing translations (#27) * Add help to the list of composable libraries (#28)
1 parent be6a814 commit 9f94ecc

21 files changed

+777
-416
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Rust
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev_master]
66
tags:
77
- "*"
88
pull_request:
9-
branches: [main]
9+
branches: [main, dev_master]
1010

1111
env:
1212
CARGO_TERM_COLOR: always

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.2.2]
4+
### Added
5+
- Help for the composition window
6+
- The missing translations for the application
7+
8+
### Changed
9+
- Made the layout responsive
10+
311
## [v1.2.1]
412
### Added
513
- Composition support (#23)

0 commit comments

Comments
 (0)