Compare commits
	
		
			3 Commits
		
	
	
		
			v1.3.19
			...
			982bb5aa21
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 982bb5aa21 | |||
| 007737db13 | |||
| 17e5949201 | 
							
								
								
									
										2
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/gitea-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -85,5 +85,5 @@ jobs:
 | 
				
			|||||||
        done
 | 
					        done
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        # Create release using git command
 | 
					        # Create release using git command
 | 
				
			||||||
        #git tag -a "v${VERSION}" -m "Release ${VERSION}"
 | 
					        git tag -a "v${VERSION}" -m "Release ${VERSION}"
 | 
				
			||||||
        git push origin "v${VERSION}"
 | 
					        git push origin "v${VERSION}"
 | 
				
			||||||
@@ -1,5 +1,11 @@
 | 
				
			|||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [1.3.20] - 2025-02-21
 | 
				
			||||||
 | 
					### Changed
 | 
				
			||||||
 | 
					- update webpages for version v1.3.20
 | 
				
			||||||
 | 
					- workflow: enable git tagging and pushing for Gitea releases
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [1.3.19] - 2025-02-21
 | 
					## [1.3.19] - 2025-02-21
 | 
				
			||||||
### Changed
 | 
					### Changed
 | 
				
			||||||
- update webpages for version v1.3.19
 | 
					- update webpages for version v1.3.19
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
; https://docs.platformio.org/page/projectconf.html
 | 
					; https://docs.platformio.org/page/projectconf.html
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[common]
 | 
					[common]
 | 
				
			||||||
version = "1.3.19"
 | 
					version = "1.3.20"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#test
 | 
					#test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user