about summary refs log tree commit diff
path: root/pkgs/applications/editors/standardnotes
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21treewide: remove licenses.agpl3Jussi Kuokkanen1-1/+1
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-11-19standardnotes: 3.178.4 -> 3.181.23R. Ryantm1-5/+5
2023-10-19standardnotes: 3.173.4 -> 3.178.4R. Ryantm1-5/+5
2023-09-26standardnotes: 3.167.2 -> 3.173.4R. Ryantm1-5/+5
2023-07-24standardnotes: 3.166.9 -> 3.167.2R. Ryantm1-5/+5
2023-07-16standardnotes: 3.165.9 -> 3.166.9squalus1-5/+5
2023-07-13standardnotes: 3.162.8 -> 3.165.9squalus1-5/+5
2023-07-06standardnotes: use nixpkgs electronsqualus3-33/+40
- Use electron from nixpkgs instead of upstream's binaries - Pull web assets from upstream deb package - Continue using architecture specific packages, since the web assets still contain some native binaries - Reduce closure size from 2.8GB to 775MB on x86_64-linux
2023-07-05standardnotes: 3.154.1 -> 3.162.8squalus1-5/+5
2023-05-03standardnotes: 3.151.3 -> 3.154.1squalus1-5/+5
2023-04-24standardnotes: 3.150.45 -> 3.151.3squalus1-5/+5
2023-04-11standardnotes: 3.150.7 -> 3.150.45squalus1-5/+5
2023-03-15standardnotes: 3.150.0 -> 3.150.7squalus1-5/+5
2023-02-27standardnotes: 3.148.0 -> 3.150.0squalus1-5/+5
2023-02-11standardnotes: 3.144.3 -> 3.148.0squalus1-5/+5
2023-02-05standardnotes: 3.142.1 -> 3.144.3squalus1-5/+5
2023-01-30standardnotes: 3.139.0 -> 3.142.1squalus1-5/+5
2023-01-23standardnotes: 3.129.0 -> 3.139.0squalus2-10/+5
- update standardnotes - drop support for i686-linux because upstream stopped providing binaries
2023-01-18standardnotes: 3.23.69 -> 3.129.0squalus3-18/+80
- add updater script - move source urls and hashes to separate json file - add support for linux-aarch64
2022-07-16standardnotes: remove duplicate files from outputsqualus1-5/+2
Remove some unnecessary files from the output. This reduces the closure size by about 200MB.
2022-07-11standardnotes: 3.11.1 -> 3.23.69squalus1-4/+5
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-5/+1
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-07Merge pull request #151366 from squalus/standardnotes-iconArtturi1-0/+1
standardnotes: fix icon path
2022-02-20standardnotes: 3.9.5 -> 3.11.1Faye1-3/+3
2021-12-19standardnotes: fix icon pathsqualus1-0/+1
2021-12-16standardnotes: 3.8.18 -> 3.9.5 (#148518)Zhu Chuang1-8/+9
2021-08-16standardnotes: 3.5.18 -> 3.8.18Jonas Weissensel1-4/+4
Upgrade version and fix platform string.
2021-03-01standardnotes: remove unused inputsSandro Jäckel1-1/+1
2021-02-03standardnotes: 3.5.11 -> 3.5.18Shaw Vrana1-2/+2
2021-01-25standardnotes: fix for 3.5.11 (#110531)Shaw Vrana1-1/+9
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-08standardnotes: 3.3.3 -> 3.5.11Thomas Friese1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-05standardnotes: refactoring to use appimageTools instead of appimage-runBignaux Ronan1-14/+23
2020-03-05standardnotes: 3.0.15 -> 3.3.3Bignaux Ronan1-6/+6
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-4/+4
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-10standardnotes: 3.0.6 -> 3.0.15R. RyanTM1-3/+3
2019-07-01treewide: use dontUnpackworldofpeace1-1/+1
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-24standardnotes: 2.3.12 -> 3.0.6Aristid Breitkreuz1-3/+3
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-11-09standardnotes: init at 2.3.12MGregoire1-0/+48