Skip to content

Commit

Permalink
v1.2.2 (#29)
Browse files Browse the repository at this point in the history
* Redesigned interface for mobile (#26)
* Add missing translations (#27)
* Add help to the list of composable libraries (#28)
  • Loading branch information
margual56 authored Jul 31, 2023
1 parent be6a814 commit 9f94ecc
Show file tree
Hide file tree
Showing 21 changed files with 777 additions and 416 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Rust

on:
push:
branches: [main]
branches: [main, dev_master]
tags:
- "*"
pull_request:
branches: [main]
branches: [main, dev_master]

env:
CARGO_TERM_COLOR: always
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v1.2.2]
### Added
- Help for the composition window
- The missing translations for the application

### Changed
- Made the layout responsive

## [v1.2.1]
### Added
- Composition support (#23)
Expand Down
Loading

0 comments on commit 9f94ecc

Please sign in to comment.