Releases: uintdev/Discord-Cache-Dump
Releases · uintdev/Discord-Cache-Dump
v1.3.0
v1.2.4
v1.2.3
Improvements and a bug fix
- Now using Go Modules v2
- Codebase clean up
- Updated message for if no cache directory was found for clarity of what to potentially do to resolve it
- Exit codes are now unique depending on the error that halts execution
- Modified timestamp is now preserved when copying files over (#2)
- File extraction is now used on macOS
x86-64 only.
v1.2.2
v1.2.1: Fix identification count accuracy
Bugfix release
- Corrected accuracy of total in identification stats when there are files that cannot be copied
x86-64 only.
v1.2: Add flag support w/ new features (#1)
Feature release
- Added
--build
(-b
) flag for selecting a specific build - Added
--noninteractive
(-n
) flag for skipping the requirement to press 'enter' to continue
Note:jessevdk/go-flags
, used by this project, allows/
(if you don't wish to use-
or--
) for flags, if you wish to use that Windows-like format. Use the--help
(-h
) option for more information about the existing options.
x86-64 only.
v1.1
GNU/Linux and macOS fixes
- Root is no longer required on GNU/Linux and macOS (permissions have been corrected)
- Due to how cache is stored on GNU/Linux builds, a file extraction function has been implemented, so now most files will be in their raw forms while being copied, ready to be identified
x86-64 only.