Skip to content

Latest commit

 

History

History
487 lines (356 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

487 lines (356 loc) · 10.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.16.1] - 2021-10-24

Fixed

  • Fix releasing binaries for windows are missing

[0.16.0] - 2021-10-24

Added

  • Add support for export HAR file
  • Add specific permissions to workflows under .github/workflows
  • Supports to close worker pool
  • Starts http service as clear web if missing tor
  • Gracefully shuts down services
  • Add support for systemd (#110)

Changed

  • Releasing defaults to pre-release
  • Refine testing workflow
  • Improvements for golint
  • Upgrade Go version to 1.17
  • Minor improvement for worker pool
  • Makes silent for downloading media via Annie
  • Makes wayback timeout configurable
  • Update Tor socks port default to 9050
  • Refine makefile (#111)

Fixed

  • Fix nil pointer dereference if WAYBACK_STORAGE_DIR not set
  • Check received content for testing
  • Fix httpd service's playback gauge record to wayback
  • Fix worker pool
  • Fix data race for discord testing

[0.15.1] - 2021-08-13

Changed

  • Handle debugging message from tucnak/telebot
  • Upgrade dependencies

Fixed

  • Fix docker tag
  • Fix pooling scalable

[0.15.0] - 2021-08-05

Added

  • Add support for Slack
  • Add support for Discord
  • Add support for download stream media
  • Bundle all requirements in one image
  • Upload files remotely for sharing
  • Supports to serve text content

Changed

  • Minor improvements
  • Download media via you-get
  • Download media via youtube-dl
  • Support for replying to message from group/channel and mention bot to wayback
  • Apply logger color
  • Use Fedora 34 to build RPM package
  • Use parallel flag for testing
  • Minor improvements for readability
  • Minor improvements
  • Refine logger message
  • Format output for print configurations
  • Add timeout for wayback context
  • Bump actions/stale from 3 to 4

[0.14.1] - 2021-07-12

Changed

  • Styling outputs and message
  • Print stored files for cmd
  • Refine returns value for archive.org
  • Strip blank node for telegra.ph

Fixed

  • Fix tests

[0.14.0] - 2021-07-07

Added

  • Summarize for publish and readability content for Telegra.ph
  • Add support to serve WARC file
  • Add Sonatype Nancy to check for vulnerabilities
  • Attaching hashtag to the Mastodon toot

Changed

  • Minor improvements: waitgroup => errgroup
  • Standardize the description of Docker images
  • Disable to releasing snap if pull requests
  • Refactor: publish multiple message
  • Improvement for web layout
  • Misc updates

[0.13.1] - 2021-06-27

Added

  • Add publish to telegram private channel support

Changed

  • Improvements for playback (wabarc/playback)
  • Extract title from reduxer bundles
  • Set environment from wayback.conf automatically
  • Set env for testing and refine workflows
  • Improve some code

Fixed

  • Do not publish playback results from web request

[0.13.0] - 2021-06-19

Added

  • Add support store archived files to disk
  • Supports playback for web, mastodon and matrix
  • Supports playback from google cache
  • Supports mention from Mastodon
  • Packaging Flatpak and Snapcraft
  • Add heroku one click deploy button

Changed

  • Replace service/anonymity to service/httpd
  • Change onion service address
  • Refine some code & improve post tweet
  • Extract title for github issue
  • Chore changes

Fixed

  • Fix linter

[0.12.3] - 2021-06-01

Added

  • Add Dockerfile for development

Changed

  • Refine artifact name for testing workflow
  • Supports specify boltdb file path
  • Improve metrics of web entry

Fixed

[0.12.2] - 2021-05-26

Changed

  • Stability improvements on wabarc/telegra.ph
  • Reply queue message from Telegram
  • Upgrade linter to v4
  • Update README

[0.12.1] - 2021-05-23

Changed

  • Improvement for illegal command
  • Enhancement for Tor Hidden Service
  • Set defaults IRC server to Libera Chat
  • Styling code base

Fixed

  • Prevent dispatch multiple deployment
  • Fix release notes announcements

[0.12.0] - 2021-05-19

Added

  • Add worker pool
  • Handle message from Telegram group
  • Add APT, RPM and Homebrew repository
  • Publish release note to Telegram channel

Changed

  • Handle mastodon message using notification instead conversation
  • Packaging license, changelog and readme
  • Improve web layout

[0.11.1] - 2021-05-12

Added

  • Store playback data locally
  • Auto fallback to Google cache if URI is missing

Changed

  • Migrate telegram-bot-api to telebot, support auto append bot command
  • Update PAT to GITHUB_TOKEN
  • Exclude path from service worker
  • Upgrade dependencies
  • Minor improvements

[0.11.0] - 2021-05-06

Added

  • Add PWA support
  • Add more tests
  • Build package for Archlinux
  • Setup tor for testing workflow
  • Generate Git log as release note
  • Dispatch repository in wabarc/on-heroku
  • Add Heroku process file
  • Add metrics collector

Changed

  • Join IRC channel before connect
  • Doesn't reply if a forwarded message from telegram without caption
  • Attach a button below the message for send a wayback request
  • Upgrade dependencies
  • Refactor archive func
  • Close services using context cancellation signals
  • Check defaults port idle status to use torrc
  • Append defaults telegram command to fallback text

Fixed

  • Validate text for publish
  • Fix template render without args

Removed

  • Remove defaults command /search and /status for telegram

[0.10.3] - 2021-04-21

Changed

  • Validate URL for render message.
  • Improve playback for telegram.
  • Use Google document viewer to open files. </wabarc/screenshot/releases/tag/v1.1.1>

[0.10.2] - 2021-04-20

Added

  • Support screenshot using Chrome remote debugging address.

Changed

  • Improve telegram command message.
  • Append title content from og:title if empty.
  • Use socks proxy for archive.is as defaults.

[0.10.1] - 2021-04-18

Changed

  • Update Dockerfile label
  • Update Telegram message template

Fixed

  • Fix publish in multiple mode

[0.10.0] - 2021-04-17

Added

  • Add flag -c and --config to specify configuration file path.
  • Add tests for publish.
  • Add playback for Telegram bot.
  • Supports to set help command for Telegram bot.

Changed

  • Refactor configuration handler.
  • Redact message without URL for Matrix.
  • Separate logger package.

Removed

  • Remove flag -c to define Telegram channel name.

Fixed

  • Fix Matrix RoomID format.

[0.9.1] - 2021-04-12

Fixed

  • Fix publish context panic.

[0.9.0] - 2021-04-12

Added

  • Add IRC support.
  • Add Matrix support.
  • Add linter rules for workflow.
  • Add reviewdog workflow.
  • Build binary for Apple Silicon.
  • Build binary for FreeBSD/arm64.

Changed

  • Refine Dockerfile.
  • Refine test workflow.
  • Improve Docker image release workflow.
  • Upgrade dependencies.
  • Listen on local port 8964 for web service.

[0.8.3] - 2021-03-24

Added

  • Add test for twitter service.
  • Build multi-arch deb package.

Changed

  • Refactor publish service.

Fixed

  • Minor bugfix.

[0.8.2] - 2021-03-05

Changed

  • Update man page.
  • Add more exclude exit nodes of Tor for Docker image.
  • Styling output results in command.
  • Set Tor temporary data directory.

[0.8.1] - 2021-03-02

Added

  • Clear Mastodon notifications every 10 minutes.
  • Handle os signal.

Changed

  • Adjust request Mastodon API interval to 5 seconds.
  • Upgrade RPM builder Go version to 1.16

Fixed

  • Fix nil pointer dereference of archive.today.

[0.8.0] - 2021-02-27

Added

  • Add Mastodon support.
  • Supports publish toot even if the entry from Telegram Bot and Tor Hidden Service.
  • Add Twitter support.
  • Supports publish tweet even if the entry from Mastodon Bot, Telegram Bot and Tor Hidden Service.
  • Add stale workflow.

Changed

  • Make logs more readable.
  • Update snapcraft workflow.

[0.7.0] - 2021-02-24

Added

  • Add publish to GitHub Issues support.

Changed

  • Styling channel message.

[0.6.3] - 2021-02-21

Changed

  • Upload image to ImgBB.
  • Set image quality to 100.
  • Upgrade Go version to 1.16

Fixed

  • Fix create telegra.ph page failure due to title too long.

[0.6.0] - 2021-01-28

Added

  • Add wayback to Telegraph support.

Changed

  • Using /etc/tor/torrc for Tor Hidden Service via the WAYBACK_TORRC environment variable

Fixed

  • Minor bugfixs.

[0.5.6] - 2021-01-24

Changed

  • Now available to access the archive.today's tor service if enable service of archive.today.
  • Publish multiple arch snapcraft app.
  • Refine workflows.

Fixed

  • Fix telegram user id conflict in reply.
  • Fix nil pointer dereference.

[0.5.5] - 2021-01-15

Added

  • Support publish message to channel with Tor entry.

Fixed

  • Minor bugfix.

[0.5.4] - 2020-12-08

Fixed

  • Fix telegram message layout.

[0.5.3] - 2020-12-03

Fixed

  • Small fix.

[0.5.2] - 2020-11-28

Fixed

  • Fix option variable.

[0.5.0] - 2020-11-28

Added

  • Add supports for Tor hidden service.
  • Add Debian package builder.
  • Add logger.

Changed

  • Refactor code base.
  • Refine packaging directory structure.

Removed

  • Remove debug mode of telegram-bot-api.

[0.4.1] - 2020-11-12

Added

  • Handle request in parallel.
  • Change default branch to main.
  • Publish Docker images to GitHub Container Registry.

[0.4.0] - 2020-10-16

Changed

  • Ending IPFS beta state.
  • Refine Makefile.

[0.3.2] - 2020-09-19

Added

  • Add dependabot config.

Changed

  • Upgrade to Go 1.15.

[0.3.1] - 2020-08-31

Fixed

  • Fixed nil pointer.

[0.3.0] - 2020-08-29

Added

  • Add build docker image workflows.
  • Add cross compile target.
  • Add linter workflows.

[0.2.2] - 2020-08-23

Added

  • Add snapcraft badge.

Fixed

  • Fix release script.

[0.2.0] - 2020-08-22

Added

  • Add snapcraft workflow.

[0.1.0] - 2020-08-21

Changed

  • Refactor code base.

[0.0.3] - 2020-07-25

Changed

  • Change IPFS default mode to pinner.

Security

  • Secure enhance for Tor.

[0.0.2] - 2020-07-05

Added

  • Supports wayback to IPFS.

[0.0.1] - 2020-07-05

Added

  • Initial release.