Swift Paperless
Gestion des documents
Gratuit · Conçue pour iPad. Non validée pour macOS.
Swift Paperless est une application iOS native qui interagit avec le célèbre logiciel de gestion documentaire Paperless-ngx. Paperless-ngx est auto-hébergé et préserve donc totalement la vie privée : vous contrôlez vos données !
Avec Swift Paperless, il est facile de trouver, classer et ajouter des documents depuis votre téléphone !
plus - Release notes now also show older app versions, so bug fixes don't bury previous updates
- Use unified save button and fix issues with permissions handling in a few places
- Fix issue where filter state could be reset when closing the filter sheet (iOS 17/18)
- Disable landscape mode on iPhone to avoid layout and interaction issues.
1.9.1 15 mars
iOS 26 / Liquid Glass UI Refresh
The app has been completely overhauled with an updated design that fits with
iOS 26 and Liquid Glass. On previous iOS versions, the app should still look as
it did before and work correctly!
Share links & deep links support
The app now supports creating and managing Paperless-ngx share links for
documents. This allows you to easily share documents with others by generating
a link that can be opened without logging in. In addition, app deep links are
now supported. You can open the app to a specific document, open the scanner,
manipulate the document view filter by opening a specifically built URL.
Document trash support
Deleted documents are moved to the trash. The app now supports viewing the
trash, restoring documents from the trash, and permanently deleting documents
from the trash. This allows you to recover documents that were accidentally
deleted and manage your document lifecycle more effectively.
Ready for OIDC
Paperless-ngx will gain the ability to log in with OpenID Connect (OIDC)
providers with mobile apps in an upcoming release. The app is ready to support
this!
Other Features
- Add a home screen quick action to open the scanner
- Add ability to filter documents by ASN
- Add ability to filter documents by date
- Improve legibility of document link UI
- Support long-text custom field type
- Clarify interaction for linking a document in custom field
- Tune no-permissions display on custom fields when editing documents
- Allow setting custom fields when uploading new documents
- Add page count to document view
Bug Fixes
- Disable drag gesture on the document detail view (some users are reporting issues)
- Fix bug parsing monetary custom field value like `0.0` (single digit after
decimal point).
- Fix date decoding issues likely cause by locale settings
- Fix crash on settings > preferences view
- Fix issue with the home screen app icon scan shortcut
- Fix incorrect display of option ids instead of labels in custom field filter
view for "select" custom field type
- Dropped the unused `appConfig` and `history` permission resources from the
app so the permissions UI only reflects values Paperless-ngx actually supplies
- Fix issue with search text not being cleared properly
- Prevent document from being linked to itself
- Normalize document title and temporary file name. This was causing issues
with some file storage systems.
- Fix permissions issue with document deletion
- Fix debug display in tag edit view
- Fix incorrect display of filter state being modified from saved view
1.9.0 16 févr.
Limited permissions support
The app now works with users that don't have full access to everything on the
server. The app will intelligently check permissions for each operation and
will tell you which operations are possible ans which are not.
Custom Fields support
The app now supports custom fields!. You can add custom fields to documents
and edit their values. All custom fields types are supported, including
multi-select fields. You can also filter by custom fields and create saved
views that use custom fields, using a fully featured UI to create the filters.
Other Features
- Remember setting for using the original filename as the title
- Add integration with server-side ASN prefix to data scanner
- Added a view for showing and exporting logs. This should hopefully circumvent
issues with log file export
- Show note authors in notes view
- Add ability to filter by custom fields. This also includes creating / editing
saved views that use custom fields.
- Enable Turkish language support
- Show owner in document list and detail view
Bug Fixes
- Fix issue with note users in API version 7
- Explicitly ignore caches for data fetches (keep for thumbnail requests)
- Fix new elements not being shown immediately in manage view
- Skip local network denied detection on iOS 26. This leads to a crash during login
1.8.0 09/09/2025
- Fix timezone conversion in document created date: on versions below 2.16.0 of Paperless-ngx, the timezone was incorrectly set and resulted in the date shifting when saving.
- Tasks: Only load tasks related to document consumption
- Tasks: Explicitly request only tasks which have not been acknowledged yet.
1.7.2 30/05/2025
- Compatiblity with Paperless-ngx 2.16.0+ after change to document API
1.7.1 25/05/2025
- Fix background color of splash screen
- Increase debounce delay in ASN type search to fix concurrency issue
- Allow uploading documents with the title as their filename
- Yet another round of decoding error debug outputs
- Display objects (correspondents, document types etc) sorted by name case-insensitively
- Additional debug output for decoding error debugging
- Display loading screen also on initial app launch
- Fix after change to tasks API
- Support sorting by page count
- Fix error when sort field has unexpected value in saved view
- Fix error logging out of the last server connection
1.7.0 19/05/2025
1.6.1
- Fix issue with Login screen display
Previous changes in 1.6.0
Features
- All new login screen with a new design
- Improved error handling with more detailed error messages in many scenarios
- Added the ability to log in with a token or without credentials (auto-auth, mTLS, etc)
- Added the ability to change servers when the currently active server is not responding
- Added shortcut to create a bug report on GitHub from the settings
- Add support for 2FA/MFA/OTP codes during login with credentials
- Add option to log out or switch servers on the loading screen (shown after a short timeout)
- Add ability to swipe down to hide the bottom bar in the document detail view with configurable default setting
Bug Fixes
- Fix a bug during migration from single-server (v1.1.1 and before) to multi-server: the login token was not correctly persisted
- Fix an issue preventing the right document detail view to be shown
- Fixed crash on macOS
- Fixed display name of share extension on macOS
- Fix an issue when sharing exported logs via share sheet
- Fix layout issue on iPad that prevented display of the login menu on the home document screen
- Fix bug that prevented returning to the start screen after deleting a document
- Fix for storage path not being added to newly created documents
- Fix for ASN not being added to newly created documents
- Fix ASN not being saved when uploading documents with restricted user accounts
- Recover from invalid filter rule contents (set manually in the admin backend) in certain cases
Improvements
- Explicit handling and detection of unsupported server API versions
- The server details in the settings now report if the server is running an unsupported version
- Added warning when using the `Authorization` header as a custom header
- Improved error output when API response parsing fails
- Clarify what the top toolbar dropdown menu means if no saved views exist
- Improve error handling of general HTTP errors with the same messages as during the login process
- Improvements to the animation during server switching
- Prepare for granular handling of user permissions
- Improved layout of the document detail screen for larger dynamic text sizes
- Reintroduce delay when typing search text
- If configured, remove inbox tags from documents automatically when saving
- Attempted fixes for a number of concurrency issues in the document edit screen and during photo import
- Adapt to new API versions and recent Paperless-ngx releases
- Fix acknowledgement of tasks after the API endpoint changed
1.6.1 24/02/2025
Features
- All new login screen with a new design
- Improved error handling with more detailed error messages in many scenarios
- Added the ability to log in with a token or without credentials (auto-auth, mTLS, etc)
- Added the ability to change servers when the currently active server is not responding
- Added shortcut to create a bug report on GitHub from the settings
- Add support for 2FA/MFA/OTP codes during login with credentials
- Add option to log out or switch servers on the loading screen (shown after a short timeout)
- Add ability to swipe down to hide the bottom bar in the document detail view with configurable default setting
Bug Fixes
- Fix a bug during migration from single-server (v1.1.1 and before) to multi-server: the login token was not correctly persisted
- Fix an issue preventing the right document detail view to be shown
- Fixed crash on macOS
- Fixed display name of share extension on macOS
- Fix an issue when sharing exported logs via share sheet
- Fix layout issue on iPad that prevented display of the login menu on the home document screen
- Fix bug that prevented returning to the start screen after deleting a document
- Fix for storage path not being added to newly created documents
- Fix for ASN not being added to newly created documents
- Fix ASN not being saved when uploading documents with restricted user accounts
- Recover from invalid filter rule contents (set manually in the admin backend) in certain cases
Improvements
- Explicit handling and detection of unsupported server API versions
- The server details in the settings now report if the server is running an unsupported version
- Added warning when using the `Authorization` header as a custom header
- Improved error output when API response parsing fails
- Clarify what the top toolbar dropdown menu means if no saved views exist
- Improve error handling of general HTTP errors with the same messages as during the login process
- Improvements to the animation during server switching
- Prepare for granular handling of user permissions
- Improved layout of the document detail screen for larger dynamic text sizes
- Reintroduce delay when typing search text
- If configured, remove inbox tags from documents automatically when saving
- Attempted fixes for a number of concurrency issues in the document edit screen and during photo import
- Adapt to new API versions and recent Paperless-ngx releases
- Fix acknowledgement of tasks after the API endpoint changed
1.6.0 23/02/2025
- Fixed bug preventing the new document detail view from being used
Previous changes from v1.5.0:
Features
- All new document detail view
- You can now inspect the open document while editing thanks to a new sheet based edit overlay.
- Editing of document notes
- View document metadata
- Ready for iOS 18 with updated icons!
- Editing of permissions on documents
- Clear button in create document screen
- Ability to export logs from the share extension for debugging
- Initial support for mTLS (client certificate authentication)
Bug Fixes
- Share sheet allowed saving before API was ready
- Incorrect number of import items displayed
Refactor-
- Ability to log out of a server in the settings screen
- Improved accent color in dark mode for improved readability
1.5.1 13/10/2024
Features
- All new document detail view
- You can now inspect the open document while editing thanks to a new sheet based edit overlay.
- Editing of document notes
- View document metadata
- Ready for iOS 18 with updated icons!
- Editing of permissions on documents
- Clear button in create document screen
- Ability to export logs from the share extension for debugging
- Initial support for mTLS (client certificate authentication)
Bug Fixes
- Share sheet allowed saving before API was ready
- Incorrect number of import items displayed
Refactor-
- Ability to log out of a server in the settings screen
- Improved accent color in dark mode for improved readability
1.5.0 13/09/2024
- Fixed a bug when decoding dates from the API in certain locale configurations
Previous updates:
Features
- Improved used feedback for ASNs in document creation and editing.
The app will now report if an ASN is already used or not.
Bug Fixes
- Wrong app icon in the initial login view
- Saved views can have missing sort field, added support for notes, owner and search score sort field
Refactor-
- Server selection UI improvement in share-sheet
1.4.0 12/06/2024
Features
- Improved used feedback for ASNs in document creation and editing.
The app will now report if an ASN is already used or not.
Bug Fixes
- Wrong app icon in the initial login view
- Saved views can have missing sort field, added support for notes, owner and search score sort field
Refactor-
- Server selection UI improvement in share-sheet
1.3.0 11/06/2024
- Multi-server support: It is now possible to add multiple servers to the app! You can also use
this feature to log in to the same server with multiple users. When sharing documents with the app, it’s now possible to choose which server to upload to.
- Processing task management: Added new screens to view all tasks currently being tracked by the server. The app monitors tasks when documents are added, and will notify you of failed processing (e.g. in case of duplicate documents).
- New app icon:
- You can choose between three available App Icons in the settings
- Danish translation added
- Add the ability to sort by storage paths
- Add the ability to pick photos from the photo library, and to share pictures with the app to be uploaded
- Allow using all fulltext search modes, in addition to “Title & Content”
- Allow settings the default search mode and default sort field and order
Bug Fixes:
- Incorrect display if the document aspect ratio is not A4-ish
- Sub paths like `https://example.com/paperless` are now supported
Refactor:
- Much improved error logging and error handling. Many common errors should now
produce more concrete error messages, and if possible link to the appropriate
documentation page. This should make it easier to troubleshoot issues.
- App layout update: saved views can now be selected from the navigation title at the very top of the document screen
Miscellaneous:
- Surface app version in settings, add to feedback email
- Updated saved view filter rules to Paperless-ngx `2.8.0`
1.2.0 02/06/2024
- Fixed error popping up while scrolling through documents
1.1.1 10/04/2024
- Fixed failure of camera document scan depending on device locale setting
- Fixed share sheet display on iPad
- Add option to lock the app using FaceID / TouchID
- Improved error display if document is too large to upload
- Improved logging for debugging
- New display of empty document listings
1.1.0 25/03/2024
- Show active server in the settings screen
- Added translations into Polish and Dutch
- Add new way of incrementing the ASN for a document
- Improved error reporting on login, throughout the app
- Added ability to share logs for troubleshooting
- Fix bug when editing the matching properties of various data types
- Added ability to scan documents directly from the phone
1.0.2 08/02/2024
- French translation
- Improved login process, local-only addresses are now supported
1.0.1 10/12/2023
- Release notes now also show older app versions, so bug fixes don't bury previous updates
- Use unified save button and fix issues with permissions handling in a few places
- Fix issue where filter state could be reset when closing the filter sheet (iOS 17/18)
- Disable landscape mode on iPhone to avoid layout and interaction issues.
plus Version 1.9.1 15 mars
Données non collectées Le développeur ne collecte aucune donnée avec cette app.