2.2.4 Official Version
This commit is contained in:
		@@ -1,3 +1,23 @@
 | 
				
			|||||||
 | 
					<h1><u>Subsonics 2.2.4</u></h1>
 | 
				
			||||||
 | 
					<p>Sortie le : 03/05/2022</p>
 | 
				
			||||||
 | 
					<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
				
			||||||
 | 
					<ul>
 | 
				
			||||||
 | 
					   
 | 
				
			||||||
 | 
					    <li><strong>[CHANGE]</strong> : Changement du titre de l'application</li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					<hr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<h1><u>Subsonics 2.2.3</u></h1>
 | 
				
			||||||
 | 
					<p>Sortie le : 02/05/2022</p>
 | 
				
			||||||
 | 
					<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
				
			||||||
 | 
					<ul>
 | 
				
			||||||
 | 
					   
 | 
				
			||||||
 | 
					    <li><strong>[FIX]</strong> : Update : Fix Canal</li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</ul>
 | 
				
			||||||
 | 
					<hr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h1><u>Subsonics 2.2.2</u></h1>
 | 
					<h1><u>Subsonics 2.2.2</u></h1>
 | 
				
			||||||
<p>Sortie le : 02/05/2022</p>
 | 
					<p>Sortie le : 02/05/2022</p>
 | 
				
			||||||
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
					<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "subsonics-manager",
 | 
					  "name": "subsonics-manager",
 | 
				
			||||||
  "version": "2.2.3",
 | 
					  "version": "2.2.4",
 | 
				
			||||||
  "description": "Manager for subsonics",
 | 
					  "description": "Manager for subsonics",
 | 
				
			||||||
  "main": "main.js",
 | 
					  "main": "main.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								src/title.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/title.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 13 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								src/title.png~
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/title.png~
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 18 KiB  | 
@@ -11,7 +11,8 @@
 | 
				
			|||||||
<body>
 | 
					<body>
 | 
				
			||||||
    <header>
 | 
					    <header>
 | 
				
			||||||
        <div class="top-title">
 | 
					        <div class="top-title">
 | 
				
			||||||
            <h1><img class="top-logo rounded" src="../../src/logo.png" alt="Logo"> Subsonics</h1>
 | 
					            <img class="top-logo rounded" src="../../src/logo.png" alt="Logo">
 | 
				
			||||||
 | 
					            <img class="top-title-image rounded" src="../../src/title.png" alt="Logo">
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <button id="minimizeBtn" class="buttonReduce"><i class="fas fa-window-minimize"></i></button>
 | 
					        <button id="minimizeBtn" class="buttonReduce"><i class="fas fa-window-minimize"></i></button>
 | 
				
			||||||
        <button id="closeBtn" class="buttonClose"><i class="fas fa-times"></i></button>
 | 
					        <button id="closeBtn" class="buttonClose"><i class="fas fa-times"></i></button>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,13 +20,14 @@ body {
 | 
				
			|||||||
    padding: 5% !important;
 | 
					    padding: 5% !important;
 | 
				
			||||||
    padding-bottom: 0% !important;
 | 
					    padding-bottom: 0% !important;
 | 
				
			||||||
    color: white;
 | 
					    color: white;
 | 
				
			||||||
 | 
					    margin-bottom: 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.top-logo {
 | 
					.top-logo {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    width: 15%;
 | 
					    width: 15%;
 | 
				
			||||||
    
 | 
					    margin-left: 20px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -51,6 +52,15 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.top-title-image {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    width: 80%;
 | 
				
			||||||
 | 
					    margin-top: 6px;
 | 
				
			||||||
 | 
					    margin-right: 20px;
 | 
				
			||||||
 | 
					    margin-left: 4px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.buttonClose:hover {
 | 
					.buttonClose:hover {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    color: red;
 | 
					    color: red;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user