Skip to content

Releases: souk4711/honyakusha

v1.0.0

26 May 15:02
Compare
Choose a tag to compare

Changelog

  • 93d62b6 feat: Add available languages table
  • 862a81d feat: Add boilerplate code for bing translator
  • f555f61 feat: Add boilerplate code for google translator
  • a35a489 feat: Add conf file
  • 11f15b0 feat: Add format flag to subcommand trans
  • ef30c47 feat: Add html formatter
  • 49d7aca feat: Add init subcommand
  • 362f3b5 feat: Add json formatter
  • a4b2c40 feat: Add libretranslateapi
  • a13f939 feat: Add plain formatter
  • fb8e8ad feat: Add res
  • 15244e5 feat: Add source/target flag to trans subcommand
  • e612b1e feat: Add support for debugging HTTP requests
  • 63113f1 feat: Add trans
  • 79d2942 feat: Add translator code in result
  • 7b3ff6e feat: Add translator flag to trans subcommand
  • a3d320d feat: Add xdg flag to init subcommand
  • fa48492 feat: Auto detect target language if not set
  • f473ec1 feat: Bump version to 0.1.0
  • a3d1d4d feat: Bump version to 1.0.0
  • 508b146 feat: Get text from cli
  • 6287e90 feat: Implement bing translator
  • 374e590 feat: Implement google translator
  • 6922f87 feat: Initial repository
  • 4faf970 feat: Output html result with origin text
  • 44cc628 feat: Output result with origin text
  • 778b1e5 feat: Pretty print json string
  • 681a3b4 feat: Remove ConfigFile from the output of subcommand version
  • a7f9a61 feat: Require TEXT args when using trans subcommand
  • 518f4e5 feat: Show translator name in result
  • e13b32d feat: Support DeepL translator
  • 5bd6075 feat: Use spaces instead tabs when output result
  • 6e62e28 fix: Add missing error message when using html formatter
  • d38a75e fix: Fix bing broken when translate en-US
  • 99b88c1 fix: Fix bing broken when translate zh-CN
  • cb2141f fix: Fix google translator broken when translate multiple lines
  • 26c7fe7 fix: Fix lint error
  • 6f6fadb fix: Fix panic when no response is returned form server
  • b2d1f3c fix: Fix plaintext formatter bug when outputting multiple lines
  • 1574e1e fix: Fix test failure on MacOS
  • f6ff2a6 fix: Fix typo in configuration file
  • 7374c82 fix: Keep newline in transtatedText when use html formatter
  • 76eb079 fix: Show error message when bing returns non-result
  • d5d013f refactor: Add debug mode
  • 5aa8e68 refactor: Add error kind to failure messages
  • 4ca80b3 refactor: Add translator code constants
  • e5c7789 refactor: Adjust directory structure
  • 0325c22 refactor: Rename Lang#Macro -> Lang#Code_639_1
  • 298a381 refactor: Rename some fields's name
  • e6eb082 refactor: Set UA header when creating client instance