Skip to content

Latest commit

 

History

History
114 lines (74 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

114 lines (74 loc) · 2.64 KB

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