File tree 7 files changed +39
-1
lines changed
7 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and test
2
2
on :
3
3
push :
4
+ branches : [main, develop]
5
+ tags :
6
+ - ' [0-9]+.[0-9]+.[0-9]+'
4
7
5
8
pull_request :
6
9
branches : [main]
Original file line number Diff line number Diff line change 1
1
name : Release
2
2
on :
3
3
push :
4
+ branches : [main, develop]
5
+ tags :
6
+ - ' [0-9]+.[0-9]+.[0-9]+'
4
7
5
8
# This ensures that previous jobs for the PR are canceled when PR is updated
6
9
concurrency :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ ## [ 2.4.0] ( https://github.com/deandreamatias/tv-randshow/compare/v2.3.0...v2.4.0 ) (2025-04-18)
6
+
7
+ * Update dependencies
8
+ * Build with Flutter 3.29
9
+ * Add support to Linux
10
+ * Update Android setup and add support to edge-to-edge
11
+ * Remove migration screen for user
12
+
5
13
## [ 2.3.0] ( https://github.com/deandreamatias/tv-randshow/compare/v2.2.0...v2.3.0 ) (2024-10-05)
6
14
7
15
* Update dependencies
Original file line number Diff line number Diff line change
1
+ ## 2.4.0 - 2025/04/18
2
+
3
+ * Update dependencies
4
+ * Build with Flutter 3.29
5
+ * Add support to Linux
6
+ * Update Android setup and add support to edge-to-edge
7
+ * Remove migration screen for user
8
+
1
9
## 2.3.0 - 2024/10/05
2
10
3
11
* Update dependencies
Original file line number Diff line number Diff line change
1
+ ## 2.4.0 - 2025/04/18
2
+
3
+ * Actualiza dependencias
4
+ * Construido con Flutter 3.29
5
+ * Añade soporte para Linux
6
+ * Actualiza configuración de Android y añade soporte para pantalla completa
7
+ * Elimina pantalla de migración para el usuario
8
+
1
9
## 2.3.0 - 2024/10/05
2
10
3
11
* Actualiza dependencias
Original file line number Diff line number Diff line change
1
+ ## 2.4.0 - 2025/04/18
2
+
3
+ * Atualiza dependências
4
+ * Construído com Flutter 3.29
5
+ * Adiciona suporte a Linux
6
+ * Atualiza configuração de Android e adiciona suporte a tela cheia
7
+ * Remove tela de migração para o usuário
8
+
1
9
## 2.3.0 - 2024/10/05
2
10
3
11
* Atualiza dependências
Original file line number Diff line number Diff line change 1
1
name : tv_randshow
2
2
description : App to pick a random TV show episode
3
3
4
- version : 2.3 .0+30
4
+ version : 2.4 .0+31
5
5
6
6
environment :
7
7
sdk : " >=3.7.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments