Preparing for 0.8.0
This commit is contained in:
		
							parent
							
								
									cde62c3511
								
							
						
					
					
						commit
						9fae5b2cf2
					
				@ -60,6 +60,21 @@
 | 
				
			|||||||
  <url type="homepage">https://github.com/Jeffser/Alpaca</url>
 | 
					  <url type="homepage">https://github.com/Jeffser/Alpaca</url>
 | 
				
			||||||
  <url type="donation">https://github.com/sponsors/Jeffser</url>
 | 
					  <url type="donation">https://github.com/sponsors/Jeffser</url>
 | 
				
			||||||
  <releases>
 | 
					  <releases>
 | 
				
			||||||
 | 
					    <release version="0.8.0" date="2024-05-24">
 | 
				
			||||||
 | 
					      <url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.8.0</url>
 | 
				
			||||||
 | 
					      <description>
 | 
				
			||||||
 | 
					        <p>New Update</p>
 | 
				
			||||||
 | 
					        <ul>
 | 
				
			||||||
 | 
					          <li>Updated model list</li>
 | 
				
			||||||
 | 
					          <li>Added image recognition to more models</li>
 | 
				
			||||||
 | 
					          <li>Added Brazilian Portuguese translation (Thanks Daimaar Stein)</li>
 | 
				
			||||||
 | 
					          <li>Refined the general UI (Thanks Nokse22)</li>
 | 
				
			||||||
 | 
					          <li>Added 'delete message' feature</li>
 | 
				
			||||||
 | 
					          <li>Added metadata so that software distributors know that the app is compatible with mobile</li>
 | 
				
			||||||
 | 
					          <li>Changed 'send' shortcut to just the return/enter key (to add a new line use shift+return)</li>
 | 
				
			||||||
 | 
					        </ul>
 | 
				
			||||||
 | 
					      </description>
 | 
				
			||||||
 | 
					    </release>
 | 
				
			||||||
    <release version="0.7.1" date="2024-05-23">
 | 
					    <release version="0.7.1" date="2024-05-23">
 | 
				
			||||||
      <url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
 | 
					      <url type="details">https://github.com/Jeffser/Alpaca/releases/tag/0.7.1</url>
 | 
				
			||||||
      <description>
 | 
					      <description>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
project('Alpaca',
 | 
					project('Alpaca',
 | 
				
			||||||
          version: '0.7.1',
 | 
					          version: '0.8.0',
 | 
				
			||||||
    meson_version: '>= 0.62.0',
 | 
					    meson_version: '>= 0.62.0',
 | 
				
			||||||
  default_options: [ 'warning_level=2', 'werror=false', ],
 | 
					  default_options: [ 'warning_level=2', 'werror=false', ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
@ -48,7 +48,7 @@ class AlpacaApplication(Adw.Application):
 | 
				
			|||||||
            application_name='Alpaca',
 | 
					            application_name='Alpaca',
 | 
				
			||||||
            application_icon='com.jeffser.Alpaca',
 | 
					            application_icon='com.jeffser.Alpaca',
 | 
				
			||||||
            developer_name='Jeffry Samuel Eduarte Rojas',
 | 
					            developer_name='Jeffry Samuel Eduarte Rojas',
 | 
				
			||||||
            version='0.7.1',
 | 
					            version='0.8.0',
 | 
				
			||||||
            developers=['Jeffser https://jeffser.com'],
 | 
					            developers=['Jeffser https://jeffser.com'],
 | 
				
			||||||
            designers=['Jeffser https://jeffser.com'],
 | 
					            designers=['Jeffser https://jeffser.com'],
 | 
				
			||||||
            translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein',
 | 
					            translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user