Skip to content

Releases: ttys3/Bismuth

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Nov 13:53

Changelog

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

[1.4.1] - 2023-11-15

Documentation

  • Update CHANGELOG.md

Miscellaneous Tasks

  • Update crates
  • Correct file datetime

Build

  • Update crates

v1.4.0

Choose a tag to compare

@ttys3 ttys3 released this 15 Nov 13:31

Changelog

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

[1.4.0] - 2023-10-28

Bug Fixes

  • Need stop timer to reset state if no next show when list the timer (do not know why)
  • Fix systemd timer not run repeatedly

Documentation

  • Libnotify is not required anymore

Miscellaneous Tasks

  • Adjust RandomizedDelaySec in bismuth.timer
  • Add list.sh to list user timers
  • Do not update bg wallpaper setting if file not changed

v1.3.0

Choose a tag to compare

@ttys3 ttys3 released this 15 Nov 13:31

Changelog

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

[1.3.0] - 2023-10-14

Documentation

  • Release 1.3.0
  • Document new added cli flags to README.md

Features

  • Support resolution and market param
  • Show current image in notification

Miscellaneous Tasks

  • Set description and license in Cargo.toml
  • Change default resolution to UHD, default market area to ja-JP

Refactor

  • Refine logging, avoid duplicated api request using cache
  • Refine cli flag comments

Styling

  • Run cargo fmt
  • Lint the code

v1.2.0

Choose a tag to compare

@ttys3 ttys3 released this 15 Nov 13:30

Changelog

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

[1.2.0] - 2023-10-13

Features

v1.1.0

Choose a tag to compare

@ttys3 ttys3 released this 15 Nov 13:30

Changelog

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

[1.1.0] - 2023-10-13

Documentation

  • Update readme about what is Bismuth
  • Update changelog

Features

  • Support multi command via cli -c flags, default systemd service support set both default(picture-uri) and dark(picture-uri-dark) background for GNOME

v1.0.0

Choose a tag to compare

@ttys3 ttys3 released this 15 Nov 13:27

Changelog

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

[1.0.0] - 2023-10-13

Bug Fixes

  • Use OnActiveSec=30min
  • Remove Persistent=true for systemd timer

Documentation

  • Add CHANGELOG.md

Miscellaneous Tasks

  • Support download UHD resolution image
  • Update crates
  • Add systemd user timer
  • Add install.sh
  • Add timer test.sh
  • Update workflow for release draft creation

Ci