Versionen

Version 1.3.5 2018-10-14

Summary

Bugfix: Remove invalid characters from tag names, which might lead to incompatible document names.

Detailed Changes

  • bugfix: remove invalid characters from tags
  • several linting fixes

Version 1.3.4 2018-10-02

Summary

Support for macOS Mojave which includes the new Dark Mode and iCloud Drive.

Detailed Changes

  • add allert before closing the app in onboarding view controller
  • bugfix: review request only on new versions
  • minor color change + change in deployment target
  • new layout
  • add transparent app icon
  • add darkmode + MAS review request + several fixes
  • bugfix in donation preferences
  • remove App Store prompt at startup
  • several fixes
  • fix unit test + layout constraints
  • refactor Document + move slugify to Document.rename
  • add iCloud Drive UI stuff
  • add iCloud Drive backend
  • iCloud Drive: add entitlements + update Info.plist

Version 1.3.3 2018-08-21

Summary

Several internal changes and improvements in image conversion.

Detailed Changes

  • serveral internal changes
  • changes in preferences panel
  • convert pictures in the background
  • add unit tests
  • change in dateparser + bugfix while parsing name
  • remove updateTags function + rename update view menu item + set background colors in Constants class
  • load preferences in prefernce init to skip didSet methods

Version 1.3.2 2018-07-18

Summary

Bugfix: Add ScanSnap compatibility.

Detailed Changes

  • bump version + build number
  • remove _ character from document specification
  • fix typo
  • add ScanSnap date format
  • fix typo in preferences + readme

Version 1.3.1 2018-07-13

Summary

Several minor bufixes.

Detailed Changes

  • show subscription buttons
  • update gif
  • bugfix: document not shown in pdf view + minor change in Document class
  • fix double tag count
  • only run controlTextDidEndEditing if tagSearchField was selected
  • bugfix: clear searchfield after adding tag
  • add logging protocol/extension
  • add subscription model sentence to donationview
  • bugfix in donation count
  • add “convert pictures” checkbox in prefs
  • fix install script
  • minor fix in logging
  • change xcode version
  • fix add pdf button name
  • update the travis ci script

Version 1.3.0 2018-07-05

Summary

PDF Archiver can be used via a subscription model with constant low fees from now on! This includes a 2-week free trial period. This results in the following changes:

  • all purchases prior to version 1.3.0 are still valid!
  • a new subscription model, which includes a free trial, can be used from version 1.3.0

Some more features were added:

  • Pictures (png, jpeg etc. files) in the observed folder will be converted to PDFs. The original file will be moved to trash afterwards.
  • The User can decide, if he wants to remove all non-standard characters from the document filename. This option is available in the preferences.

After the update, the app requires an active Internet connection for a validation process the first time it is started. It can then also be used offline. If problems should occur, I would be pleased about feedback: [email protected]

Detailed Changes

  • add subscription buttons to the onboarding view controller
  • add SwiftyLocalReceiptValidator
  • add OpenSSL 1.0.2 + build script
  • cleanup IAPHelper
  • add slugify button in preferences
  • change slugify approach internally
  • support pictures in archive: convert pictures (png, jpeg etc.) to PDFs and trash the original
  • add a date parser with formatted time as (yyyy-dd-mm and yyyyddmm)
  • switch to asset colors
  • new code structure
  • rename project internally

Version 1.2.1 2018-06-06

Summary

Minor Bugfixes.

Detailed Changes

  • donations count added
  • fix async bug
  • Update the MenuItem “Delete” > “Move to Trash”
  • minor fixes in wiki
  • fix typo
  • implement updateTags function in data model
  • update the shortcuts in readme
  • bugfix with disabled save/open menu items
  • use closures for accessing the security scope
  • GitHub issue fix: show first page when updating the PDFDocument view

Version 1.2.0 2018-05-11

Summary

This version includes several changes after some great feedback. Keep it coming!

Here are some of the changes:

  • The all new preferences panel:
    • observed folder: set this to get new documents during app launch
    • donate (beta): support this project by using the donation tab
  • Zoom via keyboard shortcuts: ⌘ + and ⌘ -
  • Copy and paste via keyboard shortcuts: ⌘ c and ⌘ v

Detailed Changes

  • add default sorting in document table view
  • analyse all folders flag fixed
  • document column resized
  • add zoom menu items and keyboard shortcuts
  • get documents from the observed folder during app launch
  • copy and paste shortcuts added
  • fix adding tag count while saving and update view after updateting tags
  • add donation section (beta)
  • new FAQ pages included
  • start/stop accessing the security scope only when it is necessary
  • several minor fixes

Version 1.1.5 2018-04-03

Summary

Fixes an issue with macOS 10.13.4 where renaming files failed.

Detailed Changes

  • fix security scope bookmark writing

Version 1.1.3 2018-03-17

Summary

This version is packed with several features from your feedback. Please keep it coming and send a mail.

Detailed Changes

  • Several changes in README and FAQs
  • Fix which might crashes the app
  • Fix in tag update and counting workflow
  • Fix: remove spaces from document description
  • Feature: add check if file already exists before renaming
  • Feature: tag update menu button
  • Feature: add tags by clicking in the available tag table
  • Feature: save and restore the window position
  • Feature: add sorting in available tag table
  • Use the new logging system os_log (unsupport 10.11)
  • Rename german app: PDF Archivar > PDF Archiver
  • Changes in the unit test
  • Help tags added
  • Refactore keyboard shortcuts
  • Several minor code changes
  • GitHub changes: contributing guidelines, issue and pull request template added

Version 1.1.2 2018-03-08

Summary

Quick workaround for the list of available tags. PDF Archiver reloads the tags at every start.

Detailed Changes

  • Update tagList when starting the app

Version 1.1.1 2018-03-03

Summary

Minor bugfixes after first feedbacks.

Detailed Changes

  • Several changes in README
  • Bugfix: quit application when closing the main window
  • Some minor bugfixes

Version 1.1.0 2018-03-01

Summary

This is the first Mac App Store version of the PDF Archiver.

Detailed Changes

  • Onboarding view localization added
  • Onboarding view added
  • Minor optical fixes