Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Latest commit

 

History

History
166 lines (108 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

166 lines (108 loc) · 3.78 KB

0.13.0 - Hungarian support

  • Hungarian support (100%) #116
  • Japanese support update (95%) #112

0.12.1 - Refine validation

  • Validate settings content with Atom v1.22 source config #102 #107
  • German i18n update #109
  • Update package dependencies, add greenkeeper bot #103 #104

0.12.0 - Thai support

  • Thai support (80%) #99
  • Italian support update (50%) #96
  • German i18n refine #100

0.11.0 - Italian support

  • Italian support (30%) #94
  • update eslint config, fix linter error

0.10.0 - Polish support

  • Polish support (80%) #92
  • Fix cson key inconsistent #89
  • refactoring validation

0.9.2 - Fix Banner in README

  • fix banner link in README

0.9.1 - French I18n Fix

  • French grammar fix #85
  • Don't enforce hot key hint consistency in menu #87
  • deprecate atom v1.15 #84
  • Refactoring validation code

0.9.0 - Portuguese (Brazil) support, Custom Menu I18n

  • Portuguese (Brazil) support (80%)
  • custom menu translation #79
  • functions refactoring wrapping into util.coffee

0.8.0 - French support

  • French support (100%)
  • Dutch support update (80%)
  • Russian support update (99%)
  • fix #63 to handle side effect of fixing #66

0.7.1 - welcome page support

  • welcome page i18n #60
  • fix #66 to support 1.16-beta DOM structure in settings page
  • enhance about page i18n #64
  • don't change font #62
  • Chinese (simplified) update #58

0.7.0 - Russian support

  • Russian support (80%)
  • Spanish support update (100%)
  • Chinese (simplified) support update (100%)
  • validation support for single locale

0.6.3 - Korean support

  • Korean support update (100%)

0.6.2 - new I18n item, add Russian option

  • Spanish support update (100%)
  • add Russian option

0.6.1 - new I18n item

  • new items in settings
  • Chinese (traditional) support update (100%)

0.6.0 - German support

  • German support (100%)
  • Chinese (simplified) translation update (100%)
  • add hot key hint checking in validation

0.5.2 - fixes and enhance spec

  • update Spanish support (100%)
  • add Settings > System i18n for windows
  • fix About tab i18n for windows
  • improve spec (refactoring, support package.json, add eslint)

0.5.1 - coffeelint

  • add coffeelint in test
  • fix Chinese (traditional) translation

0.5.0 - Chinese (simplified) support

  • Chinese (simplified) support (100%)
  • display locale in error message in settings translation
  • fix translation of placeholder in search bar
  • fix translation of tool tips in settings tab

0.4.2 - about page

  • translate about page
  • fix translation on settings tab title
  • fix Chinese (traditional) translation

0.4.1 - fixes

  • fix Chinese (traditional) translation
  • add translation entries to menu_*.cson

0.4.0 - Chinese (traditional) support

  • Chinese (traditional) support (100%)
  • prepare doc: CHANGELOG.md

0.3.2 - spec and fixes

  • add validation.js to validate cson files in def/
  • add Travis service integration on PR review
  • make cson files consistent
  • Spanish translation update

0.3.1 - hotfix

  • remove redundant cson files in def/

0.3.0 - Spanish support

  • Spanish support (99%)

0.2.0 - Korean support

  • Korean support (100%)

0.1.2 - refinement and refactoring

  • add notification to prompt user reload
  • add util.coffee

0.1.1 - hotfix

  • fix default config value

0.1.0 - release for contribution

  • Japanese support (95%)
  • add translation template for other 9 locales

0.0.2 - porting and preparation for contribution

  • add config schema in package.json
  • cleanup unwanted files from package template
  • porting package atom-japanese-menu
  • extracting translation content from coffee scripts
  • translation content for Japanese and template
  • prepare doc: README.md CONTRIBUTING.md for better contributing experience

0.0.1 - package template created

  • create template package using Atom package generator