Bladeren bron

cleaned up changelog

Scrublord1336 6 jaren geleden
bovenliggende
commit
2dc0894b66
1 gewijzigde bestanden met toevoegingen van 28 en 28 verwijderingen
  1. 28 28
      CHANGELOG.md

+ 28 - 28
CHANGELOG.md

@@ -1,29 +1,29 @@
 ### 2.8.0
- * Fixed whitespace handling to honor configuration more appropriately
- * Support for IMGUI translation texts with numbers
- * Support for overwriting IMGUI hook events
- * IMGUI is still disabled by default. Often other mods UI are implemented in IMGUI. Enabling it will allow those UIs to be translated as well. 
+ * FEATURE - Support for IMGUI translation texts with numbers
+ * FEATURE - Support for overwriting IMGUI hook events
+ * BUG FIX - Fixed whitespace handling to honor configuration more appropriately
+ * MISC - IMGUI is still disabled by default. Often other mods UI are implemented in IMGUI. Enabling it will allow those UIs to be translated as well. 
    * Simply change the config, such that: EnableIMGUI=True
 
 ### 2.7.0
- * Additional installation instructions for standalone installation through ReiPatcher
- * Fixed a bug with NGUI that caused those texts not to be translated
- * Improved fix for gtrans (23.07.2018)
+ * FEATURE - Additional installation instructions for standalone installation through ReiPatcher
+ * BUG FIX - Fixed a bug with NGUI that caused those texts not to be translated
+ * BUG FIX - Improved fix for gtrans (23.07.2018)
 
 ### 2.6.0
- * Fix for current issue with gtrans (23.07.2018)
- * Support for newer versions of unity engine (those including UnityEngine.CoreModule, etc. in Managed folder)
- * Keeps functioning if web services fails, but no requests will be sent in such scenario. Texts will simply be translated from cache
- * Concurrency now based on which type of endpoint. For gtrans it is set to 1
- * Changed hooking, such that if text framework fails, the others wont also fail
- * Bit more leniency in translation queue spam detection to prevent shutdown of plugin under normal circumstances
+ * FEATURE - Support for newer versions of unity engine (those including UnityEngine.CoreModule, etc. in Managed folder)
+ * BUG FIX - Fix for current issue with gtrans (23.07.2018)
+ * BUG FIX - Keeps functioning if web services fails, but no requests will be sent in such scenario. Texts will simply be translated from cache
+ * BUG FIX - Changed hooking, such that if text framework fails, the others wont also fail
+ * MISC - Concurrency now based on which type of endpoint. For gtrans it is set to 1
+ * MISC - Bit more leniency in translation queue spam detection to prevent shutdown of plugin under normal circumstances
 
 ### 2.5.0
- * Various new rate limiting patterns to prevent spam to configured translate endpoint
- * Copy to clipboard feature
+ * FEATURE Copy to clipboard feature
+ * BUG FIX - Various new rate limiting patterns to prevent spam to configured translate endpoint
 
 ### 2.4.1
- * Disabled IMGUI hook due to bug
+ * BUG FIX - Disabled IMGUI hook due to bug
 
 ### 2.4.0
  * CHANGE - Completely reworked configuration for more organization
@@ -37,25 +37,25 @@
  * BUG FIX - More leniency in allowing text formats (in translation files) to be included as translations
 
 ### 2.3.1
- * Fixed bug that caused the application to quit if any hooks were overriden.
+ * BUG FIX - Fixed bug that caused the application to quit if any hooks were overriden.
 
 ### 2.3.0
- * Allow usage of SSL
- * Better dialogue caching handling. Often a dialogue might get translated multiple times because of small differences in the source text in regards to whitespace.
+ * FEATURE - Allow usage of SSL
+ * BUG FIX - Better dialogue caching handling. Often a dialogue might get translated multiple times because of small differences in the source text in regards to whitespace.
 
 ### 2.2.0
- * Added anti-spam safeguards to web requests that are sent. What it means: The plugin will no longer be able to attempt to translate a text it already considers translated.
- * Changed internal programmatic HTTP service provider from .NET WebClient to Unity WWW.
+ * MISC - Added anti-spam safeguards to web requests that are sent. What it means: The plugin will no longer be able to attempt to translate a text it already considers translated.
+ * MISC - Changed internal programmatic HTTP service provider from .NET WebClient to Unity WWW.
 
 ### 2.1.0
- * Fixed a bug that could cause a StackOverflowException in unfortunate scenarios, if other mods interfered.
- * Added configuration options to control which text frameworks to translate
- * Added integration feature that allows other translation plugins to use this plugin as a fallback
- * MUCH improved dialogue handling. Translations for dialogues should be significantly better than 2.0.1
+ * FEATURE - Added configuration options to control which text frameworks to translate
+ * FEATURE - Added integration feature that allows other translation plugins to use this plugin as a fallback
+ * BUG FIX - Fixed a bug that could cause a StackOverflowException in unfortunate scenarios, if other mods interfered.
+ * BUG FIX - MUCH improved dialogue handling. Translations for dialogues should be significantly better than 2.0.1
 
 ### 2.0.1
- * Changed configuration path so to not conflict with the configuration files that other mods uses, as it does not use the shared configuration system. The previous version could override configuration from other mods.
- * General performance improvements.
+ * BUG FIX - Changed configuration path so to not conflict with the configuration files that other mods uses, as it does not use the shared configuration system. The previous version could override configuration from other mods.
+ * MISC - General performance improvements.
 
 ### 2.0.0
- * The initial release
+ * Initial release