Skip to content

Releases: t0815/Win_CBZ

Win_CBZ Beta release 0.20.156b

06 Sep 20:04
Compare
Choose a tag to compare
Pre-release

Features:

  • add image rotation [#12]
  • add crc32 calculation for new pages and add config value to enable/disable [#6]
  • add option to set custom icon for autocomplete fields

Bugfixes:

  • fixed bugs with removing metadata entries, esp. while having filtered the datagrid
  • fix not resetting cancellation token, breaking various processes (i.e. opening a new file on same insance, would stop reading after first file)
  • fixed entry-validation in datagrid
  • dont reload imagemetadata after image-processing [#12]
  • fixed various unhandled exceptions
  • fix datagrid row-aterations after sorting

Misc:

  • updated config to version 4
  • added new default keys from comicinfo.xml format spec v2.0

Win_CBZ Beta release 0.20.155b

01 Sep 11:07
Compare
Choose a tag to compare
Pre-release

Bugfixes

  • fix freezing ui when adding datagrid rows [#27 ]
  • fix still broken frontend image adjustments settings

Features:

  • implement keep aspect ratio
  • implement resize to percentage

Win_CBZ Beta release 0.20.154b

28 Aug 15:59
Compare
Choose a tag to compare
Pre-release

Bugfixes

  • add key validation, to prevent invalid xml- keys [#26]
  • replace duplicate key-checks with regex
  • implement the "remove sort" context menu action [#25]
  • fix unhandled exception [#29 ]

Win_CBZ Beta release 0.20.153b

26 Aug 05:17
Compare
Choose a tag to compare
Pre-release

Bugfixes

  • fix #14 buggy image-processing target type selection
  • fix freezing datagrid when adding new set

Win_CBZ Beta release 0.20.152b

25 Aug 14:19
Compare
Choose a tag to compare
Pre-release

Features

  • add background task functionality #22 , #21
  • run updating xml indices after adding new metadata in background

Bugfixes:

  • fix image resizing using width param for height

Win_CBZ Beta release 0.20.151b

24 Aug 12:32
94f2912
Compare
Choose a tag to compare
Pre-release

Reuploaded installer

I was noticing, the installer script did only output .dll- Files for god knows how long lol.... Is fixed now

Bugfixes:

  • show key counts in metadata panel
  • fix for showing autocompletes for non-autocomplete cells in metadata editor
  • dont load thumbnails while archive is closing and freeing images
  • only update metadata page-index if required
  • fix broken windows-installer output

Maintenance:

  • move all cancellation tokens to one singleton class
  • split tasks -> update page indices after moving pages and updating metadata index
  • dont use global cancellation- token for individual tasks, only call global cancellation on application terminate

Win_CBZ Beta release 0.19.150b

22 Aug 18:14
Compare
Choose a tag to compare
Pre-release

Hofix & Bugfix v2:

  • fix missing thraed-params
  • fix global action for missing image metadata not triggered anymore

Win_CBZ Beta release 0.19.149b

22 Aug 16:34
Compare
Choose a tag to compare
Pre-release

Hotfix:

  • fix for not being able to remove metadata entries

Win_CBZ Beta release 0.19.148b

22 Aug 13:54
Compare
Choose a tag to compare
Pre-release

Bugfixes:

  • when renaming pages, update the list of excluded page-names too
  • take excluded pages during conversion into account

Misc:

  • add loading indicator to page-settings dialog

Win_CBZ Beta release 0.19.147b

22 Aug 09:30
Compare
Choose a tag to compare
Pre-release

Improvements:

  • make initializing page-settings dialog threaded to prevent freezing upon showing the form