Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							318fb6efb9 
							
						 
					 
					
						
						
							
							feat(new-tool): add email normalizer ( #1243 )  
						
						
						
					 
					
						2024-08-15 13:29:58 +00:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f1a5489e21 
							
						 
					 
					
						
						
							
							feat(new tools): JSON to XML and XML to JSON ( #1231 )  
						
						... 
						
						
						
						* feat(new tool): JSON <> XML
Fix https://github.com/CorentinTh/it-tools/issues/314 
* Update src/tools/xml-to-json/index.ts
* Update src/tools/json-to-xml/index.ts
* Update src/tools/json-to-xml/index.ts
---------
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 
						
					 
					
						2024-08-09 20:11:39 +00:00 
						 
				 
			
				
					
						
							
							
								Diego Fabricio 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1b4f9aafe 
							
						 
					 
					
						
						
							
							feat(lorem-ipsum): add button to refresh text lorem-ipsum ( #1213 )  
						
						... 
						
						
						
						Co-authored-by: Diego Guzmán <diego.guzman@caces.gob.ec> 
						
					 
					
						2024-08-07 09:22:08 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							76a19d218d 
							
						 
					 
					
						
						
							
							fix(emoji-picker): debounced search input ( #1181 )  
						
						... 
						
						
						
						* fix(Emoji picker): fix lags
Fix  #1176  using debounced ref
* chore: fix strange corepack message
Fix corepack claiming strange thing : UsageError: This project is configured to use yarn because /home/runner/work/it-tools/it-tools/package.json has a "packageManager" field 
						
					 
					
						2024-07-11 17:06:17 +02:00 
						 
				 
			
				
					
						
							
							
								code2933 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b430baef40 
							
						 
					 
					
						
						
							
							fix(format-transformer): set overflow for output area width ( #787 )  
						
						
						
					 
					
						2024-05-27 18:16:24 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dd4b7e687b 
							
						 
					 
					
						
						
							
							fix(jwt-parser): prevent UI overflow on small screen ( #1095 )  
						
						... 
						
						
						
						Fix  #1045  
					
						2024-05-27 11:59:05 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							30144aa3f5 
							
						 
					 
					
						
						
							
							feat(base64): Base64 enhancements ( #905 )  
						
						... 
						
						
						
						* fix(base64): use js-base64 to handle non ascii text
Use js-base64 to handle non ascii text and ignore whitespaces
Fix  #879  and #409 
* fix(base64): use js-base64 to handle non ascii text
Use js-base64 to handle non ascii text and ignore whitespaces
Fix  #879  and #409 
* feat(base64 file converter): add a filename and extension fields
Add filename and extension (auto filled if data url) to allow downloading with right extension and filename
Fix  #788 
* feat(base64 file converter): add a preview image
Fix  #594 . Taken from #595  (thanks @SAF2k) 
						
					 
					
						2024-05-20 22:13:55 +02:00 
						 
				 
			
				
					
						
							
							
								Corentin Thomasset 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33e5294a94 
							
						 
					 
					
						
						
							
							refactor(lint): removed extra semi  
						
						
						
					 
					
						2024-05-10 12:07:50 +02:00 
						 
				 
			
				
					
						
							
							
								steffenrapp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c2fb216e3 
							
						 
					 
					
						
						
							
							feat(i18n): added German translation ( #1038 )  
						
						... 
						
						
						
						* feat(i18n): German translation
* more
* more
* more
* rest 
						
					 
					
						2024-05-10 10:57:42 +02:00 
						 
				 
			
				
					
						
							
							
								Pavel Gordon 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cb5b462e11 
							
						 
					 
					
						
						
							
							fix(url-encoder, validation): typo in validation of url-encoder.vue  #1024  
						
						
						
					 
					
						2024-04-29 11:58:08 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9eac9cb2a9 
							
						 
					 
					
						
						
							
							fix(integer base converter): support bigint ( #872 )  
						
						
						
					 
					
						2024-04-22 08:45:51 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							23f82d956a 
							
						 
					 
					
						
						
							
							fix(bcrypt tool): allow salt rounds up to 100 ( #987 )  
						
						... 
						
						
						
						* fix(bcrypt tool): allow salt rounds up to 100
Previously max salt rounds was 10
* chore(github workflows): ci and e2e tests: try updating to node 20 
						
					 
					
						2024-04-15 09:43:12 +02:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3b32cc14e 
							
						 
					 
					
						
						
							
							feat(new tool): Outlook Safelink Decoder ( #911 )  
						
						... 
						
						
						
						* feat(new tool): Outlook Safelink Decoder
Fix  #897 
* Use native URL parsing
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
* Update src/tools/safelink-decoder/index.ts
---------
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 
						
					 
					
						2024-03-11 10:19:32 +00:00 
						 
				 
			
				
					
						
							
							
								sharevb 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fe349ad69b 
							
						 
					 
					
						
						
							
							feat(new tool): ascii art generator ( #886 )  
						
						... 
						
						
						
						* feat(new tool): ascii art generator
Fix  #829  ; Text ASCII Art Generator (using figlet)
* fix: make fonts list searchable
* refactor(ascii-generator): updated tool definition
* refactor(ascii-generator): equilibrate ui
---------
Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> 
						
					 
					
						2024-03-03 10:37:09 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a07806cd15 
							
						 
					 
					
						
						
							
							refactor(home): lightened tool cards ( #882 )  
						
						
						
					 
					
						2024-02-12 13:31:21 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							10e56b35bb 
							
						 
					 
					
						
						
							
							refactor(home): removed n-grid to prevent layout shift ( #881 )  
						
						
						
					 
					
						2024-02-12 09:30:41 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc0461595f 
							
						 
					 
					
						
						
							
							feat(i18n): get locales on build ( #880 )  
						
						
						
					 
					
						2024-02-11 00:33:52 +01:00 
						 
				 
			
				
					
						
							
							
								David Nguyen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							079aa2164c 
							
						 
					 
					
						
						
							
							feat(i18n): added vi tools translations ( #876 )  
						
						... 
						
						
						
						* Update Vietnamese translations in vi.yml file
* Add Vietnamese translations for various tools 
						
					 
					
						2024-02-05 10:09:07 +00:00 
						 
				 
			
				
					
						
							
							
								QingFeng 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9c6b12225e 
							
						 
					 
					
						
						
							
							feat(i18n): added zh tools translations ( #874 )  
						
						
						
					 
					
						2024-02-05 11:06:36 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f5fa00147 
							
						 
					 
					
						
						
							
							feat(i18n): added missing locale files in tools ( #863 )  
						
						
						
					 
					
						2024-02-01 17:05:05 +00:00 
						 
				 
			
				
					
						
							
							
								hieudt-2054 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1334bff30a 
							
						 
					 
					
						
						
							
							feat(i18n): added vietnamese language ( #859 )  
						
						
						
					 
					
						2024-02-01 14:47:09 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							95698cb938 
							
						 
					 
					
						
						
							
							refactor(i18n): added locales per tool ( #861 )  
						
						
						
					 
					
						2024-02-01 14:05:54 +01:00 
						 
				 
			
				
					
						
							
							
								Raúl Mora 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85b50bb8f0 
							
						 
					 
					
						
						
							
							feat(i18n): added spanish language ( #854 )  
						
						... 
						
						
						
						* spanish
translation
* Create es.yaml 
						
					 
					
						2024-01-31 10:10:21 +00:00 
						 
				 
			
				
					
						
							
							
								Nikitin Roman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							693f362e15 
							
						 
					 
					
						
						
							
							feat(i18n): added ukrainian language ( #827 )  
						
						... 
						
						
						
						Added Ukrainian language 
						
					 
					
						2024-01-31 11:01:56 +01:00 
						 
				 
			
				
					
						
							
							
								Isaiah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc06f01b34 
							
						 
					 
					
						
						
							
							feat(new-tool): yaml formater ( #779 )  
						
						... 
						
						
						
						* validating if yaml is correct and collecting format options
* Formatting yaml, sorting keys and changing indent size.
* Removed unused format options
* Fixed lint errors
* Installed types for js-yaml
* Removed legacy routing and added tool creation date
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
* Using existing yaml package instead of js-yaml
* Update src/tools/yaml-viewer/index.ts
---------
Co-authored-by: Isaiah <66272034+isaiah-j@users.noreply.github.com>
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 
						
					 
					
						2024-01-31 09:58:53 +00:00 
						 
				 
			
				
					
						
							
							
								hieudt-2054 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c46207f1bb 
							
						 
					 
					
						
						
							
							feat(new-tool): added unicode conversion utilities ( #858 )  
						
						... 
						
						
						
						* feat: add Text to Unicode tool
* Update src/tools/text-to-unicode/index.ts
---------
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 
						
					 
					
						2024-01-31 09:55:18 +00:00 
						 
				 
			
				
					
						
							
							
								Markus Blaschke 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ed36935c7 
							
						 
					 
					
						
						
							
							fix(jwt-parser): jwt claim array support ( #799 )  
						
						... 
						
						
						
						fixes support of claim array values (was shown "[Object]" before)
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com> 
						
					 
					
						2023-12-12 14:04:19 +01:00 
						 
				 
			
				
					
						
							
							
								Isaiah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							80e46c9292 
							
						 
					 
					
						
						
							
							fix(camera-recorder): stop camera on navigation ( #782 )  
						
						... 
						
						
						
						* Stopping camera when user switches to another page
* Missing ; 
						
					 
					
						2023-11-29 13:58:07 +01:00 
						 
				 
			
				
					
						
							
							
								lzb16 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1037cf8f1 
							
						 
					 
					
						
						
							
							feat(i18n): add tooltip and favoriteButton i18n ( #756 )  
						
						
						
					 
					
						2023-11-16 08:20:42 +00:00 
						 
				 
			
				
					
						
							
							
								renovate[bot] 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fe9a20329 
							
						 
					 
					
						
						
							
							chore(deps): switched from oui to oui-data for mac address lookup ( #693 )  
						
						... 
						
						
						
						* fix(deps): update dependency oui to v13
* chore(deps): switched from oui to oui-data for mac address lookup
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Corentin Thomasset <corentin.thomasset74@gmail.com> 
						
					 
					
						2023-11-14 23:44:23 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bd3edcb528 
							
						 
					 
					
						
						
							
							refactor(about, i18n): improved i18n dx with markdown ( #753 )  
						
						
						
					 
					
						2023-11-14 23:15:41 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de1ee69ef9 
							
						 
					 
					
						
						
							
							refactor(token, i18n): complete fr translation ( #752 )  
						
						
						
					 
					
						2023-11-14 23:14:05 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38586caab7 
							
						 
					 
					
						
						
							
							refactor(uuid generator): uuid version picker ( #751 )  
						
						
						
					 
					
						2023-11-13 21:38:01 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							043e4f0a08 
							
						 
					 
					
						
						
							
							fix(base64-file-converter): fix downloading of index.html content without data preambula ( #750 )  
						
						... 
						
						
						
						* fix(base64-file-converter): fix downloading of index.html content without data preambula
* feat(base64-file-converter): infer mime type from base64 signature
---------
Co-authored-by: akharlov <harl_aa@skbkontur.ru> 
						
					 
					
						2023-11-13 10:44:23 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca43a25569 
							
						 
					 
					
						
						
							
							refactor(case converter): no split on lowercase, uppercase and mocking case ( #748 )  
						
						
						
					 
					
						2023-11-13 00:00:55 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7fe47b3be4 
							
						 
					 
					
						
						
							
							refactor(ui): replaced legacy n-upload with c-file-upload ( #747 )  
						
						
						
					 
					
						2023-11-13 00:56:51 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							16ffe6b5c9 
							
						 
					 
					
						
						
							
							refactor(token): added password in token generator keywords ( #746 )  
						
						
						
					 
					
						2023-11-12 22:54:13 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							478192065e 
							
						 
					 
					
						
						
							
							feat(new tool): pdf signature checker ( #745 )  
						
						
						
					 
					
						2023-11-12 22:22:41 +00:00 
						 
				 
			
				
					
						
							
							
								Steltek 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							821cbea2bf 
							
						 
					 
					
						
						
							
							fix(eta): corrected example ( #737 )  
						
						
						
					 
					
						2023-11-08 19:56:58 +01:00 
						 
				 
			
				
					
						
							
							
								Oceansdeep7 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							093ff311fd 
							
						 
					 
					
						
						
							
							refactor(bcrypt): fix input label align ( #721 )  
						
						... 
						
						
						
						Co-authored-by: robin.li <robin.li@webeye.com> 
						
					 
					
						2023-11-07 09:10:52 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e07e2ae5bc 
							
						 
					 
					
						
						
							
							feat(new tool): numeronym generator ( #729 )  
						
						
						
					 
					
						2023-11-05 21:59:31 +00:00 
						 
				 
			
				
					
						
							
							
								swishkin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e87f4b1837 
							
						 
					 
					
						
						
							
							refactor(math-evaluator): improved description  
						
						... 
						
						
						
						Improved description. 
						
					 
					
						2023-11-01 23:07:51 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e86fd96ae3 
							
						 
					 
					
						
						
							
							feat(i18n): language selector ( #710 )  
						
						
						
					 
					
						2023-11-01 15:38:19 +01:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							58de8970f5 
							
						 
					 
					
						
						
							
							refactor(math-evaluator): improved search and UX ( #713 )  
						
						... 
						
						
						
						* refactor(math-evaluator): added keywords for search
* refactor(math-evaluator): improved input 
						
					 
					
						2023-11-01 14:23:46 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02b0d0d1a1 
							
						 
					 
					
						
						
							
							fix(encryption): alert on decryption error ( #711 )  
						
						... 
						
						
						
						* update(c-alert): Add variant 'error'
* fix(encryption): Alert decryption error (#652 )
* feat(c-alert): added title
* refactor(composable): mutualized computedCatch
---------
Co-authored-by: code2933 <code2933@outlook.com> 
						
					 
					
						2023-11-01 10:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d0136962b9 
							
						 
					 
					
						
						
							
							feat(command-palette): clear prompt on palette close ( #708 )  
						
						
						
					 
					
						2023-10-31 19:27:21 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							015c673e09 
							
						 
					 
					
						
						
							
							refactor(ui): better ui demo preview menu ( #664 )  
						
						
						
					 
					
						2023-10-31 17:49:36 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin Thomasset 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							99b1eb944d 
							
						 
					 
					
						
						
							
							feat(command-palette): added about page in command palette  
						
						
						
					 
					
						2023-10-31 18:26:16 +01:00 
						 
				 
			
				
					
						
							
							
								Istvan Olah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc3425dc77 
							
						 
					 
					
						
						
							
							feat(new tool): random MAC address generator ( #657 )  
						
						... 
						
						
						
						* #521  Random MAC address generator
* refactor(mac-address-generator): improved ux
* refactor(mac-address-generator): improved ux
---------
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com> 
						
					 
					
						2023-10-31 11:34:24 +00:00 
						 
				 
			
				
					
						
							
							
								Corentin THOMASSET 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							681f7bf644 
							
						 
					 
					
						
						
							
							feat(case-converter): added mocking case ( #705 )  
						
						
						
					 
					
						2023-10-31 09:52:01 +00:00