Skip to content

Releases: metafates/mangal

mangal v3.6.0

01 Sep 08:03
Compare
Choose a tag to compare

To update:

mangal update 

To install:

curl -sfL io.metafates.one/mi | sh
If you have any problems updating

Run the install script (you can run it multiple times):

curl -sfL io.metafates.one/mi | sh

What's new?

  • Add --json flag for the inline mode by @jojoxd #83
  • Fixed mangal update command
  • Rename history global flag to write-history (shorthands are the same -H)
  • Add basic Termux support. Scrapers that use headless chrome browser won't work as well as reading mode. That means that you can use it only for downloading manga (for now at least) #80
  • Fixed a bug where reading manga with mini mode would cause mangal to crash #82

Full Changelog: v3.5.0...v3.6.0


Bugs? Suggestions? Open an issue

mangal v3.5.0

27 Aug 18:06
dbe1316
Compare
Choose a tag to compare

To install:

curl -sfL https://raw.githubusercontent.com/metafates/mangal/main/scripts/install | sh

What's new

  • mangal update command added to update itself
  • mangal gen command added to generate a template for custom source
  • Added --raw flag for the sources command to print without headers
  • Added --downloads flag for the where command to print location of the downloads directory
  • Option to show all languages in mangadex by setting mangadex.language = 'any' in the config.
  • Show chapter index in the TUI history list
  • Fixed bug where pressing confirm button with empty history would cause mangal to crash
  • Fixed bug where error message would not fit the screen
  • Fixed bug when mangal config init --force would ignore --force flag
  • Internal performance improvements

Full Changelog: v3.4.1...v3.5.0


Bugs? Suggestions? Open an issue

mangal v3.4.1

20 Aug 09:39
Compare
Choose a tag to compare

Changelog

  • Option to continue downloading chapters after fail
  • Option to redownload failed chapters
  • Option to select custom reader app for each format
  • Option to skip images with unsupported formats by converter (e.g. pdf converter will skip .gif images) (#77)
  • Option to specify custom repository for mangal install command
  • Fixed error when using custom readers was not possible
  • Highlight read button in the chapters list
  • Make mangal env more compact, add --filter argument to filter out unset variables
  • Show MANGAL_CONFIG_PATH in the env command
  • Show better error when chapter could not be opened by reader
  • Fix chapters range selector in inline mode (#76)
  • Show progress when initializing source from history
  • Show size of a downloading chapter

mangal v3.3.0

17 Aug 17:41
5c70bba
Compare
Choose a tag to compare

Changelog

  • Inline mode added. See mangal help inline
  • Option to choose default source added
  • Show read button in help menu
  • Bug fixes and improvements

mangal v3.2.1

16 Aug 10:37
61928e5
Compare
Choose a tag to compare

Changelog

mangal v3.2.0

16 Aug 06:48
baa3ff5
Compare
Choose a tag to compare

Changelog

  • New command added mangal install to install scrapers from mangal-scrapers repo
  • Added an option to remove a single entry from history by pressing d
  • Added an option to download chapters without creating manga directory
  • Dependencies updated
  • Bug fixes and improvements

mangal v3.1.0

14 Aug 06:17
Compare
Choose a tag to compare

Changelog

  • where command now prints to stdout. It can be used like that: cd $(mangal where --config)
  • Mini mode was completely rewritten to look exactly like ani-cli
  • PDF is a default export format now (was plain)
  • Plain icons are default now (were emoji)
  • New icons added - "squares"
  • New command mangal config remove to... well... remove config
  • Minor bug fixes and improvements

mangal v3.0.3

08 Aug 18:06
Compare
Choose a tag to compare

Changelog

  • c0cdc1b build: bump version
  • e1476a9 fix: better path handling
  • 3db2f87 fix: better path handling
  • d2f09aa refactor: use pdf as a default export format

mangal v3.0.2

08 Aug 14:59
Compare
Choose a tag to compare

Changelog

Mangal v3.0.1

08 Aug 14:37
Compare
Choose a tag to compare

Changelog

After a long break Mangal 3 was finally released! This is a complete rewrite from scratch. This update brings a lot of changes, but most importantly Mangal now supports Lua based scrapers. Check README for more information!