Skip to content

Releases: rosuH/Sieve

0.0.11-202410301514

Choose a tag to compare

@github-actions github-actions released this 30 Oct 15:19
b8dba33

refactor: update file handling with UUID generation

Replaced fileDir with a single file reference using UUID for unique file creation. This ensures unique file names and simplifies file handling logic.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.10-202410301421...0.0.11-202410301514

0.0.10-202410301421

Choose a tag to compare

@github-actions github-actions released this 30 Oct 14:25
4c7c29b

feat(database): add file path column to RuleSubscription and handle file operations

  • Updated the AppDataBase to version 2 with a migration to add a new column 'file_path' to the RuleSubscription entity.
  • Integrated the migration in the AppModule.
  • Enhanced ConfParser to include a file path parameter for better file management.
  • Updated MainActivity and MainViewModel to pass file directory context for file operations.
  • Refactored RuleRepo to handle file saving and directory operations using the new file path.
  • Updated SubscriptionScreen to pass the new file directory context for subscription operations.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.9-202410291556...0.0.10-202410301421

0.0.9-202410291556

Choose a tag to compare

@github-actions github-actions released this 29 Oct 16:00
2ade118

fix(RuleRepo): remove unnecessary delay in rule processing

The delay of 1500ms has been removed to improve the performance of rule processing. This change enhances the responsiveness of the application without affecting functionality.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.7-202410291501...0.0.9-202410291556

0.0.7-202410291501

Choose a tag to compare

@github-actions github-actions released this 29 Oct 15:06
b42700e

ci(build): update build script to use versionSuffix and patchVersion

Replaced versionCodeFromEnv and versionNameFromEnv with versionSuffix and patchVersion to enhance versioning strategy.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.6-202410291454...0.0.7-202410291501

0.0.6-202410291454

Choose a tag to compare

@github-actions github-actions released this 29 Oct 14:57
a508543

refactor(build): update versioning scheme in build configuration

Refactor the build configuration to change the versioning approach. Introduce separate properties for major, minor, and patch versions. Add a version suffix for more flexibility in version naming. Modify scripts to accommodate new versioning logic.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.5-202410291435...0.0.6-202410291454

0.0.5-202410291435

Choose a tag to compare

@github-actions github-actions released this 29 Oct 14:39
40b4dcf

refactor(build): update APK handling and modify release info retrieval

Revised the APK handling process to streamline the retrieval and logging of signed APKs. Removed unnecessary conditional checks and directly set the APK name. Updated the release information source to use the head commit message instead of release body. Commented out the Play Store upload steps for future use.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.4-202410281525...0.0.5-202410291435

0.0.4-202410281525

Choose a tag to compare

@github-actions github-actions released this 28 Oct 15:29
d440619

feat: add workflow for fetching and uploading signed APK to Play Store

Added a new step to the build process to fetch the signed APK from the latest GitHub release and upload it to the Play Store. Also, integrated Telegram notifications for new version releases, displaying the release notes and author details.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.3-202410281512...0.0.4-202410281525

0.0.3-202410281512

Choose a tag to compare

@github-actions github-actions released this 28 Oct 15:17
bc88f1a

fix(ci): update publish.yml to change event type to 'released'

GENERATE BY https://aicommit.app

Full Changelog: 0.0.2-202410281448...0.0.3-202410281512

0.0.2-202410281448

Choose a tag to compare

@github-actions github-actions released this 28 Oct 14:53
d42e327

chore(build): update Gradle task parameters to use environment variable names

Updated the Gradle task parameters in build.yml to utilize environment variable names for version code and version name.

GENERATE BY https://aicommit.app

Full Changelog: 0.0.25...0.0.2-202410281448

0.0.25

Choose a tag to compare

@github-actions github-actions released this 15 Sep 15:06
180d884
  • chore: update patch version and enable Play Store upload step
  • docs: update README with new images and detailed description

Full Changelog: 0.0.24...0.0.25