3e1fe9f655 
								
							
								 
							
						 
						
							
							
								
								forgot to remove debug, 1.20 final toolchain update  
							
							
							
						 
						
							2023-06-08 23:02:19 +02:00  
				
					
						
							
							
								 
						
							
							
								c1bd31aec5 
								
							
								 
							
						 
						
							
							
								
								repaired windows crash  
							
							
							
						 
						
							2023-06-08 22:23:00 +02:00  
				
					
						
							
							
								 
						
							
							
								4b4d42cda6 
								
							
								 
							
						 
						
							
							
								
								final prod version fo 1.20  
							
							
							
						 
						
							2023-06-04 11:54:36 +02:00  
				
					
						
							
							
								 
						
							
							
								b9af3b3777 
								
							
								 
							
						 
						
							
							
								
								YYYYEEEEEEEEEEEEEEEEEEe I finally debugged the hash!!!!!  
							
							... 
							
							
							
							The problem was due to an error in usage o FileTreeHashBuilder during unpacking. 
							
						 
						
							2023-05-10 23:43:55 +02:00  
				
					
						
							
							
								 
						
							
							
								fe9f9f3e0d 
								
							
								 
							
						 
						
							
							
								
								1.20 snapshot update  
							
							
							
						 
						
							2023-05-10 08:56:37 +02:00  
				
					
						
							
							
								 
						
							
							
								cf3078259b 
								
							
								 
							
						 
						
							
							
								
								bugfixes  
							
							
							
						 
						
							2022-12-27 15:35:03 +01:00  
				
					
						
							
							
								 
						
							
							
								c040d05bd8 
								
							
								 
							
						 
						
							
							
								
								Added toString method to CompressionStatus, version bump to 3.0.0-a, few small tweaks  
							
							
							
						 
						
							2022-11-27 13:58:45 +01:00  
				
					
						
							
							
								 
						
							
							
								aaf9a54523 
								
							
								 
							
						 
						
							
							
								
								dep update + version bump + added testmod  
							
							
							
						 
						
							2022-11-06 11:02:02 +01:00  
				
					
						
							
							
								 
						
							
							
								03743dbdc9 
								
							
								 
							
						 
						
							
							
								
								1.19 update  
							
							
							
						 
						
							2022-08-25 21:50:57 +02:00  
				
					
						
							
							
								 
						
							
							
								27aa40027c 
								
							
								 
							
						 
						
							
							
								
								dropped unnecessary accessors in BackupContext (record)  
							
							
							
						 
						
							2022-06-22 20:02:37 +02:00  
				
					
						
							
							
								 
						
							
							
								a4bf645ef7 
								
							
								 
							
						 
						
							
							
								
								final dependency update. rolled back release version  
							
							
							
						 
						
							2022-06-16 21:40:05 +02:00  
				
					
						
							
							
								 
						
							
							
								d0ffab9339 
								
							
								 
							
						 
						
							
							
								
								1.19 Changes  
							
							
							
						 
						
							2022-06-10 14:08:46 +10:00  
				
					
						
							
							
								 
						
							
							
								4d881fe940 
								
							
								 
							
						 
						
							
							
								
								Update 1.18.1  
							
							
							
						 
						
							2021-12-23 20:58:31 +01:00  
				
					
						
							
							
								 
						
							
							
								569892ac5a 
								
							
								 
							
						 
						
							
							
								
								Changed mappings  
							
							
							
						 
						
							2021-11-30 20:58:13 +01:00  
				
					
						
							
							
								 
						
							
							
								fd878e5b1b 
								
							
								 
							
						 
						
							
							
								
								Version Bump  
							
							
							
						 
						
							2021-11-28 10:34:24 +01:00  
				
					
						
							
							
								 
						
							
							
								3bf91ea915 
								
							
								 
							
						 
						
							
							
								
								1.18 dep and name update  
							
							
							
						 
						
							2021-11-27 19:54:35 +01:00  
				
					
						
							
							
								 
						
							
							
								76d7326237 
								
							
								 
							
						 
						
							
							
								
								Locked parallel gzip version  
							
							
							
						 
						
							2021-08-03 22:12:18 +02:00  
				
					
						
							
							
								 
						
							
							
								33f01e8189 
								
							
								 
							
						 
						
							
							
								
								Dep update  
							
							
							
						 
						
							2021-08-03 21:26:42 +02:00  
				
					
						
							
							
								 
						
							
							
								d6430c9bef 
								
							
								 
							
						 
						
							
							
								
								version bump  
							
							
							
						 
						
							2021-07-08 21:46:22 +02:00  
				
					
						
							
							
								 
						
							
							
								cdd2b78c43 
								
							
								 
							
						 
						
							
							
								
								getMinecraftServer was renamed to getServer  
							
							... 
							
							
							
							Also updated to mc 1.17.1 
							
						 
						
							2021-07-06 22:33:00 +02:00  
				
					
						
							
							
								 
						
							
							
								a8f98c460e 
								
							
								 
							
						 
						
							
							
								
								Many, many changes:  
							
							... 
							
							
							
							- I migrated from cotton config to Cloth config + Auto config, that way it's easy to provide modmenu integration while keeping backward-compatibility. Because settings might change at runtime it's now necessary to keep the config reference up-to-date. I done this by using wrapper class around ConfigHolder<> and having a reference to main instance in each class accessing the config.
 - Switched form using one global logger to creating new instance in every class.
 - Removed BackupScheduler from Statics. Why did I put it there in the first place? 
							
						 
						
							2021-06-26 13:10:35 +02:00  
				
					
						
							
							
								 
						
							
							
								d0772b44eb 
								
							
								 
							
						 
						
							
							
								
								i think it's time  
							
							
							
						 
						
							2021-06-17 22:24:58 +02:00  
				
					
						
							
							
								 
						
							
							
								5cfb5c393a 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
							
						 
						
							2021-06-13 21:27:08 +02:00  
				
					
						
							
							
								 
						
							
							
								18e8860f42 
								
							
								 
							
						 
						
							
							
								
								1.17 update  
							
							
							
						 
						
							2021-06-13 21:25:52 +02:00  
				
					
						
							
							
								 
						
							
							
								e92ef1fb28 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
							
						 
						
							2020-12-07 00:02:54 +01:00  
				
					
						
							
							
								 
						
							
							
								59c691bd59 
								
							
								 
							
						 
						
							
							
								
								Dependency update + version bump  
							
							
							
						 
						
							2020-11-30 10:15:59 +01:00  
				
					
						
							
							
								 
						
							
							
								fd69b2ae6b 
								
							
								 
							
						 
						
							
							
								
								Updated mappings  
							
							
							
						 
						
							2020-10-29 12:31:16 +01:00  
				
					
						
							
							
								 
						
							
							
								80ddc8d2b7 
								
							
								 
							
						 
						
							
							
								
								Version bump + Mc Update  
							
							
							
						 
						
							2020-09-14 20:15:56 +02:00  
				
					
						
							
							
								 
						
							
							
								b24c807a3a 
								
							
								 
							
						 
						
							
							
								
								1.16.2 update  
							
							
							
						 
						
							2020-08-15 10:37:20 +02:00  
				
					
						
							
							
								 
						
							
							
								c5d89ee1ab 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
							
						 
						
							2020-08-14 21:16:45 +02:00  
				
					
						
							
							
								 
						
							
							
								dd23524d98 
								
							
								 
							
						 
						
							
							
								
								version bump  
							
							
							
						 
						
							2020-08-08 12:10:14 +02:00  
				
					
						
							
							
								 
						
							
							
								7738e54583 
								
							
								 
							
						 
						
							
							
								
								Moved Static variables to separate class (Statics)  
							
							... 
							
							
							
							Created custom logger (based on ModLogger by Cotton)
Removed info & sendError methods form Utilities (Moved to CustomLogger) 
							
						 
						
							2020-08-05 19:11:06 +02:00  
				
					
						
							
							
								 
						
							
							
								7c7c4c7493 
								
							
								 
							
						 
						
							
							
								
								It works! (At least now...)  
							
							
							
						 
						
							2020-08-03 13:45:24 +02:00  
				
					
						
							
							
								 
						
							
							
								b81b7d27f8 
								
							
								 
							
						 
						
							
							
								
								Version bump + ParallelGzipCompressor cleanup  
							
							
							
						 
						
							2020-08-02 23:09:46 +02:00  
				
					
						
							
							
								 
						
							
							
								51ecf54fb6 
								
							
								 
							
						 
						
							
							
								
								Loom update + version bump  
							
							
							
						 
						
							2020-08-02 19:56:16 +02:00  
				
					
						
							
							
								 
						
							
							
								d81aa65cc6 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
							
						 
						
							2020-07-19 11:59:17 +02:00  
				
					
						
							
							
								 
						
							
							
								282dfa70b9 
								
							
								 
							
						 
						
							
							
								
								Version bump  
							
							
							
						 
						
							2020-07-14 21:47:24 +02:00  
				
					
						
							
							
								 
						
							
							
								44fa50f287 
								
							
								 
							
						 
						
							
							
								
								Yarn update + typo + version bump  
							
							
							
						 
						
							2020-07-09 20:32:43 +02:00  
				
					
						
							
							
								 
						
							
							
								b765b5d467 
								
							
								 
							
						 
						
							
							
								
								Opt-in into ModUpdater ( https://www.curseforge.com/minecraft/mc-mods/modupdater )  
							
							
							
						 
						
							2020-06-30 15:57:53 +02:00  
				
					
						
							
							
								 
						
							
							
								92d2d3e2df 
								
							
								 
							
						 
						
							
							
								
								Updated dependencies  
							
							... 
							
							
							
							Renamed GenericTarCompressor -> LZMACompressor 
							
						 
						
							2020-06-30 15:52:32 +02:00  
				
					
						
							
							
								 
						
							
							
								708659b5dd 
								
							
								 
							
						 
						
							
							
								
								Few small tweaks. Most lkely final 1.16.1 version.  
							
							
							
						 
						
							2020-06-24 20:37:52 +02:00  
				
					
						
							
							
								 
						
							
							
								1fd25e7344 
								
							
								 
							
						 
						
							
							
								
								Dependency update.  
							
							
							
						 
						
							2020-06-24 20:16:24 +02:00  
				
					
						
							
							
								 
						
							
							
								19d86cc274 
								
							
								 
							
						 
						
							
							
								
								1.16-pre2 update.  
							
							
							
						 
						
							2020-06-05 16:15:36 +02:00  
				
					
						
							
							
								 
						
							
							
								5f74d33e32 
								
							
								 
							
						 
						
							
							
								
								I think i repaired  https://github.com/Szum123321/textile_backup/issues/12  
							
							
							
						 
						
							2020-05-24 12:44:58 +02:00  
				
					
						
							
							
								 
						
							
							
								7e1fe5a602 
								
							
								 
							
						 
						
							
							
								
								All is good.  
							
							
							
						 
						
							2020-05-08 23:13:34 +02:00  
				
					
						
							
							
								 
						
							
							
								c8c370cec0 
								
							
								 
							
						 
						
							
							
								
								20w19a update  
							
							
							
						 
						
							2020-05-08 22:35:12 +02:00  
				
					
						
							
							
								 
						
							
							
								b01d22e4c8 
								
							
								 
							
						 
						
							
							
								
								Few final tweaks. Everything seems to be working alright.  
							
							
							
						 
						
							2020-04-19 10:40:28 +02:00  
				
					
						
							
							
								 
						
							
							
								e8d9c15625 
								
							
								 
							
						 
						
							
							
								
								zip ang zip are now multi threaded  
							
							
							
						 
						
							2020-04-18 18:23:24 +02:00  
				
					
						
							
							
								 
						
							
							
								c74fc6c999 
								
							
								 
							
						 
						
							
							
								
								Some additional tweaks to the compression system. Also file blacklist works now!  
							
							
							
						 
						
							2020-04-17 10:20:47 +02:00  
				
					
						
							
							
								 
						
							
							
								be282adacf 
								
							
								 
							
						 
						
							
							
								
								Initial version of multiple compression format system. Some more testing still required  
							
							
							
						 
						
							2020-04-15 21:02:35 +02:00