Skip to content

Releases: ankddev/zapret-discord-youtube

v2.2.0

13 Dec 12:49
603b7f5
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changelog

[2.2.0] - 2024-12-13

🚀 Features

  • Show count of found pre-configs in add_to_autorun and run_preconfig
  • Add ability to test multiple domains in autosearch_preconfig
  • (preconfig_tester) Exit immediatly if blocks not found for all domains

⚙️ Miscellaneous Tasks

  • Add more pre-configs

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 Dec 05:19
f449b94
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changelog

[2.1.0] - 2024-12-12

🚀 Features

  • Add spinners to build scripts
  • Add autoupdate (closes #7)
  • Add ability to exit in add_to_autorun
  • Add ability to exit in run_preconfig

🚜 Refactor

  • Remove useless code in build script
  • Use os.ReadDir instead of ioutil.ReadDir

⚡ Performance

  • Improve performance of all utilities

🎨 Styling

  • Don't add newline symbol on println calls

⚙️ Miscellaneous Tasks

  • Update list of blocked sites in Russia
  • Add file with current version
  • Exclude README.txt from build
  • Move blockcheck from resources directory to root of project
  • Add new pre-configs
  • Update error text in check_for_updates

Full Changelog: v2.0.0...v2.1.0

v2.0.0

10 Dec 13:37
6c24751
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)
This release is focused on rewriting project to Go.

Changelog

[2.0.0] - 2024-12-10

🚜 Refactor

  • [breaking] Rewrite all project to Go (#6)

v1.1.1

08 Dec 10:58
b000735
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changelog

[1.1.1] - 2024-12-08

🚜 Refactor

  • Move terminal-related functions to shared module

📚 Documentation

  • Document shared code
  • (readme) Add links for badges
  • (readme) Format keybindings with kbd HTML tag
  • Add README in Russian language

⚙️ Miscellaneous Tasks

  • Use workspace-wide version of winresource crate
  • Use workspace-wide version of crossterm crate
  • Fix all warnings
  • Add dependabot config
  • Delete generated file from .idea

v1.1.0

06 Dec 15:43
e7a1b26
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changelog

🚀 Features

  • Ability to exit on preconfig_tester
  • Add utility for running pre-configs

🐛 Bug Fixes

  • Some Clippy errors

📚 Documentation

  • Add badges to README
  • (readme) Update info

🎨 Styling

  • Call .unwrap_or_default() instead of .unwrap_or()

⚙️ Miscellaneous Tasks

  • Update list of blocked domains in Russia

Full Changelog: v1.0.1...v1.1.0

v1.0.1

05 Dec 04:32
cc05b45
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

Changelog

🐛 Bug Fixes

  • (ci) Lint job name
  • Remove version from generated archive in make_release

🚜 Refactor

  • Use workspce's package version on all crates

📚 Documentation

  • Update installation info in README
  • Add info about project's structure
  • Update description in README
  • (readme) Add credits
  • (readme) Update links in credits

⚙️ Miscellaneous Tasks

  • Add workflow for linting
  • Create workflow for building
  • Update list of blocked domains
  • Update messages in select_domains1

v1.0.0

03 Dec 17:06
c127754
Compare
Choose a tag to compare

GitHub Downloads (all assets, specific tag)

First release