Skip to content

Releases: Freed-Wu/translate-shell

0.0.21

05 Apr 21:02
0.0.21
c8dbee0
Compare
Choose a tag to compare

Miscellaneous

0.0.20

05 Apr 20:17
0.0.20
4777c3c
Compare
Choose a tag to compare

Fixed

  • 🐛 Fix a typo of pyproject.toml [52ea35e]

Miscellaneous

  • 📝 Add some sphinx extensions [189dca1]
  • 📝 Add some translators to document [80438bb]
  • 📦 Support nix [404448d]
  • 📝 Support nix [570bd79]

0.0.19

29 Mar 06:40
0.0.19
ab105ce
Compare
Choose a tag to compare

Added

  • 👷‍♂️ Update .pre-commit-config.yaml [2827464]

Miscellaneous

  • 📝 Add translation for zh_CN [064658b]

0.0.18

21 Mar 07:33
0.0.18
4ec84c7
Compare
Choose a tag to compare

Added

  • ✨ Add wakatime [8ac651c]
  • 👷‍♂️ Add pre-commit-shfmt, perltidy [7224d16]
  • 👷‍♂️ Add dependabot [14c2ebc]

Removed

  • ➖ Remove some dev dependencies [e11b522]

Fixed

  • 💚 Remove pre-commit from github action [7ffba6b]
  • 💚 Disable latex docs [1adf3f2]
  • 💚 Fix github action about windows [41fe26c]

Miscellaneous

  • 📝 Fix invalid URLs in docs [8a71704]

0.0.17

16 Mar 15:50
0.0.17
a8aed28
Compare
Choose a tag to compare

Changed

  • 🚚 Change template extension to jinja2 [939d116]
  • 🎨 Little update for module import [fadc959]

Fixed

  • 🐛 Fix icon path to respect FHS [1736b86]

0.0.16

04 Mar 19:41
0.0.16
c3a835c
Compare
Choose a tag to compare

Removed

Miscellaneous

0.0.15

04 Mar 05:46
0.0.15
9e94297
Compare
Choose a tag to compare

Changelog

next

Changed

  • 🎨 Remove unused keys in pyproject.toml [16ad0fb]

Miscellaneous

0.0.14 (2023-03-03)

Changed

  • 🚚 Change template extension to jinja2 [939d116]
  • 🎨 Little update for module import [fadc959]

Fixed

  • 🐛 Fix icon path to respect FHS [1736b86]

0.0.13 (2023-02-27)

Changed

  • 🎨 Improve code of powerlevel10k sections [44de5d1]

0.0.12 (2023-02-21)

Added

  • 👷‍♂️ Update pre-commit [a187d7a]

Fixed

Miscellaneous

  • 📝 Add deepsource badge [878f5d6]

0.0.11 (2023-01-23)

Fixed

0.0.10 (2023-01-23)

Added

Changed

Fixed

  • 🐛 Fix wrong calls of static methods [4689bb6]
  • 🐛 Fix #20: Exceptions are overlapping [c559b5e]
  • 🐛 Use `sys.exit()` calls [ddd4359]
  • 🐛 Fix #9, remove str.format [21f12f3]
  • 🐛 Change eval-sh to eval-bash [34bbce4]
  • 💚 Only upload when CI machine is linux [6dc0820]

Miscellaneous

  • Format code with black [8d0bb18]
  • Set `check` flag to `True` [41fe780]
  • Fix dangerous default argument [044c9bc]
  • Remove unnecessary `pass` [b0ddb44]
  • Refactor unnecessary `else` / `elif` when `if` block has a `return` statement [f788363]
  • Change methods not using its bound instance to staticmethods [7c6c971]
  • Format code with black [df47aa9]
  • Pass string format arguments as logging method parameters [98a6536]
  • 📝 Fix todo.md/acknowledge.md [8cb3378]
  • 📝 Add globstar [1fc1a51]
  • 🧑‍💻 Add executable mode for convenient [333aedc]

0.0.9 (2023-01-09)

Miscellaneous

  • 📝 Update readline.md [61140ee]

0.0.8 (2023-01-08)

Changed

  • 💄 Add readline tab complete function [3cf533e]

Miscellaneous

  • 📝 Fix wrong document build path [3afec95]

0.0.7 (2022-12-14)

Removed

  • ➖ Remove build-misc from github actions [f1dd72a]

0.0.6 (2022-12-08)

Removed

  • 🔥 Remove invalid code about SHELL [fbdfcbe]

0.0.5 (2022-12-07)

Added

0.0.4 (2022-12-05)

Added

0.0.3 (2022-12-04)

Changed

  • ♻️ Rewrite clipboard [3c94cd9]

0.0.2 (2022-12-03)

Fixed

0.0.1 (2022-12-03)

Added

0.0.14

03 Mar 16:53
0.0.14
1736b86
Compare
Choose a tag to compare
Fix icon path to respect FHS

0.0.13

27 Feb 05:33
0.0.13
44de5d1
Compare
Choose a tag to compare
Improve code of powerlevel10k sections

0.0.12

21 Feb 03:26
0.0.12
983d944
Compare
Choose a tag to compare
Fix #24