mirror of
				https://github.com/EndPwnArchive/endpwn3.2-lambda.git
				synced 2024-08-14 23:49:56 +00:00 
			
		
		
		
	new changelog
This commit is contained in:
		
							parent
							
								
									7f273566b5
								
							
						
					
					
						commit
						6822d6fdc9
					
				
					 2 changed files with 9 additions and 2 deletions
				
			
		
							
								
								
									
										7
									
								
								changelog.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								changelog.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
2018-05-19;;Cλnergy {added marginTop}
 | 
			
		||||
=====================
 | 
			
		||||
 | 
			
		||||
**Welcome to Cynergy2!**
 | 
			
		||||
Thank you for being interested in the Lamdba Project.
 | 
			
		||||
**Plans:**
 | 
			
		||||
* Fix crispr and webcrack.
 | 
			
		||||
| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
var internal = {
 | 
			
		||||
 | 
			
		||||
    print: function (str) {
 | 
			
		||||
        console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#0cc', '');
 | 
			
		||||
        console.log(`%c[EndPwn3]%c ` + str, 'font-weight:bold;color:#c8f', '');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -90,7 +90,7 @@ exports = {
 | 
			
		|||
 | 
			
		||||
        // fetch the changelog
 | 
			
		||||
        internal.print('retrieving changelog...');
 | 
			
		||||
        fetch('https://endpwn.github.io/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => {
 | 
			
		||||
        fetch('https://lambda.cynfoxwell.cf/changelog.md?_=' + Date.now()).then(r => r.text()).then(l => {
 | 
			
		||||
            var data = l.split(';;');
 | 
			
		||||
            window.endpwn.changelog = {
 | 
			
		||||
                date: data[0],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue