Releases: aerocyber/sitemarker
Version 3.0.0
What's Changed
- Fix exports not confirming to the omio file spec (version 3.0) by @aerocyber in #38
- Version 3 rewrites by @aerocyber in #39
- Update workflow by @aerocyber in #40
- Merge pull request #40 from aerocyber/develop by @aerocyber in #41
- Workflow things by @aerocyber in #42
- Sitemarker 3 rework by @aerocyber in #44
- Polishing the final touches for release by @aerocyber in #47
Full Changelog: 2.2.0...3.0.0
Version 2.2.0
[Fixes]
- Search results not going to the correct page.
[Additional]
- Closes #32
Full Changelog: 2.1.2...2.2.0
Bugfix: 2.1.2
Closes #31
Summary
Android versioning was messed up due to the generation of signed APKs through Android Studio instead of Flutter CLI.
Full Changelog: 2.1.1...2.1.2
Minor release: 2.1.1
What's Changed
- Update snapcraft.yaml, Add windows installer by @aerocyber in #26
- Fix bug: floating button for adding a new record covering up delete icon by @aerocyber in #28
- Bugfix : Version 2.1.1 by @aerocyber in #29
Full Changelog: 2.1.0...2.1.1
Version 2.1.0: Minor release (stable)
What's Changed
PRs
- Create SECURITY.md by @aerocyber in #20
- Added a PKGBUILD. by @Quelln in #21
- Pull the plug for Sitemarker 1.x by @aerocyber in #23
- Update main to have code of version 2.1.0 by @aerocyber in #24
Technical
- Minor design improvements
- Added reminder to sponsor/contribute to the development of the project
- Added support to adding URLs without protocols
- Add URL to clipboard
- Delete confirmation dialog
- Fix issues regarding focus in Android (Creating/Editing a record)
- Improve Search
New Contributors
- @Quelln made their first contribution at #21
Get it
- Windows (zip): Get the
sitemarker-2.1.0-windows.zip
file, unzip it, run thesitemarker.exe
file - Windows (Installer): Download the
Sitemarker-2.1.0-installer.exe
file, execute it. Run the application from Start menu - Linux (tarball): Get the
sitemarker-2.1.0-linux.tar.xz
file, unzip it, run thesitemarker
executable - Linux (snap install):
sudo snap install sitemarker
- Android: Get
sitemarker-2.1.0.apk
file, install it
Update it
- Windows (zip): Download the newer version, use the new exe file
- Linux (tarball): Get the new tarball file and use the new executable
- Linux (snap):
sudo snap refresh sitemarker
- Android: Get the newer APK file and install it
🗒️ Note
- Flatpak release is not ready for 2.1. Targets version 2.2 onwards
- Snapcraft release may get delayed by a day or two
Full Changelog: 2.0.0...2.1.0
Version 2.0.0 - stable release
Major Release
This is a major release with support for Windows, Linux and Android.
Help
Please consider supporting the project (financially and via code/doc contributions), testing the project releases AND spreading the word!
About this release
Technical
Sitemarker has undergone a full rewrite. The old UI is now refreshed to a modern UI. The technical changes are too major. But, the summary includes:
- UI rewrite and change
- Move away from Python and GTK to Flutter
- Use drift for SQLite3 database management on ALL platforms - to move away from using the .omio file internally. This does not mean a shift from using omio files as an import/export format.
- Support for Windows, Linux and Android versions.
- An update notifier has been introduced. Do note however that Update notifications are strictly In-App and cannot be disabled. Also, since it was a last-minute change, it couldn't be tested in development. It is still in BETA BUT INCLUDED FOR USER EXPERIENCE IMPROVEMENT stage.
Non-technical
It's not just the technical side that got the update. The non-technical side has MAJOR updates:
- Updated the README.md file.
- Documentation for the project is now UP TO DATE with the 2.0.0 stable release.
Get it
Currently, only these channels are supported:
Windows: Portable file from GitHub (here)
Android: APK from GitHub (here)
Linux:
- Snapcraft: sudo snap install sitemarker
- Portable file from GitHub (here)
🗒️ Flatpak (and consequently, flathub) builds are not available for this release.
More Changelog
See: 1.2.3-fix...2.0.0
2.0.0-PRE-RELEASE : The major update is almost here
This (pre-)release
This is the pre-release test build for Sitemarker 2.0! Find the Windows, Linux and Android versions here!
Help
Please consider supporting the project, testing the project releases AND contributing to the project.
About this (pre-)release
Technical
Sitemarker has undergone a full rewrite. The old UI is now refreshed to a modern UI. The technical changes are too major. But, the summary includes:
- Move away from Python and GTK to Flutter
- Use drift
for sqlite3
database management on ALL platforms - to move away from using the .omio
file internally.
- Support additional platforms - official support for Windows
and Android
along with the already existing Linux
distribution.
- Update notifier
has been introduced. Do note however that Update notifications are strictly In-App and cannot be disabled. Also, since it was a last-minute change, it couldn't be tested in development. It is still in DEVELOPMENT BUT INCLUDED FOR USER EXPERIENCE IMPROVEMENT stage.
Non-technical
It's not just the technical side that got the update. The non-technical side has MAJOR updates:
- Updated the README.md
file.
- Documentation for the project is now UP TO DATE with the upcoming 2.0.0 stable release.
Edits
Removed all references to Android pre-release as they are now available.
More changes
Full Changelog: 1.2.3-fix...2.0.0-test
1.2.3-icon-fix
Fix icon size
1.2.3: Permission, Icon and Links
- Update the app icon to reflect the minimalistic approach.
- Update permissions to remove unwanted and unsupported features and access.
- Network permission with X11-related permissions are removed.
- X11 is not supported use Wayland instead.
- Updated sponsor link from GitHub sponsor to Buy Me A Coffee. Now a GitHub account is no longer needed to financially support the project.
1.2.2: Fix Issue #15
What's Changed
- Fix #15: Summary having fullstop in appdata by @aerocyber in #17
Full Changelog: 1.2.1...1.2.2