mirror of
				https://codeberg.org/tom79/Fedilab.git
				synced 2025-10-20 11:20:16 +03:00 
			
		
		
		
	Release 3.23.4
This commit is contained in:
		
							parent
							
								
									be54c49918
								
							
						
					
					
						commit
						4c00aa9a2e
					
				
					 3 changed files with 13 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -13,8 +13,8 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        minSdk 21
 | 
			
		||||
        targetSdk 33
 | 
			
		||||
        versionCode 496
 | 
			
		||||
        versionName "3.23.3"
 | 
			
		||||
        versionCode 497
 | 
			
		||||
        versionName "3.23.4"
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
    }
 | 
			
		||||
    flavorDimensions "default"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,9 @@
 | 
			
		|||
[
 | 
			
		||||
  {
 | 
			
		||||
    "version": "3.23.4",
 | 
			
		||||
    "code": "497",
 | 
			
		||||
    "note": "Fixed:\n\n- Holes in timelines due to a cache bug\n- Fix tags issue with RTL and the markdown format\n- Scrollable bio when editing profiles\n- Crash when adding a user into a list"
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "version": "3.23.3",
 | 
			
		||||
    "code": "496",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,6 @@
 | 
			
		|||
Fixed:
 | 
			
		||||
 | 
			
		||||
- Holes in timelines due to a cache bug
 | 
			
		||||
- Fix tags issue with RTL and the markdown format
 | 
			
		||||
- Scrollable bio when editing profiles
 | 
			
		||||
- Crash when adding a user into a list
 | 
			
		||||
		Loading…
	
		Reference in a new issue