summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-11-04chore: bump to 0.1.4 - build.rs ahora incluido en sourceAbel Hinestrosa
2025-11-04Merge: fix linking con mujs y actualización de checksumsAbel Hinestrosa
2025-11-04fix: solucionado problema de linking con mujsAbel Hinestrosa
- Añadido build.rs para configurar linking estático de mujs - Creado patch mujs-linking.patch para habilitar libmujs estática - Actualizado PKGBUILD para aplicar el patch durante el build - Actualizado .SRCINFO
2025-11-03Update to v0.1.3 - Fix TODO popover flicker and search cursorAbel Hinestrosa
- Fixed TODO popover flickering and residual border - Adjusted popover dimensions (320x360) and disabled overlay scrolling - Fixed search entry cursor jumping to start when using arrow keys - Added mpv as runtime dependency for music player functionality - Improved keyboard navigation in search and notes list
2025-11-02Update to v0.1.1Abel Hinestrosa
- Fixed Omarchy theme not loading when installed from AUR - CSS loading order improved: theme variables load before app styles - Synchronized theme loading between main.rs and app.rs - Real-time theme switching now works properly - Removed invalid CSS property causing GTK warnings - Complete README translation to English - Added comprehensive troubleshooting guide - Removed patch (already integrated in source code)
2025-11-02Use system sqliteAbel Hinestrosa
2025-11-02Use system sqlite instead of bundled buildAbel Hinestrosa
2025-11-02Link against system sqliteAbel Hinestrosa
2025-11-02Add cargo clean and RUSQLITE_SYS_BUNDLED to force bundled SQLiteAbel Hinestrosa
2025-11-02Force bundled SQLite compilation by setting LIBSQLITE3_SYS_USE_PKG_CONFIG=0Abel Hinestrosa
2025-11-02Force bundled SQLite compilationAbel Hinestrosa
2025-11-02Fix SQLite linking with explicit library pathAbel Hinestrosa
2025-11-02Explicitly link sqlite3Abel Hinestrosa
2025-11-02Use system SQLite library via pkg-configAbel Hinestrosa
2025-11-02Add libpulse dependencyAbel Hinestrosa
2025-11-02Add sqlite dependencyAbel Hinestrosa
2025-11-02Fix dependencies: use webkit2gtk-4.1 instead of webkit2gtk-6.0, remove ↵Abel Hinestrosa
pulseaudio
2025-11-02Initial upload: notnative-app v0.1.0Abel Hinestrosa
Note-taking application with Vim-like keybindings built with Rust and GTK4. Features markdown rendering, sidebar navigation, and theme integration.