Skip to content

Releases: t0815/Win_CBZ

Win_CBZ Beta release 0.20.159b

08 Sep 08:37
Compare
Choose a tag to compare
Pre-release

Bugfixes

  • update pages temporary files, if settings temp-folder has been changed [#33]
  • remove duplicate empty string validation
  • dont handle validation- exception within model
  • set interpolation mode for new pages [#18]
  • update pages interpolation mode from config

Misc

  • use error-provider in settings-dialog to display erroneous control
  • Add Metadata- editor config key validation

Win_CBZ Beta release 0.20.158b

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

Feature:

  • add ability to change temporary-folder

Win_CBZ Beta release 0.20.157b

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

Bugfixes:

  • impl. settings migration across newer installed versions [#31 ]
  • fix broken settings-migration

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