Skip to content

Releases: wez/atomicparsley

20221229.172126.d813aa6

30 Dec 01:23
Compare
Choose a tag to compare
Added 32-bit Windows build

Closes #6

20210715.151551.e7ad03a

16 Jul 02:34
Compare
Choose a tag to compare
Update CMakeLists.txt

Changed the cmake prequisite from 3.17 to 3.16 to be able to build atomicparsley on Ubuntu 20.04 LTS

20210617.200601.1ac7c08

18 Jun 03:11
Compare
Choose a tag to compare
add cmake install target

Closes: #26

20210124.204813.840499f

09 Feb 16:58
840499f
Compare
Choose a tag to compare
README: add info on Alpine runtime error (#20)

* README: add info on Alpine runtime error

Add info on readme to help with the libstdc++ load error

* README: simplify libstdc++ fix note

20210114.184825.1dbe1be

15 Jan 18:05
Compare
Choose a tag to compare
modernize NSImage usage

- Fixes up NSImage to use a technique that doesn't depend on the
  DPI of the current screen and just uses pixels
- Fixes a crash when releasing the image; the crash was caused by
  a `memset` call getting a different size for the filename buffer.
  I solved this by passing the size down, which is safer than just
  assuming anyway.  I added an ASAN cmake option to make it easier
  to turn up the debugging and understand where the memory corruption
  had come from.

refs: https://github.com/wez/atomicparsley/issues/14

20201231.092811.cbecfb1

31 Dec 17:37
Compare
Choose a tag to compare
replace naughty fgetpos/poke/fsetpos with fseeko

fpos_t is intended to be an opaque type so reaching inside it
is not right.

Switch to fseeko/ftello which are the off_t equivalents of
fseek/ftell.

closes: https://github.com/wez/atomicparsley/issues/13

20200701.154658.b0d6223

01 Jul 22:49
Compare
Choose a tag to compare

This is the first release since 2014(!)
Changes of note:

  • The version scheme now follows the date and time of the released commit + git commit hash rather than a human assigned number
  • Fixed some bogus bitwise operations around supplemental info
  • Fixed a crash when running with -T
  • Increased MAX_ATOMS
  • Add f4v brand
  • Simplified jpeg file recognition and made it hopefully more compatible
  • Add tags for roles in classical music
  • --hdvideo now supports tagging 1080p videos
  • Re-enable buffering for writes; should improve CPU utilization especially on FreeBSD