Releases: timbornemann/Local-Share
Release list
Release v1.0.4
Release v1.0.4
This is a patch release for Local-Share, updating the project from v1.0.3 to v1.0.4. This update introduces new capabilities for securing and managing the lifecycle of shared items.
Added
- Sharing Features: Introduced functionality for protected shares and custom expiration times, allowing for better access control and time-limited sharing.
Changelog
f141d05Add protected shares and custom expiry - Tim Bornemann (2026-07-08)
Commit List (Automatic)
Added
- Add protected shares and custom expiry (f141d05)
Release v1.0.3
Release v1.0.3
This release focuses on improving the user experience on smaller screens through layout optimizations.
Breaking Changes
None.
Changed
- Mobile Layout Optimization: Improved the responsiveness and visual structure of the interface for mobile devices. (20b29ca)
Full Changelog
- 20b29ca: Optimize mobile layout (Tim Bornemann)
Commit List (Automatic)
Changed
- Optimize mobile layout (20b29ca)
Release v1.0.2
Release v1.0.2
This release introduces item detail previews and the initial implementation of the local share application.
Summary
Version 1.0.2 focuses on expanding functionality with new preview capabilities and the foundation for local sharing features.
Added
- Item Detail Previews: Added the ability to preview details for items within the interface.
- Local Share Application: Introduced the initial codebase and functionality for the local share application.
Fixed
None.
Changed
None.
Breaking Changes
None.
Changelog
f448c5fAdd item detail previews (Tim Bornemann)0e2a870Initial local share app (Tim Bornemann)
Commit List (Automatic)
Added
- Add item detail previews (f448c5f)
Changed
- Initial local share app (0e2a870)
Release v1.0.1
Release v1.0.1
This patch release introduces item detail previews to improve the user experience when browsing items.
Summary
The primary focus of this release is the addition of a new preview functionality for item details, allowing users to view more information without navigating away from the current view.
Breaking Changes
None.
Added
- Item Detail Previews: Implemented a new preview mechanism for item details to enhance data visibility.
Full Changelog
f448c5fAdd item detail previews (Tim Bornemann)
Commit List (Automatic)
Added
- Add item detail previews (f448c5f)
Release v1.0.0
Release v1.0.0
This is the initial release of the local share application, providing the foundational features for local network file sharing.
Summary
This version marks the first public release of the project, establishing the core codebase and basic functionality for sharing files within a local network.
Added
- Initial Application Core: Established the base architecture and implementation for the local share application.
Changelog
0e2a870Initial local share app (Tim Bornemann)
Changed
- Initial local share app (0e2a870)